Diff: Help/VideoPlugin
Differences between version 4 and predecessor to the previous major change of Help/VideoPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 4 | Last edited on October 14, 2015 11:47 am | by PhilHollenback | Revert | 
| Older page: | version 3 | Last edited on February 23, 2012 2:51 pm | by PhilHollenback | Revert | 
@@ -1,6 +1,9 @@
  
  
 The **~Video** [[Help:WikiPlugin|plugin]] allows to include video in a wiki page. 
-Video file must be encoded in FLV format. 
+Video file must be encoded in FLV format ([[WikiPedia:Flash Video|Flash Video]]) or in an HTML 5 format: 
 
+* [[WikiPedia:Ogg|Ogg]] (##.ogg## suffix), 
 
+* [[WikiPedia:MP4|MP4]] (##.mp4## suffix), 
 
+* [[WikiPedia:WebM|WebM]] (##.webm## suffix)
. 
 The Video plugin can also be called with the ~{~{video.flv~}~} syntax. 
 == Arguments == 
@@ -29,13 +32,13 @@
  
  
 | The height of the video (in pixels). 
 | 320 
 |- 
 | **autoplay** 
-| Auto play the video when page is displayed. 
+| Auto play the video when page is displayed (boolean)
. 
 | false 
 |} 
-== Example 
== 
+== Examples 
== 
 A video: 
 {{{ 
 <<Video url=http://a.video.server/a_video.flv>> 
@@ -49,8 +52,15 @@
  
  
 This is equivalent to: 
 {{{ 
 {{another_video.flv}} 
 }}} 
+
 
+=== Big Buck Bunny ===
 
+
 
+{{{
 
+{{http://video.webmfiles.org/big-buck-bunny_trailer.webm}}
 
+}}}
 
+{{http://video.webmfiles.org/big-buck-bunny_trailer.webm}}
 
 == Authors == 
 * Roger Guignard, Alcatel-Lucent 
@@ -59,9 +69,10 @@
  
 == See Also == 
 * [[Help:Images]] 
 * [[Help:Adobe Flash]] 
 * [[Help:Wikicreole]] 
+* [[http://tools.google.com/dlpage/webmmf/|WebM Video for Internet Explorer 9+]]
 
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 
version 4
The Video plugin allows to include video in a wiki page. Video file must be encoded in FLV format (Flash Video) or in an HTML 5 format:
The Video plugin can also be called with the {{video.flv}} syntax.
Arguments
Use only one of url or file arguments at a time.
Argument  | 
Description  | 
Default value  | 
|---|---|---|
url  | 
The url of a video file.  | 
none  | 
file  | 
The name of a video file that has been uploaded.  | 
none  | 
width  | 
The width of the video (in pixels).  | 
460  | 
height  | 
The height of the video (in pixels).  | 
320  | 
autoplay  | 
Auto play the video when page is displayed (boolean).  | 
false  | 
Examples
A video:
<<Video url=http://a.video.server/a_video.flv>>
Another video:
<<Video file=another_video.flv>>
This is equivalent to:
{{another_video.flv}}
Big Buck Bunny
{{http://video.webmfiles.org/big-buck-bunny_trailer.webm}}
Authors
- Roger Guignard, Alcatel-Lucent
 - Marc-Etienne Vargenau, Alcatel-Lucent
 

