Flash music player stop working when I embed it into my index page
Posted
by janoChen
on Stack Overflow
See other posts from Stack Overflow
or by janoChen
Published on 2010-05-03T05:36:37Z
Indexed on
2010/05/03
5:48 UTC
Read the original article
Hit count: 227
Inside my /test folder/music_player/ have have a file called mini_player.swf. If I play it without embedding it anywhere, like this: http://ada.kiexpro.com/test/music_player/player_mini.swf everything is OK. But when I add it into my index page: http://ada.kiexpro.com/test/ the song doesn't start.
I'm using a song_list.xml like this:
<songs>
<song>
<track>She can dance too</track>
<artist>Artist One</artist>
<url>songs/song.mp3</url>
</song>
(continues)
© Stack Overflow or respective owner