Re: [Flashcoders] E4X not for external XML docs?

2007-05-30 Thread Muzak
Put the trace in the event handler. - Original Message - From: "daniel" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 30, 2007 5:47 AM Subject: [Flashcoders] E4X not for external XML docs? > Hey everyone! > > I'm using an URLLoader to load a XML configu

Re: [Flashcoders] E4X not for external XML docs?

2007-05-30 Thread Arul Prasad M L
E4X can be used for external xml files too. Your problem might be a namespace issue I blogged abt a couple of days back ? http://arulprasad.blogspot.com/2007/05/using-as30-with-e4x-for-jabber-iq.html Don't bother about the jabber part in the post, just look for the namespace related details. ~A

[Flashcoders] E4X not for external XML docs?

2007-05-29 Thread daniel
Hey everyone! I'm using an URLLoader to load a XML configuration file. I try to read the XML file using some E4X syntax ([EMAIL PROTECTED]), but I get nothing but an empty string when I trace it out. However when I do the same to a local variable with some hard-coded XML as its value, the E4X ex