====== Plugin FlowPlayer======
Diese Dokuwiki-Erweiterung dient zum Einbinden von flv- und mp3,mp4- u.a. Dateien
===== Syntax =====
{{flowplayer>mediafile [width,height] [[no]param] [param:value]}}
Mediafile may be specified by absolute URL or relative one. Width and height has defaults of 320 and 240 respectively. Also there is default parameter of 'noautoPlay' to prevent undesirable behaviour of player.
* Parameter looking like 'width,height' sets the width and height of the player.
* Parameter looking like 'param:value' sets any non-Boolean parameter to 'value'.
* Parameter looking like 'param' sets the Boolean parameter to 'true'.
* Parameter looking like 'noparam' set the Boolean parameter to 'false'.
List of all available parameters you can get [[http://flowplayer.org/documentation/configuration/clips.html|here]].
Examples:
{{flowplayer>http://mydomain.tld/mymedia.flv 320,240 noautoPlay}}
{{flowplayer>media:video:clip1.flv 400,300 autoBuffering}}
===== Beispiele =====
{{flowplayer>media:video:clip1.flv 400,300 autoBuffering}}
{{flowplayer>:wiki:flvplayer.flv 400,300 autoBuffering}}
\\
{{flowplayer>http://localhost/mywiki/addons/Stationen.flv 400,300 noautoPlay fadeInSpeed:3000}}