㈠ 淘宝店铺背景音乐代码。
<BGSOUND balance=0 volume=0 src="/歌曲地址"></BGSOUND>
㈡ 淘宝店铺音乐播放器 有什么方法可以把flash音乐播放器代码添加到淘宝店铺中吗 音乐代码我知道怎么添加
简单来啊,你设置自己主页的时候要选自择播放器.选择好之后,编辑你的播放器:看你的播放器允许的代码是什么格式,是Jpg 还是gif 。然后对照选择。至于歌曲嘛,如这就是爱情这首歌你呢首选要找出它的mp3然后,编辑进去音乐盒,确定就OK了。音乐盒基本都是要MP3的格式。网络一下这样的格式很容易搜到。希望你能看懂。
㈢ 淘宝音乐播放器代码
淘宝切忌添加音乐。因为很多上班族会在工作时间逛淘宝。一点开你的宝贝有音乐响肯定会关了的。我做天猫很多年了,这是经验!!别加音乐,详情页加个视频还是可以的!!!
㈣ 谁可以给我一个淘宝店铺背景的音乐代码
加背景音乐,这其实是个很有争议的问题。
据调查有很大一部分人在淘宝选购商品的时候都在听音乐(千千静听或者酷狗一类)这个时候打开网页听到其他的音乐干扰自己是非常不爽的
有的客户会因为喜欢你的背景音乐频繁光顾你的店(或宝贝),而有的客户则是刚进门就被你的音乐吓跑啦,再也不来。还有,如果音乐文件过大,会让页面打开速度变慢等一系列问题。
店铺不同于个人主页,店铺装修要更多考虑到是否促进生意的问题。所以说,方法是在这里了,用不用,怎样用。大家自己选择吧。
下面开始正题:
加背景音乐,其实就是贴段儿代码。
咱们从最简单的开始。最简洁的代码是这样的:
<bgsound src="你的背景音乐地址" loop=-1>
或者:
<embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="你的背景音乐地址">
两者的最大区别在于前者页面被最小化之后音乐就停了;后者页面最小化后音乐还是照旧播放,直到窗口被关闭。
共同点是,页面是当前窗口的时候,按ESC键,音乐都会停。
以上两段代码都是放在<head>之间的
再来,稍微复杂一些的:有淘友问,能不能让背景音乐每次刷新都变不同的曲目,这个也不难。
把如下代码加入<body>区域中,页面打开时就会有随机播放背景音乐
<SCRIPT language="java - script">
<!--
var sound1="song1.mid"
var sound2="song2.mid"
var sound3="song3.mid"
var sound4="song4.mid"
var sound5="song5.mid"
var sound6="song6.mid"
var sound7="song7.mid"
var sound8="song8.mid"
var sound9="song9.mid"
var sound10="song10.mid"
var x=Math.round(Math.random()*9)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else if (x==8 ) x=sound9
else x=sound10
if (navigator.appName=="Microsoft Internet Explorer" )
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</SCRIPT>
把你找来的音乐分别替换上面“songN.mid”部分,然后把这短代码贴在<head>之间就好了。
有一点很要紧:背景音乐越大,所在页面的载入速度就越慢。所以您找来的音乐最好体积小一些。一般来说,midi比较好。
需要说明的一点是:目前装修咱们的店铺公告板的时候,只能用<bgsound>这段代码(最简单的)。上面列出的另外两种代码,由于考虑到安全策略问题,故目前在淘宝网上暂时还不能用。但是你可以用到你的个人主页等其他地方啊。*^_^*
下面图示大家一下,看看怎样把背景音乐代码加入到你的店铺中。
1、进“我的淘宝”点击“管理我的店铺”
2、进入“基本设置”
3、先贴代码,再写你的公告文字
4、确认之后,再查看你的店铺主页,就能听到背景音乐了。如果你加的是<bgsound>,窗口最小化后就听不到音乐了;如果是<embed>那段代码,窗口最小化后音乐还是继续的。两者按ESC键,音乐都会停的。
另外,如果你希望你的宝贝页面有音乐的话,这样做:
这些,都是一些蛮基本的添加背景音乐的方法。还有很多其他的好方法,高手会来补充的。(不二很笨,又懒,所以只用最简单的。)
背景音乐可以用在店铺中,也可以用在宝贝描述页面,当然啦,如果你喜欢,如果不违反规定,你可以用在很多地方(嘿嘿,自己想想)。
每段音乐,都藏着千百个聆听者不同的记忆。用在这里,也许会给你的店铺、宝贝增加很多个性色彩,也许会很招引人;但是,也许就会吓跑很多人,当然,也许还会引起别人的反感。就看你怎么选、怎么用了。
希望可以帮到你
你也可以去淘宝大学的经验居多看看,学学,对你有帮助哦
㈤ 网站音乐播放器代码(一定带播放列表的)
网页上的播放器大多是插入到网页上的flash,你可以找一些提供flash音乐播放器的网站,把这专个属flash的代码插到你的网页中。至于flash的代码比较复杂,没有进行这方面学习的人看不懂。
你可以先弄个简单的试试http://www.qqjia.com/learn/zoplayer.htm
㈥ 免费播放器代码大全
QQ空间里面是用不到喽!腾讯把代码都封喽!
㈦ 求音乐播放器的代码
autostart="true"中true或1表示自动播放,false或0表示手动播放
loop="true" 中的true或1表示重复播放,false或0表示只播放一次
width= height= 中的数字分别表示播放器的宽度和高度 =0表示隐藏播放器
EnableContextMenu="0" 禁右键
ShowStatusBar="1" (带显示文件播放信息)
=======================================================
隐藏(hidden=true)播放器(不循环)
<EMBED src=音乐网址 hidden=true type=audio/x-ms-wma AUTOSTART="1">
-----------------------------------------------------------
隐藏(hidden=true)播放器(循环)
<EMBED src=音乐网址 hidden=true type=audio/mpeg AUTOSTART="1" loop="-1">
---------------------------------------------------------------
黑色[style="FILTER: xray()"]循环[loop="-1"]播放器
<EMBED style="FILTER: xray()" src=音乐网址 width=360 height=30 type=audio/mpeg volume="0" autostart="true" loop="-1">
--------------------------------------------------------------------------------
浅兰色循环(loop="-1")播放器
<EMBED src=音乐网址 width=300 height=45 type=audio/mpeg loop="-1" autostart="true" volume="0">
--------------------------------------------------------------------------
掩饰自动播放器
<TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)gray(); WIDTH: 200px; HEIGHT: 83px">
<TBODY>
<TR>
<TD><EMBED src=音乐网址 width=200 height=40 type=audio/mpeg panel="0" autostart="true" loop="true">
</TD></TR></TBODY></TABLE>
-------------------------------------
连播放时选择曲目的播放器
<EMBED pluginspage=http://www.microsoft.com/windows/mediaplayer/download/default.asp width=400 height=172 type=application/x-mplayer2 FileName="音乐网址" SHOWCONTROLS="1" SHOWSTATUSBAR="1" SHOWDISPLAY="1" SHOWGOTOBAR="1" AUTOSTART="true" PlayCount="1">
----------------------------------------------------------------------------------------------
显示曲名的黑色带彩自动播放器
<EMBED style="FILTER: invert()" src=音乐网址 width=320 height=45 type=audio/x-ms-wma ShowStatusBar="1" loop="true" autostart="true">
-------------------------------------------------------------------------
显示曲名的灰白色面板
<EMBED style="FILTER: Gray()" src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" autostart="1"></EMBED>
------------------------------------------
灰白面板
<embed style="FILTER: Gray()" src=链接地址 width=300 height=45 loop="-1" autostart="true"></EMBED>
---------------------------------------------------------------
(带显示文件播放信息)
<EMBED src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" autostart="1"></EMBED>
-----------------------------------------------
黑色带彩棕色面板
<EMBED style="FILTER: invert()" src=链接地址 width=300 height=45 loop="-1" autostart="true"></EMBED>
---------------------------------------------------------------------
浅紫播放器
<TABLE borderColor=#4F3256 background=http://www.dabaoku.com/sucai/shejilei/bj/pic/0197.jpg border=1>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
<P align=center><EMBED src=音乐网址 width=300 height=25 type=audio/mpeg loop="-1" autostart="false" volume="0">
</P></TD></TR></TBODY></TABLE>
----------------------------------------------------------------------------------------------
粉色
<TABLE borderColor=navy background=http://bbs.sm618.com/UploadFile/2005-9/200592522275884778.jpg border=0>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
<P align=center><EMBED src=音乐网址 width=300 height=45 type=audio/mpeg loop="-1" autostart="0" volume="0">
</P></TD></TR></TBODY></TABLE>
------------------------------------------------------------------------------------
黄色闪光
<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=http://nxm.16789.net/s-helpSite/domName/nxm/20041114123131568.gif border=0>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
<P 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>
--------------------------------------------------------------------------------
蓝色闪光
<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=http://www.yhbbs.com/UploadFile/2004-12/2004123023101352.gif border=2><TBODY><TR><TD><TABLE align=center border=0>
<TBODY><TR><TD style="FILTER: alpha(opacity=60,style=3)">
<P 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>
-------------------------------------------------------------------------
花边黑色
<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>
<P 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>
-----------------------------------------------------------------------------------------------------
粉色花边
<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)">
<P 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>
-------------------------------------------------------------------------------------------
禁右键播放器
<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=40 type=audio/x-mplayer2 console="video" showstatusbar="0" EnableContextMenu="0" volume="0" autostart="0" loop="-1">
---------------------------------------------------------------------------------
上下移动
<MARQUEE style="LEFT: 230px; ; TOP: 300px" scrollAmount=1 scrollDelay=200 direction=up behavior=alternate width=300 height=400><br><MARQUEE scrollAmount=1 scrollDelay=100 behavior=alternate><br><TABLE style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#7ec0ee ,direction:145,strength:20)" cellSpacing=0 cellPadding=0 border=1>
<br><TBODY><br><TR><br><TD>
<EMBED style="FILTER: gray()" src=音乐网址 width=200 height=20 type=audio/mpeg showstatusbar="1" volume="0" loop="-1" autostart="1">
</TD></TR></TBODY></TABLE></MARQUEE></MARQUEE>
-------------------------------------------------------------------
(显示文件标签信息)蓝色
<DIV><EMBED 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>
--------------------------------------------------
(显示文件标签信息)灰白
<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>
----------------------------------------------------
(显示文件标签信息)黑彩
<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>
-----------------------------------------------------------
(显示文件标签信息)黑
<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>
===================================================
连放
<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>
=========================================================
图片播放器!
<TABLE style="FILTER: alpha(opacity=100 Style=0 FinishOpacity=100)" borderColor=#000000 height=249 cellSpacing=0 cellPadding=0 width=314 background=http://blog.chosun.com/web_file/blog/167/9167/1/rosa-77-06-3.gif border=0>
<TBODY>
<TR>
<TD width=314 height=180 cellpadding="0" cellspacing="0"></TD></TR>
<TR>
<TD align=left>
<P align=center>
<EMBED style="FILTER: alpha(opacity=100 Style=3 FinishOpacity=0)black(); style: " src=音乐网址 width=310 height=28 type=video/x-ms-asf loop="-1" autostart="1" volume="0">
</P></TD></TR></TBODY></TABLE>
=================================================
以上效果分见如下::为免各效果同时播放,以下autostart=0
autostart="true"中true或1表示自动播放,false或0表示手动播放 loop="true" 中的true或1表示重复播放,false或0表示只播放一次 width= height= 中的数字分别表示播放器的宽度和高度 =0表示隐藏播放器 EnableContextMenu="0" 禁右键 ShowStatusBar="1" (带显示文件播放信息)
=======================================================
隐藏(hidden=true)播放器(不循环)
-----------------------------------------------------------
隐藏(hidden=true)播放器(循环)
㈧ 淘宝店铺音乐播放器代码怎么弄
好的,下面是具体步骤:
点“编辑源文件”把代码拷贝进去,再切换到编辑状态专,属修改完直接发布就可以了!
加背景音乐的代码 管理我的店铺-基本设置――先贴代码,再写你的公告文字
在< >里面 插入bgsound src="你的背景音乐地址" loop=-1
㈨ 淘宝店里有音乐代码,代码多少,加在哪里啊`求助下谢谢
代码加在公告抄里面。进入店铺袭管理-公告管理-勾选源代码-粘贴代码-去掉源代码显示的勾-保存就可以了。 代码如下: -------------- 以下代码区 ------------------- <embed src=音乐链接地址 width=200 height=50 type=audio/mpeg loop="true" autostart="true"> -------------- 以上代码区 ------------------- 说明: width和height为播放器宽度和高度,可以灵活设置。 autostart="true"为自动播放,autostart="false"为不自动播放. loop="true"为连续循环播放,loop="false"为不循环播放. loop可以等于一个整数,比如loop="3",就是音乐循环播放3次 --------------------------------------------- 以下是不带播放器的代码: </textarea><embed src=http://你的背景音乐地址 width=0 height=0 loop= true>
采纳哦
㈩ 找一个网页音乐播放器代码
<object data="js/audioplayer.swf" type="application/x-shockwave-flash" width="140" height="17" align="left"id="audioplayer7643">
<param name="movie" value="audioplayer.swf" />
<param name="FlashVars" value="playerID=7643&soundFile=sucai/daysofwineandroses.mp3" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
</object>
audioplayer.swf 是一个FLASH文件 可以做到回 播放 停止答