当我将 Flash 音乐播放器嵌入索引页时,它停止工作
在我的 /test 文件夹/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>
继续)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将歌曲路径更改为mp3文件的真实路径。例如:
http://ada.kiexpro.com/test/songs/song.mp3
Try changing the song path to the real path to the mp3 file. For example:
http://ada.kiexpro.com/test/songs/song.mp3