I have a requirement that when I click on GeneratXML button which i开发者_高级运维s below the DataGrid the Datagrid data is converted in one xml file.Something like this would do I think - (I don\'t k
I\'m trying to Resize a panel using a Resize Effect using its center as the anchor point. I\'ve been googling for some information and the only thing I have found is to set the horizontalCenter and ve
I need to know if a popup 开发者_高级运维(which is a singleton titlewindow, hence would be initialized only once) is already shown in the screen or not, if not then i will call a function to show it u
I am beginner to Flex3 .. I am developing simple application with login screen having fields user name and password. I wanted to kn开发者_JAVA百科ow how i store this information in MySql database? The
I have an array containing names lets say, var myArray:Array=new Array(\"name1\",\"name2\",\"name3\");
Since flex memory management is poor, objects once instantiated dont die very easily (even when they go out of scope), one would need to check on various properties of components. I am using one such
I\'m having a strange preloader problem. I have 2 preloaders inside a canvas. One is to display the progress of a track downloading and the other is to display the position of playback of the track. I
I amloading an image using a Loader. On开发者_开发知识库ce loaded, I can get the bitmap data using Bitmap(event.target.loader.content).bitmapData.
I have a .swf in my rails application, located here: /public/bin/editor/Ed开发者_开发知识库itor.swf
I have the following scenario: I create an HBox with a width of 1000000px (one million pixels of width).