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