日期:2014-05-17 浏览次数:20770 次
#content{position:absolute;
left:0px;
top:400px;
width:1280px;
height:300px;
z-index:2;}
function load(){
document.getElementById("flash").style.width=window.screen.width+"px";
document.getElementById("flash").style.height=window.screen.height+"px";
}
<body onload="load()">
<div>
<embed src="1.swf" id="flash" width="1280" height="300" type="application/x-shockwave-flash"></embed>
</div>
<div id="content"><hr/></div>
</body>