Your code should trace your XML, when calling new LoadXML().

Have you checked against another XML, Omar?
Are you sure your xml-file is in the same folder as your swf?
You might also try the onHTTPStatus and onData events the XML class offers.

hth,
Matthias

2007/7/30, Omar Fouad <[EMAIL PROTECTED]>:
> class LoadXML {
>
>     function LoadXML() {
>         var xmlData:XML = new XML();
>
>         xmlData.ignoreWhite= true;
>         xmlData.onLoad = function (success) {
>             if(success) {
>                 trace("loaded");
>             }
>         }
>         xmlData.load("data.xml");
>         trace(xmlData);
>     }
> }
> this is not working
>
> --
> Omar M. Fouad - Digital Emotions
> http://www.omarfouad.net
>
> +2010 - 2346633 - +2012 - 2644441
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to