I have a simple button in a mxml file, if I set the skinClass property in the tag itself it works, however, if I set the skinClass property in an external css file, it doesn\'t apply to the button.
Can开发者_如何学Python we Bypass the save dialog box of FileRefernce.save()? If not, then Is there any workaround to save a file from web application in Flex without asking user where to save file?
I want my flex 4 application to print proper picture w开发者_如何学运维hen I click on print in context menu of Adobe Flash Player. Is it possible?
I\'m implementing an image gallery which presents assets as equally sized boxes that are forming a grid. I thought that I could easily achieve that by using the spark.layouts.TileLayout but unfortunat
I have an item renderer in a list, when I try to use the override method to setup the list items how I want them they are invisible.
I know this question is something difficult to resolve, but I have been walking thourgh sources, googling, etc... and haven\'t found anything clear bout the problem I\'m going to expose.
I just want to know how to add a twitter login in a flex 4 appliation. Bascially on click of a butto开发者_如何学Pythonn it should ask for login, and twitter post button which will post the tweets.The
I have a parsley popup that can create another popup. The issue comes when I close the root popup, when I open the popup again and click on the child popup, it\'s actually opening2 child popups.
When I make a request locally, I have no problems at all maintaining my FlexSession; however, when I make a request from another computer, it creates duplicate FlexSession for every request.I noticed
I am trying to integrate my application with facebook.I followed the official tutorial on adobe http://www.adobe.com/devnet/facebook/articles/flex_fbgraph_pt3.html