2011年4月21日 星期四

長條型音樂撥放器「可自行配上顏色喔!」 .


語法解釋
&backcolor=0x六個英數文字  這裡是整個播放器背景色
(只需填上色碼的6個英數文字~不須打上一邊色碼英數文字前的  #  符號)
&frontcolor=0x六個英數文字  這裡是播放器推桿及啦叭音量的顏色
&autostart=true  是自動播放  &repeat=true  是連須播放 如不需要刪掉即可
width="400" 這是播放器寬度 放在窄欄以130以下較不會超出欄位  height="20" 是播放器高度不建議更改
: 請將下方所有語法中全形<> 改成半形<>)
   
紅色播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0xFF0000&frontcolor=0xFFFFFF&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
 
黑色播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0x000000&frontcolor=0xFFFFFF&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
   
紫色播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0x800080&frontcolor=0xFFFFFF&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
   
黃橙色播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0xFF8040&frontcolor=0xFFFFFF&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
 
綠色播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0x008000&frontcolor=0xFFFFFF&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
 
桃紅色背景黑色推桿播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0xFF00FF&frontcolor=0x000000&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
 
白色底黑推桿的撥放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0xFFFFFF&frontcolor=0x000000&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
   
淡黃色咖啡色推桿播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0xFFFF99&frontcolor=0x996633&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
   
粉色系播放器語法
embed src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf ?file=mp3網址&backcolor=0xFFCCFF&frontcolor=0xCC3399&volume=100&autostart=true&showdigits=true&repeat=true" quality="high" type="application/x-shockwave-flash" width="130" height="20"></embed
現因奇摩與無名都限制語法~因此音樂網址必須是上傳到部落格支援的網站才可以播放

沒有留言:

張貼留言

Ubuntu-Journalctl查看系統日誌

 近期所使用Ubuntu系統24小時開著,進行跑Python程式使用,但跑個2~3天,排程就無法正常寄信,SSH連線也無法正常連線,經查看後為wifi連線問題,暫先使用腳本排程進行重開wifi。 以下為記錄Journalctl指令。 使用Journalctl來從系統日誌上查看看問...