請問一下大大,
如附件的圖,Macromedia 的 FlashPaper 物件,設定為長寬100%,
但是卻不會正常顯示100%,
其他瀏覽器,如IE、OPERA..皆可..
是否code要改一改呢?
請指教~~萬分感謝..
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Big5" />
<title>2006時尚女人節+春季化妝品節</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="100%" title="event">
<param name="movie" value="images/p1718.swf" />
<param name="quality" value="high" />
<embed src="images/p1718.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" ></embed>
</object>
</body>
</html>
|