swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] XML.load()


From: Chris Pugh
Subject: [Swftools-common] XML.load()
Date: Sat, 22 Nov 2008 04:50:23 +0000

Greetings one and all,

I'm having no joy whatsoever with ,

      var myXML = new XML();
//    myXML.ignoreWhite=true;
      myXML.load("<relative URL of XML file>");

No matter which way I try this,  the XML file point blank refuses to load.

No such issue if I load an XML style string directly with,

 var anyXML = new XML("<parent><sibling> ..</sibling></parent>);

and no issues whatsoever when using the similar loadVars,

   myLoadVar = new LoadVars();
   myLoadVar.load("<relative URL of text file>");

Compiler bug(heresy!)?  Or is it someway, somehow, me?

Thoughts please!

Cheers,


Chris.

PS  I'm also getting an rDNS error from the mail server..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]