I am trying to create a Custom Flex Component using the Flex Compon开发者_如何学Goent framework:
I\'m using flash.display.Loader to load this example SWF as a use-case for loading SWFs that uses flex charting components in an application I\'m working on.
Please find the below code <?xml version=\"1.0\" encoding=\"utf-8\"?> <mx:Application xmlns:mx=\"http://www.adobe.com/2006/mxml\" layout=\"absolute\">
Currently I am working on flex using puremvc framework. Actually my question is related to where to register mediator in p开发者_StackOverflowuremvc framework. One of my colleague is registeringmediat
FYI, I\'m a Flex newbie. I\'m trying to create a Flex application that can automatically shrink based on the size of the components that it contains, so that a user can shrink it to a minimal view to
Is it possible to ha开发者_开发知识库ve a child class which adds states to the set of states which are defined in the base class? Currently it looks like my child class overrides all of the states in
I\'m skinning scrollbar in my flex app开发者_如何学C and got one problem. This white square between scrollbars(view the image) ruibs all my design and i need to disable it, make it invisible, change i
I\'m trying to do a very simple app in Flash/Flex, that loads an image embedded in the swf itself and then shows it. The thing is I\'m trying to do it using the command line only (mxmlc and compc) and
I am working on flex dasboards and charting stuff. Till now I have build them for static data only now I want to upgrade them to work for real time data where new data is continuosly sent to client (s
I have written a Flex Library project - a .swc file - which is supposed to read default configuration from a XML file inside .swc. This .swc file would be used by other modules to perform some operati