Everything you need to know :)
.:: FlatPress Home :: FlatPress support forum :: FlatPress@Twitter ::.
This plugin provides simple players for audio and video files. It relies on HTML5 standard elements and does not require Flash or other external browser plugins. The player can be used in a very simple manner (see examples below) and configurated by different parameters.
The plugin is licensed under GPL.
Author: Arvid Zimmermann
[audioplayer="attachs/file.mp3"]
[audioplayer="attachs/file.mp3" controls="0" autoplay="1" loop="1"]
[videoplayer="attachs/file.mp4"]
[videoplayer="attachs/file.mp4" controls="0" autoplay="1" loop="1" width="640" height="480" poster="images/posterimage.jpg"]
Each of the following parameters is optional. If not set, the default value will be used. For boolean parameters, the following values count as “true”: true, 1, yes, ja, si.
The player will be displayed as <audio> / <video> element with the CSS class “audiovideo”. See the documentation of these standard HTML5 elements for further details. The given parameters (see above) will be set to the player element accordingly.