summaryrefslogtreecommitdiff
path: root/js/jw_player/flvVideo.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 17:51:17 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 17:51:17 +0000
commitc3c1e07595f0efb20d13c858d96810dc7ed295ad (patch)
treeb6c6330247155f7a710de57688f2c0317e5ff8cf /js/jw_player/flvVideo.php
parentd21816f2daafe39344144db334b4884fc8e838d8 (diff)
downloadwebtrees-c3c1e07595f0efb20d13c858d96810dc7ed295ad.tar.gz
webtrees-c3c1e07595f0efb20d13c858d96810dc7ed295ad.tar.bz2
webtrees-c3c1e07595f0efb20d13c858d96810dc7ed295ad.zip
Diffstat (limited to 'js/jw_player/flvVideo.php')
-rw-r--r--js/jw_player/flvVideo.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/jw_player/flvVideo.php b/js/jw_player/flvVideo.php
index ef880e2073..814035f6f4 100644
--- a/js/jw_player/flvVideo.php
+++ b/js/jw_player/flvVideo.php
@@ -49,7 +49,7 @@ $preview="";
?>
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
- <!--
+ <!--
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="400" height="315">
<param name="movie" value="player.swf" />
<param name="allowfullscreen" value="true" />
@@ -73,7 +73,7 @@ $preview="";
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript">
- var video = "<?php print $flvVideo; ?>";
+ var video = "<?php print $flvVideo; ?>";
var preview = "<?php print $preview; ?>";
var s1 = new SWFObject("player.swf","ply","480","365","9","#000000");
s1.addParam("allowfullscreen","true");
@@ -87,5 +87,4 @@ $preview="";
</center>
</body>
-
</html>