There are three modes for linking SWC library to flex application: “Merge into code”, “External” and “RSL”. I understand what “RSL” is, but I don’t understand what It is “external”.
“RSL” is
There are three modes for linking SWC library to flex application: “Merge into code”, “External” and “RSL”. I understand what “RSL” is, but I don’t understand what It is “external”.
“RSL” is
I am trying to use UrlLoader to simulate the’HEAD’ method; essentially, I just want to check if the file exists without downloading the entire file. I think I will only use HttpStatusEvent, but whe
Once I call DragManager.acceptDrag, is there a way to “not accept” the drag? Suppose I have a view that can accept drag and drop, but only in certain areas. Once the user drags one of the areas, I
Does flex mobile support in-app purchases, push notifications, etc. that can run on all supported mobile platforms (iOS, Android, Blackberry playbook)?
Thank you
You can read about the
Hi, I’m new to Adobe Flex, if my question sounds stupid, please apologize. Here it is anyway.
I’m trying a simple data grid, it Basically checked two conditions
1) If the artist is 01 and the albu
So I have a class and I instantiate a variable callback as follows:
public var callback:Function ; So far so good. Now, I want to add an event listener to this class and test whether there is
I have an AIR application and I am compiling for mobile. There is an iOS native extension (JamPot MobileBackup) that compiles well when used in an IDE.
The problem is that this particular ANE
In order to obtain the URL parameters passed in from html, the usual order of delivery is: html container—>JavaScript—>ExternalInterface—> ActionScript
Pro-test method 3 is available
Ab
I need to process directed graphs and then convert them to the correct unicode representation. For example, when the user types:
My application needs to be replaced with:
Ŝ Now, I have
We try to develop a Flash game engine with multiple abstract layers. This flex project contains:
Application (1)->Loading class (2) – >Load another class (3) that implements the Flex componen