]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FVideoPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FVideoPlugin
1 Date: Tue, 11 Jan 2011 13:48:05 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FVideoPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~Video** [[Help:WikiPlugin|plugin]] allows to include video in a wiki page.
11 Video file must be encoded in FLV format.
12
13 The Video plugin can also be called with the ~{~{video.flv~}~} syntax.
14
15 == Arguments ==
16
17 Use only one of ##url## or ##file## arguments at a time.
18
19 {| class="bordered"
20 |-
21 ! Argument
22 ! Description
23 ! Default value
24 |-
25 | **url**
26 | The url of a video file.
27 | none
28 |-
29 | **file**
30 | The name of a video file that has been uploaded.
31 | none
32 |-
33 | **width**
34 | The width of the video (in pixels).
35 | 460
36 |-
37 | **height**
38 | The height of the video (in pixels).
39 | 320
40 |-
41 | **autoplay**
42 | Auto play the video when page is displayed.
43 | false
44 |}
45
46 == Example ==
47
48 A video:
49 {{{
50 <<Video url=http://a.video.server/a_video.flv>>
51 }}}
52
53 Another video:
54 {{{
55 <<Video file=another_video.flv>>
56 }}}
57
58 This is equivalent to:
59 {{{
60 {{another_video.flv}}
61 }}}
62
63 == Authors ==
64
65 * Roger Guignard, Alcatel-Lucent
66 * Marc-Etienne Vargenau, Alcatel-Lucent
67
68 == See Also ==
69 * [[Help:Images]]
70 * [[Help:Adobe Flash]]
71 * [[Help:Wikicreole]]
72
73 <noinclude>
74 ----
75 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
76 </noinclude>