Tag Archives: sample
Identifying Multiple Screens with Adobe AIR
While working on a presentation about Native Windows & Adobe AIR I ran into the Screen class. The screen object provides information about the display screens available to an application allowing you to position applications/windows on different screens. I say … Continue reading
The Amazing Ely has done it again!
Ely Greenfield has posted a flip book example component that he put together for 360Flex. Ely always puts together some pretty amazing stuff, this is no exception. Check it out on his blog.
Sending XML in Flash
So you want to send XML in flash? There are some things that you need to watch out for. ONE: We’re working with the XML object. [as] var myXML:XML = new XML(); var theXML:String = “”; myXML.parseXML(theXML); [/as] TWO: If … Continue reading
Flash Binding Class
I whipped up a quick Singlton to progamatically create bindings between two controls: All you need to do is import the class and then call the addBinding() method on the REBinding Singleton class: import com.re.data.REBinding; REBinding.getInstance().addBinding(src_txt, dest_txt, “text”, “change”); [Download … Continue reading
Mixing Series Types in Flex 2 Charts
Becareful when you mix series types in the Flex 2 (BETA 2) Charting Components. All of the documentation says that any chart that extends the CartesianChart can use other series types. This is true but you run into issues beacuse … Continue reading









