i hired a designer who knows flash but not flex, is there a way to properly integrate a flash design into a flex application?
I\'m fairly new to Flex. I want to make a button (icon) on the far right in the middle of the page that display a sliding side bar with multiple buttons in it when you hover over it. I want when the u
While this not necessarily a technical question, I believe it will help a lot of developers (including myself!).
I\'m trying to compile existing Flex 4 project but having an error: Call to underfined met开发者_如何学JAVAhod getStyleManager of StyleManager class.
I\'m not sure how to explain this, but why isn\'t this code pulling the correct image and icon file? It continues to pull the wrong info at the line 35, which makes all other data one node behind. Eve
I want to build a component, where the user can play a video in a 开发者_高级运维Flex Spark VideoDisplay. There will be a button and whenever the button is pressed, I want to save the current time of
I have a s:List component. I want to handle a click event to know what list item is selected. I don\'t see Click event in s:List. Any workarounds?
LCDS Data Management via <mx:DataService> (only available with fds.swc from LCDS) can do pagination and data sync, but FlashBuilder 4 + Flex4 can do them as well!See the following Flex4 + FlashB
We are building a fairly complex application that we need to be able to release different parts of at different times. To help us solve this problem we are using RSLs and Modules.
Hi All i am new to flex4 i want to know about the s:layout tag which is written below the Application tag, is this layout applicable to the entire application or the elements below the layout tag.