xml flash tutorial reading into structure of file coolness
Video Length :
5 : 28
Comments :
Kept getting this error " #1006: value is not a function."
IF you also get this error make sure you are running an actionscript 2 document not as3.
can this be converted to actionscript 3?
var myXml = new XML();
myXML.onLoad = function (sucess) {
if(sucess) {
xmlBox.text=this;
}
}
myXML.load("mój email.xml")
?