hi there i am trying to get the player to work on my site, at the moment it is just on a stand alone page.
www.alextovey.co.uk/music/music1
please can you help i cannot seem to get it working all i get is a blank flash placer. but no mp3 player. i have follwed the cant embed player thread but im stuck and i have been trying to find a good player for weeks.
thank you
alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dude,
I am seeing all of the music files, but they're not playing. From what I'm seeing, your playlist likely has an error or parse error in it. Check your playlist code using this link below, and look very closely for missing quotes " or added slashes, anything strange, and your songs must have the full http:// paths.
If you will generate your playlist using firefox instead if IE, then you will probably be up and running immediately. If not, then you need some way to check your playlist xml code for parse errors.
Cal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey, I just found the problem. The index.html files in both
the music1 and music2 folders are missing the relative path on
one of the embed tag positions.
Look for this:
<param name="movie" value="xspf_player.swf?playlist_url=playlist_generator.php&autoload=true&autoplay=true&shuffle=true" />
It's missing the ../ to back up one folder where the damn swf is.
so change it to this:
<param name="movie" value="../xspf_player.swf?playlist_url=playlist_generator.php&autoload=true&autoplay=true&shuffle=true" />
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi there i am trying to get the player to work on my site, at the moment it is just on a stand alone page.
www.alextovey.co.uk/music/music1
please can you help i cannot seem to get it working all i get is a blank flash placer. but no mp3 player. i have follwed the cant embed player thread but im stuck and i have been trying to find a good player for weeks.
thank you
alex
Dude,
I am seeing all of the music files, but they're not playing. From what I'm seeing, your playlist likely has an error or parse error in it. Check your playlist code using this link below, and look very closely for missing quotes " or added slashes, anything strange, and your songs must have the full http:// paths.
http://www.xspf.org/quickstart/
If you will generate your playlist using firefox instead if IE, then you will probably be up and running immediately. If not, then you need some way to check your playlist xml code for parse errors.
Cal
Hey, I just found the problem. The index.html files in both
the music1 and music2 folders are missing the relative path on
one of the embed tag positions.
Look for this:
<param name="movie" value="xspf_player.swf?playlist_url=playlist_generator.php&autoload=true&autoplay=true&shuffle=true" />
It's missing the ../ to back up one folder where the damn swf is.
so change it to this:
<param name="movie" value="../xspf_player.swf?playlist_url=playlist_generator.php&autoload=true&autoplay=true&shuffle=true" />