㈠ 淘寶店鋪背景音樂代碼。
<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文件 可以做到回 播放 停止答