I want to display a HTML file for a mobile application using Flex Builder 4.5. The following code does not work -
I have two datagrids: - Division - Members Both have single columns. Selecting one item from Divsions datagrid should display members of that Division in the Members datagrid. But following code h
We have a flex application that connects to a proxy server which handles authentication. If the authentication has timeout out the proxy server returns a json formatted error string. What I would like
Currently, I do serialize my model object to the SharedObject instance: try { var mySo:SharedObject = SharedObject.getLocal(\"sig\");
I\'m about to implement public function writeExternal( output:IDataOutput ):void {...} public function readExternal( input:IDataInput ):void {...}
Is there a way to create a BarChart (in the background) without adding it to the current view?I basically have a chart that I need to convert to an image and add it to a PDF report (using AlivePDF)开发
I installed SVN using the instruction give here: http://alvijee.blogspot.com/2010/08/setting-up-subversion-with-adobe-flash.html
Is there any configuration or method by which w开发者_运维知识库e can speedup debug orlaunch of application..i have machine with 4 GB RAM, core i-7 processor. still it launches application from flash
I know 开发者_如何学运维I could use \"BrowserManager.getInstance()\" to find out which from URL is my app running, but it doesn\'t work as I would expect (you can\'t read url in one line - you have to
I have one .fla file sentby some one.I want to import this file into my actionscript project using flex builder and I need to work on frames of the fla file . How to do this. I am very new to flex . I