1

So I am embedding the music like so (testing in firefox),

<object width="300" height="20">
        <param name="src" value="music/Furrow.mp3">
        <param name="autoplay" value="false">
        <param name="controller" value="true">
        <param name="bgcolor" value="#FFFFFF">
        <embed src="music/Furrow.mp3" autostart="false" loop="false" width="300" height="42" controller="true" bgcolor="#FFFFFF">

When I load my html pages, there is a little VLC type player, which is perfect. However I have an issue, the player looks like this when i take my mouse off the player,

http://imgur.com/3aCGfx0

How can I change the orange cone + black background to have lets say, album artwork or a picture?

Thanks

PS this might not be the best way to add music, but I am just trying to work out the album artwork for now

4

2 回答 2

1

您这样做的方式是使用浏览器提供的默认插件。在您的情况下,这是 VLC,但这取决于客户端媒体插件。

您需要做的是使用自定义媒体播放器(您知道可以在 flash、html5 等之间进行选择……),并自行管理艺术品。

看看现有的解决方案,如 subsonic、ampache ... subsonic 的示例截图有一个小的嵌入式 Flash 播放器,播放列表 + 艺术品是用 javascript 处理的。

于 2013-05-28T13:22:49.287 回答
0

首先,应该知道你的源代码,也许是一张图片到CSS中圆锥图标的绝对位置。

ps:JW 播放器提供播放列表和专辑封面的解决方案,始终使用 Flash 播放器。 http://www.longtailvideo.com/jw-player/download/

于 2013-05-28T13:29:12.773 回答