免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[分享] 廣播電臺代碼

本帖最後由 kekeke80063 於 2011-5-8 22:14 編輯

使用方式: 後台>廣告>自定義廣告>頁內文字廣告>把我給你的代碼貼上去

電台項目:
★KISS RADIO 網路音樂台

★中廣音樂網 iradio

★ICRT 線上收聽

★Hit 台北之音經典音樂台

★KISS RADIO 大眾廣播電台

飛碟電台 UFO

★中廣流行網 ilike

★Apple line 蘋果線上

★台北愛樂

★好事聯播網 港都電台

★好事聯播網 山海屯電台

★Hit FM 聯播網 中部台

★全國廣播音樂網

★NEWS98 新聞網

★中廣新聞網

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>

  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=big5">
  5. <meta http-equiv="Content-Language" content="zh-tw">
  6. <meta name="description" content="「堀江生活網」電子競技網站,提供可方便快速連接網路的方式,站內收錄了最常連接的網站及資料,以免去網路搜尋的時間。">
  7. <meta name="keywords" content="堀江生活網 | 堀江電子資訊有限公司 | 堀江電腦 | KC電子競技館">
  8. <title>線上廣播電台</title>
  9. <link rel="shortcut icon" href="images/favicon.ico">
  10. <style>
  11. BODY{ cursor: url(images/m01.ani);
  12. } a:hover{background-image:url(images/1-21.gif);
  13. <!--
  14. .sk3f        {font-size:16px;filter:alpha(opacity=95)}
  15. .sk2f        {font-size:13px}
  16. -->
  17. </style>
  18. <script language="JavaScript">
  19. <!--
  20. {

  21. }


  22. <!--  判  斷  IE  或  Netscape  -->
  23. var bWin32IE;
  24. if ((navigator.userAgent.indexOf("IE") != "-1") && (navigator.userAgent.length > 1)) {
  25.         bWin32IE = true;
  26. } else {
  27.         bWin32IE = false;
  28. }
  29. <!--  Media Player  控  制  功  能  -->
  30. function setasxfile1 (playtitle) {
  31.         MM_showHideLayers('Layer2','','hide','Layer3','','show');
  32.         if (bWin32IE == true) {
  33.                 Player.stop();
  34.                 Player.autoStar = true;
  35.                 Player.Filename = playtitle;
  36.         } else {
  37.                 document.Player.stop();
  38.                 document.Player.SetAutoStart(true);
  39.                 document.Player.SetFileName(playtitle);
  40.         }
  41. }
  42. function start(){
  43.         if (bWin32IE == true) {
  44.                 Player.CurrentPosition = 0;
  45.                 Player.play();
  46.         } else {
  47.                 document.Player.SetCurrentPosition(0);
  48.                 document.Player.Play();
  49.         }
  50. }
  51. function pause(){
  52.         MM_showHideLayers('Layer2','','show','Layer3','','hide');
  53.         if (bWin32IE == true) {
  54.                 Player.CurrentPosition = 0;
  55.                 Player.stop();
  56.         } else {
  57.                 document.Player.SetCurrentPosition(0);
  58.                 document.Player.Pause();
  59.         }
  60. }
  61. function stop(){
  62.         MM_showHideLayers('Layer2','','show','Layer3','','hide');
  63.         if (bWin32IE == true) {
  64.                 Player.stop();
  65.         } else {
  66.                 document.Player.Stop();
  67.                 document.Player.SetCurrentPosition(0);
  68.         }
  69. }

  70. <!--
  71. //
  72. var version="other"
  73. browserName = navigator.appName;
  74. browserVer = parseInt(navigator.appVersion);
  75.         if (browserName == "Netscape" && browserVer >= 3) version = "n3";  
  76.         else if (browserName == "Netscape" && browserVer < 3) version = "n2";  
  77.         else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4";  
  78.         else if (browserName == "Microsoft Internet Explorer" && browserVer < 4) version = "e3";
  79. //-->

  80. function MM_findObj(n, d) { //v3.0
  81.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  82.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  83.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  84.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  85. }

  86. function MM_showHideLayers() { //v3.0
  87.   var i,p,v,obj,args=MM_showHideLayers.arguments;
  88.   for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
  89.     if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
  90.     obj.visibility=v; }
  91. }

  92. function MM_showHideLayers() { //v3.0
  93.   var i,p,v,obj,args=MM_showHideLayers.arguments;
  94.   for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
  95.     if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
  96.     obj.visibility=v; }
  97. }
  98. //-->
  99. </script>

  100. <body background="images/sale1.jpg" onmouseover="window.status='線上廣播電台';return true">

  101. <div align="center">
  102. <table id="AutoNumber2" style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="50" cellSpacing="0" cellPadding="0" width="25%" border="0">
  103.   <tr>
  104.     <td width="100%" height="50" align="center">
  105.         <embed id="Player" height="50" width="250" type="application/x-mplayer2" src="kcnet1.mid" name="Player" autostart="true" showcontrol="1" showtracker="false" windowlessvideo="1" autosize="1" ShowStatusBar="1" ShowPositionControls="0"><form name="selectform" action method="post">
  106.                 <p>
  107.                 <select style="COLOR: #ffffff; BACKGROUND-COLOR: #000000" onchange="setasxfile1(document.selectform.channel.options[document.selectform.channel.selectedIndex].value);" align="center" name="channel" size="1">
  108.         <option value="" selected>★----------線上廣播電台----------★</option>
  109.         <option style="COLOR: #ff00ff" value="mms://bcr.media.hinet.net/RA000042">
  110.                 ★KISS RADIO 網路音樂台</option>
  111.         <option style="COLOR: #00ffff" value="mms://bcr.media.hinet.net/RA000007">
  112.                 ★中廣音樂網 i radio</option>
  113.         <option style="COLOR: #ffff00" value="mms://bcr.media.hinet.net/RA000038">
  114.                 ★ICRT 線上收聽</option>
  115.         <option style="COLOR: #00ff00" value="mms://bcr.media.hinet.net/RA000036">
  116.                 ★Hit 台北之音經典音樂台</option>
  117.         <option style="COLOR: #ff0000" value="mms://bcr.media.hinet.net/RA000040">
  118.                 ★KISS RADIO 大眾廣播電台</option>
  119.         <option style="COLOR: #ff00ff" value="mms://bcr.media.hinet.net/RA000072">
  120.                 ★飛碟電台 UFO</option>
  121.         <option style="COLOR: #00ffff" value="mms://bcr.media.hinet.net/RA000009">
  122.                 ★中廣流行網 i like</option>
  123.         <option style="COLOR: #ffff00" value="mms://bcr.media.hinet.net/RA000001">
  124.                 ★Apple line 蘋果線上</option>
  125.         <option style="COLOR: #00ff00" value="mms://bcr.media.hinet.net/RA000018">
  126.                 ★台北愛樂</option>
  127.         <option style="COLOR: #ff0000" value="mms://bcr.media.hinet.net/RA000012">
  128.                 ★好事聯播網 港都電台</option>
  129.                 <option style="COLOR: #ff00ff" value="mms://bcr.media.hinet.net/RA000010">
  130.                 ★好事聯播網 山海屯電台</option>
  131.         <option style="COLOR: #00ffff" value="mms://bcr.media.hinet.net/RA000035">
  132.                 ★Hit FM 聯播網 中部台</option>
  133.         <option style="COLOR: #ffff00" value="mms://bcr.media.hinet.net/RA000068">
  134.                 ★全國廣播音樂網</option>
  135.         <option style="COLOR: #00ff00" value="mms://bcr.media.hinet.net/RA000073">
  136.                 ★NEWS98 新聞網</option>
  137.         <option style="COLOR: #ff0000" value="mms://bcr.media.hinet.net/RA000008">
  138.                 ★中廣新聞網</option>
  139.       </select></p>
  140.     </form>
  141.     </td>
  142.   </tr>
  143. </table>
  144. </div>

  145. </body>

  146. </html>
複製代碼
Music.GIF

要記得回覆喔喵~

TOP

請問~要放那裡~

TOP

抱歉~再上面~沒看到~

謝嚕!!!!

TOP

1# kekeke80063


謝謝大大分享

TOP

返回列表