What is the difference between <fx:Script>
and <fx:Declarations>
? Do I need both, or is one the new replacement of the other?
views:
893answers:
1
+2
A:
Script is a place to put some AS3 code onto the MXML class. Declarations are a way to put public properties defined in MXML on a class.
James Ward
2009-12-23 03:16:39