XML in Flashh Part 3

Back


the third part in the flash and xml series. part 4 coming soon. var myXML:XML = new XML(); myXML.ignoreWhite=true; myXML.onLoad = function(sucess) { if(sucess) { subjectTXT = this.firstChild.childNodes[0].childNodes[2].firstChild.nodeValue; fromTXT = this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue; toTXT = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue; messageTXT = this.firstChild.childNodes[0].childNodes[3].firstChild.nodeValue; xmlBox.text = messageTXT; toBox.text = toTXT; fromBox.text = fromTXT; subjectBox.text = subjectTXT; } } myXML.load("xml/tutex.xml");

Category: Howto
Uploaded: December 4th, 2007 @ 4:46 pm
Author: pbj746

Length: 10:31
Rating: Whole StarWhole StarWhole StarWhole StarHalf Star
Views: 4,776

Tags: cs3 display flash mx readable tutorial video xml xslt

Related Video Links:


» View Video Comments For XML in Flashh Part 3
» View pbj746's Other Uploaded Videos

Video Thumbnails:


Thumbnail #1 Video Thumbnail #1:

Thumbnail #2 Video Thumbnail #2:

Thumbnail #3 Video Thumbnail #3:



Video Embedding Code:


Video Url:


Embed Code:

* Embed this video on your website, social bookmark, myspace, or blog.