PDA

View Full Version : Loading XML into text Boxes


renay
07-17-2003, 06:36 AM
Hello all

How would I load my xml into a text box?

Thnks

JHallam
07-17-2003, 09:02 AM
First you have to write your external XML then load the object into Flash. Use the object and variables to access the area of the xml file you want, then textBox.text = XMLobj.firstChild

Have a read of the tutorial carefully made by Jesse.


http://207.44.212.166/tutorials/intermediate/XML/index.shtml

Thanks