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高度,可自行修改調(diào)節(jié)
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="所要連接的相關(guān)地址">寫上你想寫的字</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;用的是計(jì)算機(jī)內(nèi)的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>