I have the following mxml (Omitted some parts for brevity purpose): <fx:Script> [Bindable] private var _dataSet:IDataSet;
I am using a List component inside an itemRenderer. The main user interaction involves dragging an item from the List in one renderer and dropping it in another.
I\'m in the middle of switching from Flex Builder 3 to Flash Builde开发者_JAVA百科r 4, and one of the problems I have run into is that support for web services in 4 is substantially different. In both
I am trying to create an Actionscript project in Flash Builder 4. However when I debug or run it always runs in the Flash IDE. I want it to run in the standalone flash debugger without the Flash IDE!
I have a large Flash Build开发者_StackOverflower project that is part of a much larger (.net) solution. I typically have, for the entire project, a forward dev branch going, as well one or more bug fi
I have a Flash Builder 4 application which uses custom themes by loading external style sheets at run time. The user can change the themes via a dropdown menu. Everything works correctly except for so
I have Flex builder 3 already installed on my machine. Now, I want to use Flex builder 4 also (officially Flash BUilder 4) on same machine. Can I directly start with Flex builder 4 and import my Flex
What the option to change the color of the \";\" i开发者_开发技巧nside Flash Builder 4 ?
I\'d really appreciate a point in the right direction, actionscript and flashbuilder are pretty new to me and i feel my knowledge has some pretty fundamental gaps in it still and I\'m struggling to pl
I\'ve built a basic RPC program using FluorineFX (.NET) on the backend for my AMF service. Everything works fine, i.e. I can make calls to the exposed functions.