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