I\'ve implemented a own LoginCommand and it works perfectly for all the remote calls from flex. But beside the flex remote objects I\'d like to protect some other web resources like html, jsp and swf
How can I import all files and classes into my AIR bundle... it must take a note that I created first a flex project, and set it\'s main class as Actionscript (.as) .
In my flex application, I have a custom TitleWindow that开发者_JAVA百科 pops up in modal fashion.When I resize the browser window, I get this warning:
This is really annoying me, but if I do <mx:开发者_运维百科CheckBox label=\"Checkbox\" />
I have xml file with data as below and i want to convert this into Flex ArrayCollection including the id and name of the tags. I am using httpService to get the file.
I\'m trying to create custom icons for my taskbar/desktop icons in my Flex WindowedApplication. So far, I\'ve edi开发者_开发百科ted my -app.xml file to include the following:
I ha开发者_运维技巧ve a component mxml in which I have a save button, on click of the save button I need to display another component which will be in a tab navigator, for this I am using the view sta
So I\'ve got this odd issue that I\'m trying to narrow down... My application is a ColdFusion back-end with a HTML, CSS and Flex front-end. The Flex application loads in appVars.cfm as \"cfoutput\" X
I have an Object in actionscript which has a few dozens of properties each of which is defined to be bindable and has its own change event. I would like to listen to any changes made to this object wi
I have a component mxml in which i have a save button, on click of the save button i need to display another component which will be in a tab navigator, for this I am using the view stack. My problem