| 一、Flash 的代碼知識(shí): 透明Flash代碼: <P align=center><EMBED style="DISPLAY: block" src=http://ak.scr./3dan/md/b_elefun_1.swf width=550 height=400 type=application/x-shockwave-flash wmode="transparent" autostart="0" loop="0"></EMBED></P> 不透明Flash代碼: <P align=center><EMBED style="DISPLAY: block" src=http://ak.scr./3dan/md/b_elefun_1.swf width=550 height=400 type=application/x-shockwave-flash loop="0" autostart="0" ></EMBED></P> 代碼說明: 1、紅色部分《 wmode="transparent" 》是決定flash透明的關(guān)鍵。有 wmode="transparent" ,flash就透明 2、藍(lán)色部分是flash的地址,F(xiàn)lash必需是其文件后綴名為 .swf 結(jié)尾的。 3、width是寬,height是高,width=550 height=400 寬和高均可按需要調(diào)正。 二、多層Flash 的組合應(yīng)用: 代碼: <P><EMBED style="DISPLAY: block" align=right src=http://imgfree.21cn.com/free/flash/67.swf width=550 height=400 type=application/x-shockwave-flash autostart="0" loop="0" wmode="transparent" ></EMBED> <EMBED style="DISPLAY: block" align=right src=http://imgfree.21cn.com/free/flash/9.swf width=550 height=400 type=application/x-shockwave-flash autostart="0" loop="0" wmode="transparent" ></EMBED> <EMBED style="DISPLAY: block" align=right src=http://imgfree.21cn.com/free/flash/51.swf width=550 height=400 type=application/x-shockwave-flash autostart="0" loop="0" wmode="transparent" ></EMBED> </P> 代碼說明: 1、上面是三層Flash重疊組合,要使Flash重疊,必須在代碼中加align=right才能實(shí)現(xiàn)。 | 
|  |