电影无法加载
问题描述:
我使用一个名为prettyPhoto的插件。除了视频没有加载之外,它似乎是有用的。我对电影和/或闪光灯没有太多经验。电影无法加载
这里是我的代码
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />
<script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<script src="js/swfobject.js" type="text/javascript"></script>
jQuery的
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
autoplay: true, /* Automatically start videos: True/False */
});
和标记
<a href="swf/player.swf?url=http://flyfishinggreyriver.com/NFF.flv?width=792&height=294" rel="prettyPhoto[flash]" title="teaser" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','Images/video_tour2.jpg',1)"><img src="Images/video_tour1.jpg" alt="take a video tour" name="Image6" width="340" height="81" border="0" id="Image6" /></a>
这里是网页链接,(它是采取视频演示链接) http://www.flyfishinggreyriver.com/fly_fishing3.html 谢谢!
答
由于您将FLV路径作为查询字符串参数传递,因此您需要将其转义。适用于转义路径。
感谢您的回复。只是试过它...但没有骰子 – Greg 2012-01-16 16:10:31