From: <var...@us...> - 2009-10-20 18:26:17
|
Revision: 7227 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7227&view=rev Author: vargenau Date: 2009-10-20 18:26:02 +0000 (Tue, 20 Oct 2009) Log Message: ----------- Upgrade Flowplayer to 3.1.4 Modified Paths: -------------- trunk/lib/plugin/Video.php Modified: trunk/lib/plugin/Video.php =================================================================== --- trunk/lib/plugin/Video.php 2009-10-20 07:51:38 UTC (rev 7226) +++ trunk/lib/plugin/Video.php 2009-10-20 18:26:02 UTC (rev 7227) @@ -98,7 +98,7 @@ if (preg_match("/'/", $url)) return $this->error(fmt("Invalid argument %s", "url")); - $params = array("data" => SERVER_URL . $WikiTheme->_findData('flowplayer-3.1.3.swf'), + $params = array("data" => SERVER_URL . $WikiTheme->_findData('flowplayer-3.1.4.swf'), "type" => "application/x-shockwave-flash", "width" => $width, "height" => $height, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |