音樂(lè)貼能使你的文章增色不少,發(fā)音樂(lè)貼需要的必備知識(shí)有,透明表格代碼知識(shí),F(xiàn)lash代碼知識(shí),播放器代碼知識(shí),CSS特效代碼等。
透明Flash代碼知識(shí):
代碼基本格式如下
<EMBED align=right src=http://imgfree.21cn.com/free/flash/123.swf(特效地址) width=480(特效寬度) height=360(特效高度) type=application/octet-stream wmode="transparent" quality="high"></EMBED>
一、表格+Flash結(jié)合
代碼基本格式如下
<TABLE height=背景圖片的高或是你所設(shè)框的高 cellSpacing=0 cellPadding=0 width=背景圖片的寬或是你所設(shè)框的寬 align=center background=背景圖片.jpg border=1>
<TBODY>
<TR>
<TD>
<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://路徑/文件名稱1.swf width=FLASH的寬 height=FLASH的高 type=application/x-shockwave-flash wmode="transparent" quality="high"></EMBED></TD></TR></TBODY></TABLE>
效果:
二、表格+Flash結(jié)合+CSS圖片特效
(1)CSS圖片+表格
<TABLE border=0>
<TBODY>
<TR>
<TD style="FILTER: Alpha(opacity=100,style=2)(羽化效果)" width=480(圖片寬度) background=http://blog.163.com/photo/6NoQUdDf0ZBSFYfCMYhEDw==/1154328879490405551.jpg(圖片地址) height=360(圖片高度)>
</TD></TR></TOBDY></TBODY></TABLE></P>
(2)透明FLASH+CSS特效圖片+表格
方法一:
<TABLE border=0>
<TBODY>
<TR>
<TD style="FILTER: Alpha(opacity=100,style=2)" width=480(圖片寬度) background=http://blog.163.com/photo/6NoQUdDf0ZBSFYfCMYhEDw==/1154328879490405551.jpg(圖片地址) height=360(圖片高度)>
<P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/123.swf(特效地址) width=480(特效寬度) height=360(特效高度) type=application/octet-stream wmode="transparent" quality="high"></EMBED><P></B></TD></TR></TOBDY></TBODY></TABLE>
方法二:
<TABLE style="FILTER: Alpha(opacity=100,style=2)" height=360cellSpacing=0 cellPadding=0 width=480 align=center background=http://blog.163.com/photo/6NoQUdDf0ZBSFYfCMYhEDw==/1154328879490405551.jpg border=0>
<TBODY>
<TR>
<TD><EMBED align=right src=http://imgfree.21cn.com/free/flash/123.swf width=480 height=360type=application/x-shockwave-flash wmode="transparent" quality="high"></EMBED></TD></TR></TBODY></TABLE>
(3)放兩層透明FLASH的特效
<TABLE border=0>
<TBODY>
<TR>
<TD style="FILTER: Alpha(opacity=100,style=2)" width=480 background=http://blog.163.com/photo/6NoQUdDf0ZBSFYfCMYhEDw==/1154328879490405551.jpg height=360>
<P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/123.swf width=480 height=360type=application/octet-stream wmode="transparent" quality="high"><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://imgfree.21cn.com/free/flash/16.swf width=480 height=360type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></P></B></TD></TR></TOBDY></TBODY></TABLE>