0
當試圖使用oiplayer
我得到當此回退功能稱爲錯誤:這個oiplayer回退函數調用中的錯誤在哪裏?
$(document).ready(
function(){
// i tried adding this: header("content-type:application/json");
$('div.player').oiplayer(
server: 'http://www.openimages.eu',
jar: '/oiplayer/plugins/cortado-ovt-stripped-0.6.0.jar',
flash: '/oiplayer/plugins/flowplayer-3.2.7.swf',
controls: 'top'
);
});
火狐說:語法錯誤:缺少)後的參數列表
鉻說道:未捕獲的SyntaxError:意外的標記:
Safari說:意外的代幣)並指向第一個有的線:
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="plugins/flowplayer-3.2.6.min.js" type="text/javascript"><!-- help ie --></script>
<script src="js/jquery.oiplayer.js" type="text/javascript"><!-- help ie --></script>
</head>
<body>
<script src="build/oiplayergo.js">
</script>
<div id="container" style ="position:absolute; left:20%;top:25%;">
<!--img class="preview video" width="788" height="288" title="click to play" alt="click to play" src="http://www.openimages.eu/images/599192/WEEKNUMMER364-HRE0000D9C6.png"
style = "position:absolute; left:0;right:0;"></img-->
<div class="player" style = "position:absolute; left:0;right:0;>
<video width="788" height="288">
<source type="video/ogg; codecs=theora" src="http://www.openimages.eu/files/09/9734.9730.WEEKNUMMER364-HRE0000D9C6.ogv" />
<source type="video/webm; codecs=vp8" src="http://www.openbeelden.nl/files/09/88068.9730.WEEKNUMMER364-HRE0000D9C6.webm" />
<source type="video/mp4; codecs=avc1.42E01E,mp4a.40.2" src="http://www.openimages.eu/files/09/9740.9730.WEEKNUMMER364-HRE0000D9C6.mp4" />
</video>
</div>
</div>
</body>
</html>
哼。修復這個語法修復錯誤,但是它告訴我: 'TypeError:$(...)。oiplayer不是一個函數' 我的語法是文檔說的。 – jsky
哦,你剛纔也看到了。我會嘗試你現在建議的 – jsky
@jsky,肯定是不正確的,在文檔中,它必須是一個對象。如果問題依然存在,請嘗試是否可以將小提琴放在一起。 – PSL