[[misc:flashplayer]]
Language: Deutsch · English

Flash Video Player for DokuWiki

(If Flash is installed, you can watch a video inside this web page.)

Download Flash Video Player 2010-05-15 (93 KB)

:!: Updates:

2010-05-15: new version with JW FLV Player 5.1.897

2010-02-26a: OBJECT-Element changed, so it works also with Webkit (Chrome, Safari).

2010-02-26: removed SWFObject - therefore no more problems with JavaScript.

2009-12-25: new version with JW FLV Player 5.0.753.

2009-06-14: added "position" parameter.

2009-01-17: new version with JW FLV Player 4.3.

2008-10-12: including the SWFObject scripts is not neccessary any longer! If your version is older, please update!

About this plugin

When searching for a possibility to embed Flash videos (FLV) in DokuWiki pages, i found http://www.dokuwiki.org/plugin:flashplayer. With this plugin it is possible, to embed Flash videos using the command <flashplayer>.

However, this plugin has a problem: It generates an EMBED element in the HTML output, which is not conform to XHTML. Visitors do also not see, why a video is not played, in case neither Flash is installed nor JavaScript is activated.

A better approach ist using OBJECT elements, which comply to the standard.

Finally i extended the plugin by Sam Hall according to these requirements. It is suitable for DokuWiki 2008-05-05 or later and was tested with Internet Explorer 6, 7 and 8, Firefox 3.5 (Windows and Linux) and Webkit (Safari, Chrome)

Hint how to specifiy the file (parameter "file")

Wenn you put video files as media in DokuWiki, you can not access the directly, but only via DokuWiki. You can use two variants for the "file" parameter:

  1. If the file .htaccess is not used: /lib/exe/fetch.php?media=Filename.flv
  2. With active .htaccess file: /_media/Filename.flv

Maybe the path has be to extended, if the Wiki installation is not in the root directory - e.g. /wiki/lib/exe/fetch.php?media=Filename.flv, if the Wiki is accessed using http://servername/wiki/.

(processing time: 0.16 sec)