Correction: I got this thing working, playlist error. The playist generator generates absolute url to the mp3 but with double slashes. "//music/music2//song.mp3" below
<location>http://yourdomain.com//music/music2//mp3/02_furelise.mp3</location>
Does not work otherwise for some reason.
What is this?
Cal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HELP?
http://sirpub.freepgs.com/static/object-flash-music-xspf-standalone.php
Thanks in advance,
cf
Correction: I got this thing working, playlist error. The playist generator generates absolute url to the mp3 but with double slashes. "//music/music2//song.mp3" below
<location>http://yourdomain.com//music/music2//mp3/02_furelise.mp3</location>
Does not work otherwise for some reason.
What is this?
Cal
ANOTHER PROBLEM IS THAT HE FACTORY DOWNLOAD HAS ERRORS
IN THE MUSIC/MUSIC1/INDEX.HTML AND THE MUSIC/MUSIC2/INDEX.HTML FILES.
Look for this:
<param name="movie"
value="xspf_player.swf?playlist_url=playlist_generator.php&autoload=true&au
toplay=true&shuffle=true" />
It's missing the ../ to back up one folder where the swf is LOCATED.
so change it to this:
<param name="movie"
value="../xspf_player.swf?playlist_url=playlist_generator.php&autoload=true
&autoplay=true&shuffle=true" />