網頁插入flash
时间:2010-08-26 来源:eolande
<DIV style="POSITION: absolute;left: 00px">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500">
<param name="movie" value="http://www.heima.com/user/21/41557/freehand/top.swf">
<param name="wmode" value="transparent">
<embed src="http://www.heima.com/user/21/41557/freehand/top.swf" type="application/x-shockwave-flash">
</embed>
</object>
</DIV>
插入普通FLASH代码
1。首先在上传文件的地方上传一个FLASH文件,得到一个网络地址
例如:一个游戏熊猫祖码的网络地址是http://61.135.153.42/littlegame/xiongmaozuma.swf
2。在首页布告的地方加上如下代码:
<embed src=http://61.135.153.42/littlegame/xiongmaozuma.swf quality=high width=600 height=450 type='application/x-shockwave-flash'></embed>