swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] XML.load()


From: Matthias Kramm
Subject: Re: [Swftools-common] XML.load()
Date: Mon, 24 Nov 2008 09:14:08 +0100
User-agent: Mutt/1.5.6i

On Sat, Nov 22, 2008 at 04:50:23AM +0000, Chris Pugh <address@hidden> wrote:
> 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>");

This works for me, with all flash versions:

        var myXML = new XML();
        myXML.load("test.xml");
        myXML.onLoad = function(success){
            trace("xml:"+myXML);
        };

Greetings

Matthias






reply via email to

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