当我将 Flash 音乐播放器嵌入索引页时,它停止工作

发布于 2024-08-31 18:34:47 字数 624 浏览 3 评论 0原文

在我的 /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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

も星光 2024-09-07 18:34:47

尝试将歌曲路径更改为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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文