I know I can create an actionscript loop in a script block that can create an array of objects. The problem is when doing that I don\'t know how to have those objects interact with the overall layout
I have a mac, and I was using Flash Builder (4.5) and my computer crashed and I had to restart. After restarti开发者_如何学JAVAng I could not open Flash Builder, for no matter how many times I try or
What I\'d like to do: create an MXML component with some children, then extend it via MXML to create a new component with more children, without losing the original set.
I am trying to use two different item renderers via view states (detail, or open). The itemRenders display different data and different sizes. When a list item in the Opened state is clicked, the stat
Error #2030: End of file was encountered. This method is not working I am using it like thi开发者_如何学运维s
In my Flex app, I use one remote object and multiple destinations. Is that a bad idea? It seems to be working just fine except for the one or two fringe cases:
In Flex 4 i want to load css file开发者_Go百科 from remote server at runtime it\'s possible?If the css file is compiled as a .swf file, yes:
is there any way to save text on adobe richtexteditor to text fil开发者_如何转开发e or somethin?to save an TextFlow-Object into String or XML, there are two methods.
We have a Flex application which relies heavily on data driven content supplied via asp.net. Currently the majority of this data is provided via asp.net objects which are then XML serialised and sent
I have a class which inherit from ComboBox .i want to implement a function to control the position of the cursor.Any builtin function?