[Phphtmllib-devel] SF.net SVN: phphtmllib:[3353] trunk/open2300/lib/modules/wxdate/page/WxDate .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-22 06:50:48
|
Revision: 3353 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3353&view=rev Author: hemna Date: 2010-02-22 06:50:42 +0000 (Mon, 22 Feb 2010) Log Message: ----------- add it in Modified Paths: -------------- trunk/open2300/lib/modules/wxdate/page/WxDate.inc Modified: trunk/open2300/lib/modules/wxdate/page/WxDate.inc =================================================================== --- trunk/open2300/lib/modules/wxdate/page/WxDate.inc 2010-02-22 06:46:13 UTC (rev 3352) +++ trunk/open2300/lib/modules/wxdate/page/WxDate.inc 2010-02-22 06:50:42 UTC (rev 3353) @@ -57,16 +57,14 @@ $filename = $config->get('videodir')."/".$curdate."/timelapse.flv"; //$cam_title_div->add($filename); if (file_exists($filename)) { - $url = '/video/player.swf?file=/video/'.$curdate.'/timelapse.flv&autostart=1'; + $url = '/video/player.swf?file=/video/'.$curdate.'/timelapse.flv&autostart=0'; $obj = new ObjectTag(array("data" => $url, "type" => "application/x-shockwave-flash", "quality" => "high", "wmode" => "transparent", "pluginspage" => "http://www.adobe.com/go/getflashplayer", "width" => "320", "height" => "240"), '<param name="movie" value="'.$url.'"><param name="allowFullScreen" value="true">'); - $cam_href = new Atag(array('href' => '/video/player.swf?file=/video/'.$curdate.'/timelapse.flv&autostart=1', 'class' => 'lightview', - 'rel' => 'flash', 'title' => 'TimeLapse :: '.$curdate.' :: width:640, height:480'), - "View Timelapse Video"); + $div->add($obj); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |