-1
votes
0answers
22 views

Current Flex Application - What Is The Best Technology to Migrate To (i.e. HTML5, JSF) and Why? [closed]

What are the best technologies out there that could be used to replace a Flex application? I already know about HTML5, but I am looking for some other alternatives that could replace Flex and ...
1
vote
1answer
23 views

Get list of printers with Adobe Flex

Documentation for flash.printing.printjob says there should be a printers() method. Using Flashbuilder 4.6 the IDE code complete says it doesn't exist. I'm using Flash SDK 4.6, targeting a desktop ...
-1
votes
0answers
29 views

How to redirect from one view to another view in Flex Adobe Flash Builder?

is it possible to redirect from one View to second View after any time? I would like to use this operation, but no idea. It is mobile project. Thank you
0
votes
0answers
49 views

I need to open flash player full screen

I'm creating an interface with Adobe Flash Catalyst and I want it to be written to a CD and distributed to clients. When I publish swf, I cannot find an option to make flash player full screen ...
0
votes
1answer
30 views

advertisement in flex mobile application

I have a task to display advertisement in my FLEX mobile applicaiton. I am ussing flash builder 4.5.1 I have read 1-2 blog on internet but it wont work for me. I f any one can help me than please!
0
votes
1answer
69 views

Adobe Update framework for Flex Mobile does not work on desktop. Gives Error 1009

