From: Reini U. <ru...@x-...> - 2009-10-12 12:05:33
|
2009/10/12 <var...@us...>: > Revision: 7204 > http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7204&view=rev > Author: vargenau > Date: 2009-10-12 11:59:34 +0000 (Mon, 12 Oct 2009) > > Log Message: > ----------- > Specific code for Internet Explorer > > Modified Paths: > -------------- > trunk/lib/plugin/Video.php > > Modified: trunk/lib/plugin/Video.php > =================================================================== > --- trunk/lib/plugin/Video.php 2009-10-12 10:41:27 UTC (rev 7203) > +++ trunk/lib/plugin/Video.php 2009-10-12 11:59:34 UTC (rev 7204) > @@ -89,26 +89,60 @@ > > $html = HTML(); > > - $object = HTML::object(array('data' => SERVER_URL . $WikiTheme->_findData('flowplayer-3.1.3.swf'), > - 'type' => "application/x-shockwave-flash", > - 'width' => $width, > - 'height' => $height)); Please use the function ImgObject() as it does all the browser specific object / embed tags for such objects. Safari also needs special handling. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |