View Full Version : Flash MP3 Player: autostart and IE problems


angzicc
04-26-2010, 02:26 PM
Hi to all,
thanks to the site administrator for the Flash MP3 Player that I found here:

http://www.lissaexplains.com/mp3player.shtml

It works on Firefox and Chrome but the first song always start automatically, though I have an HTML code like this (http://www.alternatv.it/risorse/html1.txt).

..with autoplay=false for 2 times!
This is the playlist file (http://www.alternatv.it/risorse/playlist.txt)

This seems fair!
Well... just the last problem: with Internet Explorer 8 the player don't start, is always "Loading tracklist" :confused:

For accuracy I would point this thing that happened to me: with the file "playlist.xspf" the player don't work on all the browsers. If I rename it "playlist.xml" (and I go to change the name in the HTML code) it works well but BOTH problems remains:

1) It don't works with Internet Explorer
2) autoplay=false don't work, all the time the first song start :mad:

If I delete both "autoplay=false" the player don't start and I can write on top "click to start" :). But on Internet Explorer 8 I read only: "hideout xspf music player - by fabricio zuardi", if I click it I read all the time "Loading trcklist"... :mad:
Please help me!
Thanks a lot

angzicc
04-26-2010, 04:07 PM
I solved the problem with this HTML code:

<object type="application/x-shockwave-flash" data="http://www.
example.com/new/xspf_player.swf?playlist_url=playlist.xml&player_title=CLICK HERE TO LISTEN THE SONGS&playlist_size=3"
width="746" height="300">
<param name="movie" value="xspf_player.swf?playlist_url=playlist.xml&player_title=
CLICK HERE TO LISTEN THE SONGS&playlist_size=3">
<embed src="xspf_player.swf?playlist_url=playlist.xml&player_title=
CLICK HERE TO LISTEN THE SONGS&playlist_size=3"/>
</object>

It works perfectly on Internet Explorer, Mozilla Firefox and Google Chrome! :)

YESS!!!