I have a video file in my local system.I am using windows XP in my system. Now i want to send this video file 开发者_如何学运维byte array to server in Flash Builder (Flex 4). I am using PHP at server
In one of the classes in my Flex application I have a dictionary, which is periodically updated from other parts of the application. It contains some sort of user preferences and I want to keep it in
I would like to modify an Accordion class to suit my needs. Instead of simply extending Accordion, I would like to copy and paste the whole class as a start, with the new class name \"MyAccordion\",
I have a controls.Image that I put开发者_运维问答 in my Flex4 AIR App. I set it to x=0, y=0. Width=100%, Height=100%.
I am using flex4 on the frontend, and java spring services on the backend. When I follow the tutorials, I can get entities from db (mysql5.0) and fill the datagrid provided by Flex on the client side.
I need to implement a lazy loading table in FLEX i.e load the table data once user starts scrolling down.
Is it possible to trace every single method call in flex/actionscript by injecting loggin开发者_开发技巧g statements some way? Like how it\'s possible in C# using PostSharp.I would suggest using Vizzy
I have an Application displaying a spark.List. Every item of my list must be visible (no vertical scroll).
I want to use a proxy on the HTML Control found in Adobe AIR. How do I go about doing this? I have tried looking at the AS3 docs on Adobe but honestly, it didn\'t explain the usage clearly to me and l
I\'m trying to do some drag and drop between 2 spark List located in different components. Because my first attempt didn\'t work, I decide to Google it and read some more about DragAndDrop ... tried