how i can use actionscript component code in mmxl components,as in actionscriptcomponents weuse classes ,开发者_如何学运维but inmmxl component we can not use classes function, so how i can use actions
I have developed a Flex application. I have also developed a Java servlet pr开发者_如何学编程ogram for an Access database using Tomcat. How can I use that servlet backend for my Flex application using
i want to know what i should put befor .mx_internal override public function initialize() : void { var target:DialogButtons;
I have taken this code from one of my friend,but in real it is totally mess there are plenty of error i am getting by running this code,i have some question
I am using progressive streaming with VideoDisplay, the HTTP URL provided gets buffered completely even if I have configured it to start playing the video when the buffering reaches 20%, the trace mes
i Am getting error \"error parsing stylesheet\" what it is thanks for help in advance this is my code
I have include css code in my xxml application,but i m getting error error parsing stylesheet c:\\path\\demo\\src\\demo.xxml below is my code thanks for help in advance
i have created 开发者_如何学编程custom components in flex where i have used a button,i want to change button text when i will use that component in other mmxl file how i can do that? thanks in advance
I am trying to create my first real world application. It\'s a database driven (via Web Services) application in Flash Builder 4.
Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?