Basically using this:
onClipEvent (load) {
//Set the name of the XML document
this.XMLDocName = "XML/SOMEFILE.xml"
//Set the node variable
this.NodeNumber = 0;
}
And the xml would look something like this:
<ChallengeOne>
<link>a) "RSCNAME" - AUTHORNAME (x:xx)
<URL>.swf</URL>
</link>
</ChallengeOne>
Now when viewing it all the " signs are being coverted to ' in Flash. Is there
anyway anyone can think of to fix this?
perry - 29 Jun 2005 15:11 GMT
as far as i know it´s illegal to use a " in an xml file, should be escaped
to "
pretty much like in html
perry
> Basically using this:
>
[quoted text clipped - 17 lines]
> Now when viewing it all the " signs are being coverted to ' in Flash. Is there
> anyway anyone can think of to fix this?