Diff: Help/VideoPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/VideoPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,29 +1,26 @@
 The **~Video** [[Help:WikiPlugin|plugin]] allows to include video in a wiki page. 
-Video file must be in an HTML 5 format:  
-* [[WikiPedia:Ogg|Ogg]] (##.ogg## suffix),  
-* [[WikiPedia:MP4|MP4]] (##.mp4## suffix),  
-* [[WikiPedia:WebM|WebM]] (##.webm## suffix)
+Video file must be encoded in FLV format. 
  
-The Video plugin can also be called with the ~{~{video.ogg ~}~} syntax. 
+The Video plugin can also be called with the ~{~{video.flv ~}~} syntax. 
  
 == Arguments == 
  
-You must provide a ##url## or a ##file## argument (but not both)
+Use only one of ##url## or ##file## arguments at a time
  
 {| class="bordered" 
 |- 
 ! Argument 
 ! Description 
 ! Default value 
 |- 
 | **url** 
-| The URL of a video file.  
-| //empty//  
+| The url of a video file.  
+| none  
 |- 
 | **file** 
 | The name of a video file that has been uploaded. 
-| //empty//  
+| none  
 |- 
 | **width** 
 | The width of the video (in pixels). 
 | 460 
@@ -32,45 +29,39 @@
 | The height of the video (in pixels). 
 | 320 
 |- 
 | **autoplay** 
-| Boolean. If true, auto play the video when page is displayed. 
+| Auto play the video when page is displayed. 
 | false 
 |} 
  
-== Examples == 
+== Example == 
  
 A video: 
 {{{ 
-<<Video url=http://a.video.server/a_video.ogg >> 
+<<Video url=http://a.video.server/a_video.flv >> 
 }}} 
  
 Another video: 
 {{{ 
-<<Video file=another_video.ogg >> 
+<<Video file=another_video.flv >> 
 }}} 
  
 This is equivalent to: 
 {{{ 
-{{another_video.ogg }} 
+{{another_video.flv }} 
 }}} 
-  
-=== Big Buck Bunny ===  
-  
-{{{  
-{{https://wiki.yoctoproject.org/wiki/images/a/a6/Big-buck-bunny_trailer.webm}}  
-}}}  
-{{https://wiki.yoctoproject.org/wiki/images/a/a6/Big-buck-bunny_trailer.webm}}  
  
 == Authors == 
  
 * Roger Guignard, Alcatel-Lucent 
 * Marc-Etienne Vargenau, Alcatel-Lucent 
  
 == See Also == 
 * [[Help:Images]] 
+* [[Help:Adobe Flash]]  
 * [[Help:Wikicreole]] 
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

The Video plugin allows to include video in a wiki page. Video file must be encoded in FLV 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.

false

Example

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}}

Authors

  • Roger Guignard, Alcatel-Lucent
  • Marc-Etienne Vargenau, Alcatel-Lucent

See Also