0
任何人都可以給我一個線索,爲什麼這個標記在Safari中可以正常工作,但在Firefox中不能正常工作?完整的瀏覽器Flash在Safari 5中可用,但不支持Firefox 3.6
這應該加載一個醜陋的藍色佔位符(我在safari中獲得),但在Firefox中,swfobject只是給了我另一種內容。
http://www.johndierks.com/stackoverflow/preloader.html
感謝您的幫助。
下面是我從SwfObject的谷歌代碼網站獲得的參考代碼。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>SWFObject 2 full browser flash</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen">
html, body, #content { height:100%; }
body { margin:0; padding:0; overflow:hidden; }
#altContent { /* style alt content */ }
</style>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("myId", "9.0.0", "expressInstall.swf");
</script>
</head>
<body>
<div id="content">
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
<param name="movie" value="ccholidaypreloader.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="test6.swf" width="100%" height="100%">
<!--<![endif]-->
<div id="altContent">
<h1>Alternative content</h1>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
非常感謝你。 – John 2010-12-07 06:39:52