[flexcoders] External xml help

2007-05-19 Thread fxe162
I have an external xml named scratch.xspf : ?xml version=1.0 encoding=UTF-8? playlist trackList track location/songs/Led Zeppelin II/The Lemon Song.mp3/location creatorLed Zeppelin/creator albumLed Zeppelin II/album titleThe Lemon Song/title image/covers/Led

[flexcoders] external xml help

2007-05-19 Thread fxe162
I have an external xml named scratch.xspf : ?xml version=1.0 encoding=UTF-8? playlist trackList track location/songs/Led Zeppelin II/The Lemon Song.mp3/location creatorLed Zeppelin/creator albumLed Zeppelin II/album titleThe Lemon Song/title image/covers/Led

Re: [flexcoders] external xml help

2007-05-19 Thread Robert Cadena
Hi fxeOneSixTwo, in your code below you do not wait for the URLLoader to load the data. You have to add an Event.COMPLETE listener and then handle the xml data. I took your code and reworked it a bit. here's what i came up with: import mx.rpc.soap.LoadEvent; public