In my flex 3 application, i am maintaining two mxml files say one.mxml and two.mxml. How can i call two.mxml from one.mxml. I don\'t want to use any variables from differe开发者_开发技巧nt mxml files.
I\'ve got a Flex TileList which has an ArrayCollection as its data provider. The ArrayCollection is used elsewhere in the application so modifying the base data is not possib开发者_JS百科le.
I want to create a tilelist in which there would be different canvas or vbox etc, and i want to make them drag able.
I\'m using Flex 3 and I want to access a webservice on another server. I\'ve imported the webservice (Data->Import) succesfully into my application, but when I\'m accessing the functions in the code i
Is it possible to create flv player\'s(mainly YouTube Player\'s) wrapper using AS3 and FlashDevelop only? I am concerned about it because I don\'t have Flash author开发者_JAVA百科ing environment. I ha
in one of my forms, I have used the following code for adding Mate Listeners <mate:Listener type=\"{DBEvent.Update_Result}\" receive=\"{onUpdateResults(event)}\"/>
Is there a way to add an image in my main app, so that it is on top off a popWindow? The equivalent of the Z-index should render it on top.
I have a Flex ActionScript Application, I need to draw a simple rectangle in stage. I am using firstapp.mxml and another Class called Book.as;
I found <rs:Page> <mx:Image source=\"@Embed(\'image1.jpg\')\" /> <mx:Labelx=\"400\" y=\"40\" fontFamily=\"Verdana\" fontSize=\"9\" color=\"#cccccc\" text=\"butn\" />
I am trying to create a \"radar-like\" control within our Flex application. See the following link for an example (sorry, small image...)