I would like to have an AIR开发者_如何学C application available for web download, but have some data customized per-user-download. Think CD-key, or in this case an encryption key and user name, so tha
I have a custom component Comp that gets its position changed as a result of interactions with other components, etc. I check for changes in its position by constantly checking its position at fixed i
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
mBlocks is a 2-dimensional array of Block objects. Every time my application runs, it runs the InitGridNumbers function. Sometimes, it will get stuck in an infinite loop. Other times, it builds and ru
I\'m trying to copy/modify the spark skin for the default button, but not sure how to find that skin. When I hover over <s:Button and Ctrl + Click it, it takes me to the Button class, but there isn
I was wondering if anyone can help me.I\'m using Adobe Acrobat Pro 9 and LiveCycle designer and what I\'m trying to do is create a dynamic form that I can send开发者_StackOverflow社区 to a number of r
I would like to be able to move images into and out of Flex by converting back and forth between ByteArrays. I\'ve been having some trouble with this, so I designed a simple test program, and even tha
I\'m trying to select the id of a textArea when it\'s focused in <s:TextArea id=\"textarea1\" focusIn=\"selectId(even开发者_StackOverflow中文版t)\" />
What are your advises on using model driven development in developing enterprise applications. Adobe\'s LiveCycle Data Services looks very promising, I have found numerous tutorials/videos that shows
I\'m trying to figure out why when I compile my Flex 4 Library swc using a simple ANT tasks, it compiles to about three times the size of the swc that\'s compiled by FlashBuilder.