HTML5 video player.
- Download and install Datenstrom Yellow.
- Download plugin. If you are using Safari, right click and select 'Download file as'.
- Copy
master.zip
into yoursystem/plugins
folder.
To uninstall delete the plugin files.
Create a [video]
shortcut.
The following arguments are available, all but the first argument are optional:
videourl
= URL to a supported media file (OGV, MP4, WEBM etc)
poster
= optional: specifies the URL of the image file
By default width is 100%
and height is auto
.
This plugin embeds a basic video player using the HTML5 <video>
tag, which should be supported by most modern browsers. This is the standard way to embed a video in a web page. More on Wikipedia.
Embedding an video:
[video /media/downloads/demo.mp4]
[video /media/demo.webm /media/images/preview.jpg]
[video https://ia800201.us.archive.org/12/items/BigBuckBunny_328/BigBuckBunny.ogv]
Juh Nibreh. Based on Audio plugin by Steffen Schultz.