Jump to content

loading xml ito flash in a dynamic texbox


hansolo

Recommended Posts

I have a xml file which is called test.xml and i have a dynamic text box in flash named xmlBox. The code of the xml file is not loading into the dynamic text box, i have followed the tutorial and cant see my mistake.please if anyone can see my mistiake post a message. tutorial link belowhttp://www.youtube.com/watch?v=WVTcz47zllM//code as2 var myXml = new XML(); myXml.onLoad = function(success){ if(success){ xmlBox.text=this; } }myXml.onLoad("test.xml");

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...