找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
楼主: 千堆雪

《特效教程》

[复制链接]
 楼主| 发表于 2012-3-13 23:31:24 | 显示全部楼层
[blockquote]1隐藏播放器(不循环)

代码:

<EMBED src=音乐网址 hidden=true type=audio/x-ms-wma AUTOSTART="1">


2.隐藏播放器(循环播放)

代码:

<EMBED src=音乐网址 hidden=true type=audio/mpeg AUTOSTART="1" loop="-1">


3.黑色皮肤播放器

代码:

<EMBED style="FILTER: xray()" src=音乐网址 width=360 height=30 type=audio/mpeg volume="0" autostart="true" loop="-1">


4.淡蓝色播放器

代码:

<EMBED src=播放地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="1" volume="0">


5.迷幻播放器

代码:

<TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)gray(); WIDTH: 400px; HEIGHT: 83px">
<TBODY>
<TR>
<TD><EMBED src=播放地址 width=400 height=40 type=audio/mpeg panel="0" autostart="0" loop="true">
</TD></TR></TBODY></TABLE>

6.带菜单的播放器


代码:

<EMBED pluginspage= width=400 height=172 type=application/x-mplayer2 FileName="音乐网址" SHOWCONTROLS="1" SHOWSTATUSBAR="1" SHOWDISPLAY="1" SHOWGOTOBAR="1" AUTOSTART="true" PlayCount="1">


7.深黄色带菜单播放器

代码:

<EMBED style="FILTER: invert()" src=音乐网址 width=320 height=45 type=audio/x-ms-wma ShowStatusBar="1" loop="true" autostart="true">


8.灰色播放器

代码:

<EMBED style="FILTER: Gray()" src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" autostart="1"></EMBED>


9.灰白色播放器

代码:

<embed style="FILTER: Gray()" src=链接地址 width=300 height=45 loop="-1" autostart="true"></EMBED>


10.带菜单的蓝色播放器

代码:

<EMBED src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" autostart="1"></EMBED>


11.棕色播放器

代码:

<EMBED style="FILTER: invert()" src=链接地址 width=300 height=45 loop="-1" autostart="true"></EMBED>

[/blockquote]
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:32:48 | 显示全部楼层
[blockquote]12.带边框背景的播放器

代码:

<TABLE borderColor=#4F3256 background=背景图片地址 border=1>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
&lt align=center><EMBED src=音乐网址 width=300 height=25 type=audio/mpeg loop="-1" autostart="false" volume="0">
</P></TD></TR></TBODY></TABLE>


13.带背景图片的播放器

代码:

<TABLE borderColor=navy background=图片地址 border=0>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=80,style=3)">
&lt align=center><EMBED src=音乐网址 width=300 height=45 type=audio/mpeg loop="-1" autostart="0" volume="0">
</P></TD></TR></TBODY></TABLE>

12 13综合属性分析

background=图片地址 可以更换图片地址 来实现改变播放器背景


14.黄色闪光播放器

代码:

<TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing=0 cellPadding=0 bgColor=#00000>
<TBODY><TR><TD>
<TABLE borderColor=navy background= border=0>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
&lt align=center><EMBED src=音乐网址 width=400 height=35 type=audio/mpeg loop="-1" autostart="0" loop="-1">
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>



15.蓝色闪光播放器

代码:

<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background= border=2><TBODY><TR><TD><TABLE align=center border=0>
<TBODY><TR><TD style="FILTER: alpha(opacity=60,style=3)">
&lt align=center><EMBED style="FILTER: Gray" src=音乐网址 width=400 height=35 type=audio/mpeg volume="0" autostart="false" loop="-1">
</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>



16.带花边的播放器

代码:

<TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing=0 cellPadding=0 bgColor=#00000>
<TBODY><TR><TD>
<TABLE borderColor=#000000 align=center border=1>
<TBODY><TR><TD>
&lt align=center><EMBED style="FILTER: Xray" src=音乐网址 width=400 height=35 type=audio/mpeg volume="0" autostart="false" loop="-0">
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>



17.粉色花边播放器

代码:

<TABLE style="BORDER-RIGHT: #ff69b4 3px dotted; BORDER-TOP: #ff69b4 3px dotted; BORDER-LEFT: #ff69b4 3px dotted; BORDER-BOTTOM: #ff69b4 3px dotted" cellSpacing=0 cellPadding=0 align=center bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#ff69b4 align=center bgColor=#ffccf5 border=2>
<TBODY>
<TR>
<TD style="FILTER: alpha(opacity=100,style=3)">
&lt align=center><EMBED src=音乐网址 width=300 height=25 type=audio/mpeg volume="0" autostart="false" loop="-0">
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>

