2009-12-02 304 views
0

嘿傢伙,我試圖讓Shadowbox工作。每當我點擊鏈接,它只是在一個新的頁面打開電影。下面是在頭標籤代碼:Shadowbox故障排除

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script> 
<link rel="stylesheet" type="text/css" href="shadowbox.css"> 
<script type="text/javascript"> 
Shadowbox.init({ 
players: ["qt"]; 
}); 
</script> 

下面是在主體部分的代碼:

<div id="footer"> 
<a rel="shadowbox;width=640;height=360" href="Intro Movie.mov">Movie</a> 
</div> 

有誰看到任何問題?

回答

2

它看起來像你缺少實際Shadowbox.js文件。嘗試添加像這樣下方的shadowbox.css鏈接高清:

<script type="text/javascript" src="shadowbox.js"></script> 
2

你不應該在你的JSON設置一個分號對象,像這樣:

Shadowbox.init({ 
players: ["qt"] 
}); 
+0

謝謝,但這並沒有改變什麼...... – williamg 2009-12-02 21:31:21

+0

也許張貼鏈接到您的網頁將使我們能夠發現問題。 – philfreo 2009-12-04 22:15:04