/ test folder / music_player /の中に、mini_player.swfというファイルがあります。http://ada.kiexpro.com/test/music_player/player_mini.swfのように、どこにも埋め込まずに再生すると、 すべて問題ありません。しかし、インデックスページに追加するとhttp://ada.kiexpro.com/test/曲が始まりません。
私は次のようなsong_list.xmlを使用しています:
<songs>
<song>
<track>She can dance too</track>
<artist>Artist One</artist>
<url>songs/song.mp3</url>
</song>
(続き)