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:
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:
Yeah thats a windows problem that I saw on one particular laptop. It has to do with how flash plays audio so try some searches there. The only fix I found involved changing the registry to use a different playback system which to me does not sound as good. I don't have references for this.
Good luck,
jonathan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Location of song mispelled in the playlist will also do this, will load the title but not the song, thus silence. Look at sirmikey dot com, I have it right column with popup link and also have a wider version in the left menu (click music playlists).
cal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Here's my embed tag. HELP!
############################
http://sirpub.freepgs.com/static/object-flash-music-xspf-standalone.php
Logged In: YES
user_id=1992792
Originator: YES
Here's my embed tag seperately. HELP!
http://sirpub.freepgs.com/static/object-flash-music-xspf-standalone.php
Logged In: YES
user_id=1992792
Originator: YES
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
Logged In: YES
user_id=1992792
Originator: YES
The Programmers made one error:
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" />
Logged In: NO
Yeah thats a windows problem that I saw on one particular laptop. It has to do with how flash plays audio so try some searches there. The only fix I found involved changing the registry to use a different playback system which to me does not sound as good. I don't have references for this.
Good luck,
jonathan
Logged In: NO
Do other flash players produce audio on that computer?
Logged In: YES
user_id=1992792
Originator: YES
Location of song mispelled in the playlist will also do this, will load the title but not the song, thus silence. Look at sirmikey dot com, I have it right column with popup link and also have a wider version in the left menu (click music playlists).
cal