开发者

mp3 player works in Chrome and IE8 but not Firefox

开发者 https://www.devze.com 2023-03-18 11:51 出处:网络
I have been trying to embed the Dewplayer mp3 player in a website.My test site script is below.This works perfectly in Chrome and IE8 but not Firefox.I\'ve trawled the net with no luck.Can anyone see

I have been trying to embed the Dewplayer mp3 player in a website. My test site script is below. This works perfectly in Chrome and IE8 but not Firefox. I've trawled the net with no luck. Can anyone see what the problem is, please? Thanks, Chris.

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Soundstest&l开发者_运维问答t;/title>
<link rel="stylesheet" href="rules.css" type="text/css">
</head>
<body id="container">
<div><br>
<br>
<div id="splayers"><br>
<object type="application/x-shockwave-flash"
data="C:/Documents and Settings/Taff_2/My Documents/Website/Sounds/dewplayer-playlist.swf"
height="200" width="240"> <param name="wmode" value="transparent"> <param
name="movie"
value="C:/Documents and Settings/Taff_2/My Documents/Website/Sounds/dewplayer-playlist.swf">
<param name="flashvars"
value="xml=C:/Documents and Settings/Taff_2/My Documents/Website/Sounds/Playlist.xml"></object></div>
<br>
<br>
<br>
<br>
</div>
</body>
</html>


Is that webpage out at an http:// URL? The "data" attribute of <object> is supposed to be a URL, not a filename... perhaps that's biting you?

0

精彩评论

暂无评论...
验证码 换一张
取 消