Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.38 KB

Video plugin 0.6.7

HTML5 video player.

Screenshot

How to install plugin

  1. Download and install Datenstrom Yellow.
  2. Download plugin. If you are using Safari, right click and select 'Download file as'.
  3. Copy master.zip into your system/plugins folder.

To uninstall delete the plugin files.

How to use the player

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.

Example

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]

Developer

Juh Nibreh. Based on Audio plugin by Steffen Schultz.