|
Simply pass a String containing XML to the XML constructor: var myXML:XML = new XML("<Menu><icon
id='1'/><icon id='2'/></Menu>"); Note that the values of the id attributes must be quoted. XMLDocument is deprecated; it is ActionScript 2's old pre-E4X
kind of XML object, and we don't recommend using it any more. - Gordon From: XMLDocument.parseXML(XMLString); On 7/19/06, leaveist
<[EMAIL PROTECTED]> wrote: I making tree menu using
remote object. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|

