MTV/MV/FLASH系列的常用代码MTV/MV/FLASH系列: 1.基本插入MV: <embed src="你的MV地址" console=clip1 controls=imagewindow height=128 width=180 autostart=true loop=true> 2.Flash代码: 普通:<embed src="FLASH地址" width=360 height=280> 透明:<embed src="FLASH地址" wmode=transparent style="" width="380" height="270"> *说明: width宽度 height高度,可自行修改调节 3.无边框FLASH: 普通FLASH: <div style="padding:0px; LEFT: 0px; OVERFLOW: hidden; WIDTH:634px; ; TOP: 0px; HEIGHT: 530px; zindex: 90" resiziable="true"><embed src="FLASH地址" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="宽" height="高" play="true" loop="true" quality="high" scale="showall" menu="true"></embed></div> 透明FLASH: <div style="padding:0px; LEFT: 0px; OVERFLOW: hidden; WIDTH:634px; ; TOP: 0px; HEIGHT: 530px; zindex: 90" esiziable="true"><embed src="FLASH地址" quality=high wmode="transparent" WIDTH="宽" HEIGHT="高" TYPE="application/x-shockwave-flash"></div> 4.让模块背景全透明的FLASH: </textarea></table></tr><td style="BORDER-top: rgb(0,0,0) 1px dotted; BORDER-bottom: rgb(0,0,0) 1px dotted; BORDER-left: rgb(0,0,0) 1px dotted; BORDER-right: rgb(0,0,0) 1px dotted"><embed src="FLASH地址" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="647" height="490" play="true" loop="true" quality="high" scale="showall" wmode="transparent" menu="true"></embed></td></tr></table> 常用代码: 1、基本代码: 贴图:<img src="图片地址"> 贴带连接的字:<a href="所要连接的相关地址">写上你想写的字</a> 带连接的图片</a> <a target="cont" href="地址"><img src="图片地址" width="100" height="100" border="0"></a> 贴音乐:<embed src="音乐地址" width="宽度" height="高度" autostart=false> 贴flash: <embed src="flash地址" width="宽度" height="高度"> 贴影视文件:<img dynsrc="文件地址" width="宽度" height="高度" start=mouseover> ②贴rm,ra,ram类型的音乐,代码如下: (?#123;用的是計算機内的Realplay播放器) </textarea><embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="音樂源地址";> ③播放Mid格式的音樂 : </textarea><embed src="音樂源地址" type="audio/midi" hidden="false" autostart="true" loop="true" height="20" width="200"></embed> ④播放.Avi.Mpg格式的音樂: </textarea><embed src="音樂源地址" border="0" width="320" height="240" type="application/x-mplayer2"></embed> ⑤播放.Mp3.Mov格式的音樂: </textarea><embed controller="true" width="200" height="20" src="音樂源地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed> |
|