主要是想聽線上的
中央廣播電臺1557 音樂網
它跳出的視窗播放網址是http://www.rti.org.tw/player.php
但把這網址複製到其他broweser是播不出任何東西的(各位可直接點看看),
所以猜想應是PHP後面少了什麼參數,是嗎?
請各位高手指點一下,有沒法打1行網址就會自動播放音樂呢?
頁面原始檔如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Player</title>
<base href="http://www.rti.org.tw/" />
<link href="website/tmpl/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<style>
body {
color: #FFF;
background-color: #222326;
}
.cm-player .section {
padding: 5px;
}
</style>
</head>
<body>
<div class="cm-player" data-options='{"playerPath":"website\/tmpl\/js\/player\/","player":true}'>
<div class="section"><span data-func="currentText"></span></div>
</div>
<script src="website/tmpl/js/jquery.js"></script>
<script src="website/tmpl/js/cm.api.php?lang=zh-tw"></script>
<script src="website/tmpl/js/jquery.api/jquery.api.min.js"></script> </body>
</html>"