9/23/2010 3:05:03 AM
Title:
basic about flash builder 4
how to inherit actionscript codein the flexproject?
Also whether E4X code i.e. the XML,XMLList, QName, and Namespace classes should be saved in actionscript file?if yes how?
Kiney
Points: 600
Posts:0
9/24/2010 4:59:31 AM
XML files are used so that we can configure or make changes without recompiling the application again. You can store your xml files inside also , but I don't see any benefit for that. XML can be saved in the ActionScript like this .
var myXML:XML= new XML("<node>
<child />
<child />
</node")