Ramblings

November 7, 2006

Welcome To The Flex Online Compiler

Filed under: dev, flash — michaelangela @ 5:16 am

Oh man… wow…

The Flex Online Compiler

The Flex Online Compiler allows you to experience Flex 2 for yourself, without needing to download or install anything. Of course, you really should download Flex Builder 2 to truly get a feel for Flex, but until you do so, you may use The Flex Online Compiler to compile and run MXML and ActionScript code. Simply type your code below, and click the Try It! button. Start with code of your own, or use the select boxes below to select Flex code that you can tweak and modify as you see fit. Enjoy!

powered by performancing firefox

Creating runtime data bindings using ActionScript

Filed under: dev, flash — michaelangela @ 5:10 am

Bringing it all into Actionscript would have it’s advantages. Doing binding dynamically is interesting as well. Would I need the schema still as needed with the binding tab? Digging.

Creating runtime data bindings using ActionScript — Version 8

If you use components to create applications, it’s often necessary to add bindings between those components so that you can interact with data or have components interact with each other. Interaction between components is necessary for creating usable forms or interfaces that your users can interact with. You can use the Bindings tab in the Component inspector to add bindings between components on the Stage. You can use the Bindings tab in the Component inspector to bind data between components on the Stage.

powered by performancing firefox

Blog at WordPress.com.