On 8/24/07, Matthias Dittgen <[EMAIL PROTECTED]> wrote: > What about the [Bindable] meta tag of Flex? > Isn't it available in FlashCS3, too?
Binding is done in AS3 (both Flex and Flash CS3) via the Bindable meta tag and it's done better and simpler than in AS2. It's best to use the meta tag in the beginning and if you want to learn how it's done using the classes from the classes in the mx.binding.utils package, compile with the keep generated files compiler option and look at what gets generated. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
