如果没有安装闪光灯,我将无法显示图像。我不断在滚动窗口中显示奇怪的字符。这是我的代码:
<style>
#MyFlashMovie {
background: url("image/Year.gif");
background-repeat: no-repeat;
height: 300px;
width: 460px;
}
</style>
<div ID="MyFlashMovie">
<object type="application/x-shockwave-flash" style="height: 300px; width: 460px;" data="460x300.swf" >
<param name="movie" value="460x300.swf" >
<param name="allowFullScreen" value="true" >
<param name="wmode" value="transparent" >
</object>
</div>