i made a flash music player for my server
the player works perfectly and loads the xml data when viewed on my computer
and even when it has been uploaded to the server IF i view it by itself
but once i try and view my HTML file, all of the information for the songs
comes up as undefined, so none of the songs will play
does anyone know what might be wrong or do you need more information?
thanks
MotionMaker - 19 Jun 2007 16:35 GMT
The default url inside the Flash movie is the url of the HTML. So if you are
using the relative path of the swf you will find a problem.
Test the _url property for AS 2 F8
Or just hard code the http://your.domain.com/pathtoXML/thedata.xml into the
Flash movie to debug.
The other issue is if the XML file is on another domain.