diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-10-30 14:38:48 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-10-30 14:38:48 +0000 |
| commit | b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca (patch) | |
| tree | 65d965b2914eb37dc03bc2f844b247108cc8114e /js/jw_player/flvVideo.php | |
| parent | 3020184473dca4750c9f353859ea8c1db01504bb (diff) | |
| download | webtrees-b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca.tar.gz webtrees-b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca.tar.bz2 webtrees-b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca.zip | |
Diffstat (limited to 'js/jw_player/flvVideo.php')
| -rw-r--r-- | js/jw_player/flvVideo.php | 4 |
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"); |