[/blockquote]
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:34:15 | 显示全部楼层
[blockquote]18.显示文件标签灰色播放器

代码:

<DIV><EMBED style="FILTER: Gray()" src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true"></EMBED></div>



19显示文件标签棕色播放器

代码:

<DIV><EMBED style="FILTER: invert()" src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true"></EMBED></div>



20.显示文件标签黑色播放器

代码:

<DIV><EMBED style="FILTER: xray()" src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true"></EMBED></div>



21.连放播放器

代码:

<EMBED style="FILTER: Gray()" src=音乐网址 width=500 height=35 type=audio/x-ms-wma controls="StatusBar,TACCtrl,ControlPanel" border="0" autostart="1" playcount="0" showtracker="1" volume="0"></EMBED>



22.彩色播放器

代码:

<TABLE style="FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: 00CCFF; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Verdana; FONT-VARIANT: normal" cellSpacing=0 cellPadding=0 width=140 border=0>
<TBODY>
<TR>
<TD style="BACKGROUND-COLOR: 00CCFF"><EMBED style="FILTER: invert alpha(opacity=50) WIDTH: 140px; HEIGHT: 45px" src=音乐链接地址 type=video/x-ms-asf autostart="FALSE" loop="-1" volume="0"></EMBED></TD></TR></TBODY></TABLE>

本代码属性分析

BACKGROUND-COLOR: 00CCFF   播放器颜色代码 可以更换 以变换播放器颜色



23.透明播放器代码

代码:

<TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)xray(); WIDTH: 200px; HEIGHT: 40px">

<TBODY>

<TR>

<TD><EMBED style="BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid" src=音乐链接地址 width=200 height=30 type=audio/x-mplayer2 loop="-1" autostart="0" volume="0" EnableContextMenu="0" showstatusbar="0" console="video"></TD></TR></TBODY></TABLE>
[/blockquote]
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:34:37 | 显示全部楼层
主贴立体飘动的播放器代码

代码如下
<TABLE>
<TBODY>
<TR>
<TD>
&lt>
<MARQUEE style="LEFT: 130px; POSITION: absolute; TOP: 10px" scrollAmount=1 scrollDelay=100 direction=up behavior=alternate width=500 height=500>
<MARQUEE scrollAmount=1 scrollDelay=100 behavior=alternate>
<TABLE style="FILTER: progidXImageTransform.Microsoft.Shadow(color:#7ec0ee ,direction:145,strength:20)" cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR>
<TD><EMBED style="FILTER: gray()" src=http://www.danielmusic.cn/gucheng/09.mp3 width=300 height=20 type=audio/mpeg autostart="1" loop="-1" volume="0" showstatusbar="1"></TD></TR></TBODY></TABLE></MARQUEE>
</P></TD></TR></TBODY></TABLE>
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:35:00 | 显示全部楼层
将动态背景只在播放器底部运行

代码如下
<TABLE width="300" style="border: 3 dashed biue" height="95">
<TBODY>
<TR>
<TD width="100%" height="55"><embed src="http://n.99081.com/hyz2007/4/122.swf" align=absMiddle border=0 width="300" height="55">
<EMBED src=http://www.danielmusic.cn/gucheng/03.mp3 style="filter:xray" height=45 type=audio/mpeg volume="0" autostart="false" loop="-1" width="300"></TD></TR></TBODY></TABLE>
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:35:15 | 显示全部楼层
全屏FLASH代码~
</B><BR>
<DIV style="LEFT: -200px; WIDTH: 1024px; POSITION: relative; TOP: 180px"><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://webftp.bbs.hnol.net/qingting/01.swf width=1000 height=750 type=application/x-shockwave-flash quality="high" gt="" div=""> <TBODY><TR><TD>
&lt><BR><BR><BR><BR><BR><BR><BR><BR><BR></P></DIV>
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:35:50 | 显示全部楼层
[blockquote]可用的现成代码《FLASH+歌词》


