I have been using Flash Builder 4.5.1 as as Editor for my Flash IDE projects. This works great, mostly. I love that I can compile into the Flash IDE from Flash Builder. However, it is very annoyin开发
I have a flex datagrid that I would like to remove contents from after a button click event. If I use the removeItemAt(myGrid.selectedIndex) method it works fine but the removeAll() method does nothin
Hope someone can help. I have a Flex (4.5/Air) app that has a graphic declared like this : <s:Graphic id=\"viewRect\" width=\"200\" height=\"200\">
I am trying for quite some while now to find an answer on how to export a FlexProject into a standalone SWF file.
please, i was previously able to debug my application in flash builder. but then, i upgraded to flash builder 4.5 and changed my sdk from 4.1 to 4.5 and flash player 10.0 to 10.2. that was when the pr
I am creating a Restful WCF web service which will need to be consumed by FlashBuilder 4. Is this possible? If so, how can I go about doi开发者_开发技巧ng that?
Hey there-How do I addElement() to the topGroup of a Spark Panel component skin?For instance, if I create a custom UIComponent, then create an associative skin that uses the Spark Panel as a default,
I\'ve developed Adobe AIR application, which opens cpanel of websites in HTML control. I realized that HTML control open links which opens in same window, however it don\'t opens the links that opens
I am making a desktop application and I am exploring different ways to use application. When I choose to make an air app it automatically uses WindowApplication but if I want multiple windows in my a
I have a controls.Image that I put开发者_运维问答 in my Flex4 AIR App. I set it to x=0, y=0. Width=100%, Height=100%.