Then download the .zip files they have on the site. The first one comes with a readme.txt file AND example .xml files for you to check out. The second one just has example .xml files that you can check out.
Either way, the set up all has to do with what component you are using, there is no 1 way to do it since it all depends on how you are loading the info into Flash.
check this out. i call it vmkAMPv1.03. all you have to do is change track names/urls in the (straightforward) xml file to get it to work. feel free to change/modify as you like.
is this on your local machine or on your webserver?
it’s best that the folder you have your mp3’s in is in the same folder that your swf/html files are. so if your swf was in folder flash, your songs should be in folder flash/sounds .
are you using my amp? if you are, open the [SIZE=1]includes[/SIZE] folder and look for the file called “functions.as” open that file up (any text/HTML editor will do) and look for the line:
[AS]loadSongList(“play.xml”);[/AS]
on line ten of this file. then, change “play.xml” to whatever URL you’d like.
?? What can it be?
I´ve notice that the “functions.as” file as a lot of code regarding the xml playlist.
Could it be that we have to change it on another line?
or put them up on your server so i can download them and figure it out for you? because this is pretty straightforward and i’m not sure what could be going wrong.
can you please post the files you’re working with?
.flas. xml, includes…
because i can’t tell if your xml will work unless i see the actionscript that will parse it. i can’t tell if you are using my amp or not because you have never told me directly.
unless i’m interpreting this wrong, i think you think that xml does something, like html does. xml in fact does nothing, it is merely a way to store info in an easily parsable format.
please post your files, otherwise im not sure how to help you, since your descriptions are quite vague and simply posting me a link to the xml you’re trying to use doesn’t help me at all.