summaryrefslogtreecommitdiff
path: root/js/jw_player/flvVideo.php
diff options
context:
space:
mode:
Diffstat (limited to 'js/jw_player/flvVideo.php')
-rw-r--r--js/jw_player/flvVideo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/jw_player/flvVideo.php b/js/jw_player/flvVideo.php
index 81edc75bed..75fed844c2 100644
--- a/js/jw_player/flvVideo.php
+++ b/js/jw_player/flvVideo.php
@@ -73,8 +73,8 @@ $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 preview = "<?php print $preview; ?>";
+ var video = "<?php echo $flvVideo; ?>";
+ var preview = "<?php echo $preview; ?>";
var s1 = new SWFObject("player.swf","ply","480","365","9","#000000");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");