<div class="t_msgfont" id="postmessage_9220072"><br /><div class="t_msgfont" id="postmessage_12551882"><br /><table id="table1" style="BORDER-RIGHT: #000000 2px dashed; BORDER-TOP: #000000 2px dashed; LEFT: -150px; BORDER-LEFT: #000000 2px dashed; WIDTH: 900px; BORDER-BOTTOM: #000000 2px dashed; POSITION: relative; TOP: 0px" height="560" width="820" bgcolor="#000000" border="0"><br /><tbody><br /><br /><tr><td><br /><p align="center"><embed src="http://www.wosowoso.com/flash/4/woso_flash_21.swf" width="900" height="540" type="application/octet-stream" wmode="transparent" quality="high" allownetworking="internal" allowscriptaccess="never" /></p><br /><div style="LEFT: 30px; POSITION: absolute; TOP: 80px"><br /><p align="left"><br /><marquee scrollamount="1" direction="up" width="400" height="400"><font style="FONT-SIZE: 14pt; FILTER: shadow(color=green); WIDTH: 100%; COLOR: white; LINE-HEIGHT: 150%; FONT-FAMILY: 楷体_GB2312"><b><font color="#911183">刘若英—蝴蝶<br />作词:姚谦<br />作曲:陈珊妮<br />编曲:李雨寰<br /><br /><br />人为什么凭感动生死相许<br /><br />拥抱前离别后是否魂梦就此相系<br /><br />人为什么有勇气一见钟情<br /><br />人海里这一步走向另一段长旅<br /><br /><br />给你承诺一句如果生命在这秒化灰烬<br /><br />可还我原来天地在相爱的那一季<br /><br />梦里蝴蝶翩然舞起<br /><br /><br />我也愿意因感动生死相许<br /><br />拥抱前离别后与你魂梦就此相系<br /><br />我也可以凭勇气一见钟情<br /><br />人海里这一步走向另一段长旅<br /><br /><br />给我承诺一句就算生命在这秒化灰烬<br /><br />可还我原来天地我们相爱那一季<br /><br />梦里蝴蝶翩然舞起<br /><br /><br />继续我要我们的爱在明天<br /><br />继续就算流泪也在所不惜<br /><br />有多少四季能浪费在<br /><br />思念和犹豫后来此恨绵绵无尽期<br /><br />给我承诺一句就算生命在这秒化灰烬<br /><br />可还我原来天地我们相爱那一季<br /><br />梦里不只蝴蝶翩然舞起<br /><br /></font></b></font></marquee></font />
<EMBED id=myPlayer style="FILTER: invert() Alpha(opacity=100,style=2)" src=http://。。。mp3 width=100 height=28 type=audio/mpeg volume="0" autostart="-1" loop="-1"></EMBED> </P>

</div></td></tr></tbody></table></div><br /><br /></div></span /><br />[/blockquote]
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:36:30 | 显示全部楼层
<BR><BR><BR><BR>
<TABLE style="TABLE-LAYOUT: fixed" cellSpacing=0 cellPadding=0 width="98%" align=center border=0>
<TBODY>
<TR>
<TD style="WORD-WRAP: break-word"><BR><BR>
<TABLE style="LEFT: -210px; WIDTH: 1500px; POSITION: relative; TOP: 10px" cellSpacing=0 cellPadding=10 width="100%">
<TBODY>
<TR>
<TD width="100%">
<DIV align=center>
<MARQUEE scrollAmount=2 behavior=alternate width=1500><IMG height=500 src="http://www.mtxsnow.net/attachment/133_77176_7df650313c0528d.jpg" border=0><IMG src="http://mtxsnow.net/attachment/133_77176_315f7f38c3ef6a5.jpg" border=0><IMG src="http://mtxsnow.net/attachment/133_77176_c69786aecd476c8.jpg" border=0><IMG height=500 src="http://mtxsnow.net/attachment/133_77176_59bfff9c937ee73.jpg" border=0><IMG src="http://mtxsnow.net/attachment/133_77176_64be07c1919b5ca.jpg" border=0><IMG src="http://mtxsnow.net/attachment/133_77176_3822f34d58c79cd.jpg" border=0><IMG src="http://mtxsnow.net/attachment/133_77176_d209feac47029ed.jpg" border=0></MARQUEE></DIV></TD></TR></TBODY></TABLE><BR></TD></TR></TBODY></TABLE><BR><BR><BR><BR><EMBED style="LEFT: 0px; POSITION: absolute; TOP: 500px" align=right src=http://www.shuyunxin.com/cc/flash/91.swf  width=1000 height=600 type=application/x-shockwave-flash ; quality="high" wmode="transparent"> <BR><BRPOSITION: absolute; height="500" type="application/x-shockwave-flash" ; quality="high" wmode="transparent" width="1000">
<embed src="http://www.xiami.com/widget/3217475_375834,_235_346_d90000_333333_1/multiPlayer.swf" type="application/x-shockwave-flash" width="0" height="0" wmode="opaque"></embed>
</DIV></DIV>
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:36:48 | 显示全部楼层
回复

使用道具 举报

 楼主| 发表于 2012-3-13 23:40:13 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|漫天雪文学论坛 ( 皖ICP备20001937 )

GMT+8, 2024-5-6 17:03 , Processed in 0.161024 second(s), 13 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表