I have 2 files, 1 to dispatch the event and 1 to receive it (of course in addition to the event class itself).
I have a text box that receives data from XML. Has activated the service. Everything works fine if i use \"taurus\" instead myVar in {}.
This could potentially be a dumb question so apologies in advance if it is. I\'m wondering if theres an equivilant of Interfaces in MXML?
I\'m trying to read xml field开发者_运维百科s (with actionscript 3), but the problem is that I choose which field to read dynamically. For example, I may need to read test19 or test39 or test12 or any
I\'m not using deep linking, so all the pages/states appear as http://site.com Is it still possible to implement back functionality in this case? It looks like flex has a browser history feature, but
I am trying to create a menu bar with the following items: File, Database, Navigate, Window. However, I am getting an error which I do not understand: Could not resolve <mx:XMLList> to a compone
I开发者_JAVA百科 have a MXML application with a DataGroup as follows: <s:DataGroup id=\"productSelector\"
I have a custom component Comp that gets its position changed as a result of interactions with other components, etc. I check for changes in its position by constantly checking its position at fixed i
I have an mx:TextArea and I want its height to be the same as its content height. There is nothing fancy - just a text area and text that is not editable. I need a simple and reliable way to make the
I\'m trying to copy/modify the spark skin for the default button, but not sure how to find that skin. When I hover over <s:Button and Ctrl + Click it, it takes me to the Button class, but there isn