Could you explain why a Flash Builder source folder - no larger than 2 MB - compiles into a SWF exceeding 15 MB with debugging turned off (exported release build)?
I\'m developing an application with adobe air 3 for ios and having low memory errors frequently. After ios 5 update os started to kill my app after some low memory warnings.
This is the setup: 1) I have an SWF in which I have defined a component in the library with a custom class as the linkage. The component has been set up for \"export for run time sharing\"
I am trying to develop a flex 3 application that would appear like a vertical/horizontal hierarchy. It will represent the flow of any application based on user sele开发者_如何学Cction.
is it 开发者_高级运维possible to publish a mobile (specifically IOS) app using Flex Builder 3, or is this only available on Flash Builder 4.5 and later?Mobile support is only available in Flash Builde
I\'m trying to get the Augmented Reality code to work with multiple objects. How do I do this? I\'ve tried everything but it just doesn\'t work. The following code is for a single augmented reality ma
Please note the remark mentioned WORKAROUND at the end of this question. Based on a Dictionary based specification, one of my classes creates a Form programmatically.
Flexicious added a radioButtonMode property to its FlexDataGridCheckBoxColumn component. It looks like a radio button but doesn\'t act like one because i开发者_运维百科t allows me to select each row o
I have two datagrids: - Division - Members Both have single columns. Selecting one item from Divsions datagrid should display members of that Division in the Members datagrid. But following code h
I need to know how to read .xlsx file contents in flex3. Does anyone comes across this problem please give some idea to accomplish this task. If any good API please let me know.