Following is output on my console: [SWF] autoupdate.swf - 3,204,024 bytes after decompression private function onError(event:ErrorEvent):void [ErrorEvent type="error" bubbles=false cancelable=false ...
0
votes
0answers
10 views

How to ingest files to adobe Prelude using extension?

I want to create a simple extension to ingest(import) files to Prelude. Can anybody give some code snippets to achieve this? I'm using adobe FlashBuilder 4.6 with adobe ExtensionBuilder 1.5
2
votes
2answers
83 views

How do you create a swc for a native extension?

I am trying to implement in-app billing with an Android app I am creating in Flash Builder, so I downloaded a native extension to handle this (https://github.com/pozirk/AndroidInAppPurchase). It comes ...
0
votes
0answers
63 views

flash.html.HTMLLoader Page not loading correctly

So I created an Adobe Air App. Well basically I just edited one from an Opensource project. So the app is some sort of iphone simulator. I'm using flash.html.HTMLLoader; to load the page. When I view ...
0
votes
0answers
33 views

Flash professional project Issue in Flash Builder 4.7

I'm using Flash Builder 4.7. i am try to create a new Flash Professional Project. The project is created but the "Build Path Libraries" are not generated in ActionScript Build Path. Becoz of this ...
0
votes
1answer
59 views

Using Adobe Flash Builder, how to make a project that runs on desktop, mobiles and web?

I'm trying out Flash Builder but something bothers me. Say, you made a mobile application project but wanted to test it as a desktop application, do you have to export/convert the project into ...
0
votes
0answers
68 views

Adobe Media Server DVR only 5 second recording

I have a strange problem. I have an application built in Flash Builder. When I record to Flash Media Server I don't have any issues, it'll do DVR for as long as I want. But when I record to Adobe ...
0
votes
1answer
73 views

Send Byte Array to another user using Peer to Peer in as3

Working on a tool, in which i want to send a file to another peer, which i connect to. IF you know how to send byte array to another user using peer to peer, please let me know. I'm using net group ...
1
vote
1answer
101 views

Desktop/Screen Sharing in Flash (With/without FMS)

Does anyone have any idea about the screen sharing in flash. i have to implement it and have no idea about it. Please share your ideas.
0
votes
1answer
308 views

Flex 4.6: setting a textFormat on textInput

I'm trying to set a textFormat on a textInput component. Like so: var testText:TextInput = new TextInput(); testText.text = "TESTING"; addChild(testText); var tf:TextFormat = new TextFormat(); ...
0
votes
0answers
52 views

AIR Native Extension Link Type- default merged into code or external?

Can any 'AIR experts' help me with Link Type options when use Native Extensions (.ane files) in Flash Builder? What is the 'best practice' setting, merged into code or external and why?
0
votes
1answer
124 views

Display certain records in DataGrid in Flash Builder

I have an application with a DataGrid and I have it's Data/Services coming from a MySQL database relayed by a ColdFusion server. I have a table that has the following columns: name, tstamp, store, and ...
1
vote
1answer
38 views

Time Stamps are 2 hours behind

I have a Adobe Flash Builder application that accesses a MySQL database through a ColdFusion server. In the MySQL database there is a table that is populated with time stamps. When I bind the ...
0
votes
0answers
56 views

Adobe Flash Builder 4.6

I use Jquery for mobile App development, and just saw some cool stuffs on Flash Builder. Anyone who can advise what book is the best for someone who would like to learn Adobe Flash Builder from start, ...
0
votes
1answer
59 views

Data Selection in Adobe Flash Builder (Flex)

Inside of Adobe Flash Builder, I am trying to bind data to a comboBox. Here is my scenario: I have data services provided by ColdFusion which connects to a MySQL database. I have connected the data ...
1
vote
0answers
147 views

Web browser control in Adobe Flash Builder 4.6

I'm trying to add a web browser control in Adobe Flash Builder 4.6 to a mobile application. So far, all I can find on google is to add xmlns:mx="library://ns.adobe.com/flex/mx" to my view and use ...
1
vote
0answers
78 views

Flex 4.6 Everthing draggable

Hi I just made my itemrenderer (which is in a viewstack) draggable, but now I have the following problem, namely I can drag EVERTHING in my viewstack. I only want to drag the whole itemrenderer or a ...
0
votes
0answers
205 views

FlashBuilder 4.6/Adobe Air - TextInput duplicating letters

I am using FB 4.6 to develop an App for both Android and iOS. I have run into a situation with text input fields where on some occasions, when pressing a single letter will actually add multiple ...
0
votes
1answer
93 views

Load all images from internal application

I am trying to load all the .png files from an internal application folder into a list control and I am stuck on exactly how to do it. I have tried httpservice to get the folder and count how many ...
0
votes
1answer
56 views

Using the Flex 4 API, how can I access data from a PDF in an adobe PDF portfolio?

I am creating a PDF portfolio and need to access data from a PDF, to be precise the related keyword metadata. Could someone point me in the direction of method to do this? Regards, Augier
2
votes
2answers
211 views

How do you collaborate on Flash Builder projects?

Flash builder project files can't be opened on another computer even if the files were copied, for e.g. through version control like git or svn. Importing and Exporting fxp projects is not possible ...
0
votes
2answers
70 views

How to return 1 decimal place for the answer of this calculated Label in Adobe Flash Builder

I am writing code in Adobe Flash Builder for an Android application. I have written my code to do some math and return the answer to a label field. I would like to know how do I return this answer to ...
0
votes
1answer
620 views

Adding a library into Flex 4 (flex iframe)

I am trying to use flex iframe with an Adobe Flex project in Flash Builder, and I've added the library through Project -> Properties -> Library Path -> Add SWC Folder but I am still getting ...
1
vote
1answer
937 views

Adobe Air - Detect if connection (i.e. WIFI, 3G, 4G) is active on any device

I'd like to know how to determine any device is internet connected within an ActionScript 3 project. I found a way to determine if an iOS device is connected using Adobe's Native Extension by ...
0
votes
2answers
5k views

How do I upgrade Flash Builder 4.6 to AIR 3.4?

AIR 3.4 was just released, with features like workers and native APN support. How do I upgrade my existing Flash Builder installation to use the new AIR SDK?
1
vote
0answers
107 views

Is it possible to store cookies and share it through multiple StageWebView instances?

I have a Mobile Project inside Flash Builder using Flex 4.6 and AIR 3.3. In this project I have multiple views, and some of them have a StageWebView inside them to show some online content. To be ...
0
votes
0answers
94 views

adobe flash builder sqlite dropdown

using adobe flash builder mobile project, how to you display data in a dropdown or what ever, where the data comes from a sqlite table. Where the sqlite table is located locate to the application
0
votes
1answer
106 views

How to insert a LinkElement into a paragraph in Flex mobile project?

Hi, everyone. I'm working on a mobile project on Flex. Once I get a paragraph from the internet, I need to recognize a specific string(may not appear just once)from that paragraph and make it ...
0
votes
1answer
173 views

ApplicationDomain woes. Dynamically loading local .swfs from a shared library into separate projects. Failed casts

I have two projects, A and B, that reference a library, MyExternalLibrary. A and B are .swfs (two different AS3 projects) and MyExternalLibrary is a .swc. When my application is run, A loads B. ...
1
vote
1answer
269 views

Flare and ActionScript error

I am trying to compile this sample program but I am brand new to Flare and ActionScript. Here is the DependencyGraph example that I am trying to compile: ...
0
votes
2answers
537 views

Getting friends list for Facebook Mobile application using Flash builder

Alright, so my last question was really vague and I didn't describe it near as much as I should have. Basically, this is what I want to happen: 1) Get list of the users friends 2) Display them in any ...
1
vote
1answer
2k views

How to install FlashBuilder 4.6 Eclipse plug-in on Mac?

Problem A few of us running either Mac OS X Snow Leopard or Lion and installing the FlashBuilder 4.6 eclipse plug-in are experiencing an issue where the plug-in simply does not show up in Eclipse. ...
0
votes
0answers
107 views

Using squiggly spellchecker in Flex 3.0

I am using Felx 3.0 with flash 9.0.28 and need to have spelling check with correction options on a flex text area (not spark). i have downloaded several examples of which all seem to have problems ...
0
votes
0answers
100 views

Flex Dependency Graph example

I am brand new to Flex and am looking for some help to modify existing source code for my purposes. I have installed the Flash Builder plugin for the Eclipse IDE and the Flex SDK, but I am unfamiliar ...
0
votes
1answer
354 views

actionscript to populate a list from sqlite table

using Adobe Flash Builder 4.6 the below code is what I am using to try to get actionscript to populate a list a from sqlite table. It brings back the correct number of records but it shows the ...
0
votes
3answers
771 views

movieClip not stopping always looping

I have a class that gets a movieClip and then using addChild adds it to be displayed. Problem is that I cannot play or stop it at all. Basically I can't interact with the movieClip. Here is the ...
0
votes
2answers
227 views

Adobe Flex, better place than creationComplete to load data?

What is the most appropriate place to call an HttpService to load data to display in a view? I was reading creationComplete is not the best callback for this, but can't find any better answers. My ...
0
votes
1answer
73 views

Flex Chart making Browser unresponsive

I have an flex-3 swf(simple line chart- that use http-service to get data for the chart) and in my application ,in one page i have to list multiple rows of data( normally more than 30 rows), for each ...
0
votes
1answer
283 views

1136: Incorrect number of arguments. Expected 1 line 27 but there is not error on line 27?

I see a lots a answer about this problem but my is a little different. I'm using flash 4.5 PHP and the adobe CS Extension builder SDK. I just started to get the this error : '1136: Incorrect number ...
0
votes
1answer
176 views

Captive Build Flash Builder 4.6 Problems

I have a weird problem with Flex and Flash Builder 4.6 captive build. I'm doing an Windows AIR App, and it all works fine, both as an AIR app and form the IDE. However when I make it into a Captive ...
0
votes
2answers
146 views

A lot of MXML components in Flex project

I develop a small application with news and list of charging stations in my country. But I`m a beginner in programming, so... When user click Charging Station button on HomeView, views is pushed on ...
0
votes
2answers
69 views

Application exits as soon as its started in AIR

I just started developing for BlackBerry PlayBook with Adobe AIR and Adobe Flash Builder 4.6 For learning, I started to follow the Tutorial from BlackBerry and I copied the code exactly as it is. And ...
0
votes
1answer
176 views

Do I need to convert my swc libs to spark components to create a mobile app?

I have a complex Flex 3 app that is divided into two library projects and a Flex application that imports the libs. I'd like to compile and run this on iOS and Andriod. The libs use (mostly) pure ...
1
vote
2answers
1k views

Adobe air mobile - softKeyboardType is not working when using skinClass to allow scrolling?

I am trying to set the softKeyboardType to email but when ever i use skinClass="spark.skins.mobile.TextAreaSkin" it doesn't change it but when i take off skinClass="spark.skins.mobile.TextAreaSkin" it ...
0
votes
0answers
60 views

Are there Adobe AIR commands / methods that require administrative privilege to execute?

I haven't encountered this myself and was just curious but is there any command that would make an Adobe AIR desktop application to require administrative privilege? I've had someone ask me recently ...

1 2