]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAdobe%20Flash
Better layout
[SourceForge/phpwiki.git] / pgsrc / Help%2FAdobe%20Flash
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%2FAdobe%20Flash;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 You can easily insert **Adobe Flash** (.swf) files in the wiki.
12
13 == Uploading Flash files ==
14
15 First, Flash files need to be uploaded in the wiki. For that purpose, you will use the
16 [[Help:UpLoadPlugin|UpLoad]] plugin.
17
18 === Syntax ===
19
20 You give access to the uploaded Flash files with the following syntax.
21
22 {{{
23 {{myflash.swf}}
24 }}}
25 or
26 {{{
27 [[Upload:myflash.swf]]
28 }}}
29 will inline the image.
30
31 === Options ===
32
33 Using the {{{Upload:}}} syntax, options are allowed to change the appearance:
34 {{{
35 [[Upload:myflash.png size=40x25 align=center]]
36 }}}
37
38 Separate options by spaces. The allowed options are the following:
39 * size: ''width "x" height'' or ''num + "%"''
40 * align: ''string''
41 * border: ''number''
42 * hspace: ''number''
43 * vspace: ''number''
44
45 == Examples ==
46
47 === Wikicréole syntax ===
48
49 {{{
50 {{ora.swf}}
51 }}}
52
53 {{/themes/Sidebar/ora.swf}}
54
55 === Upload syntax ===
56
57 {{{
58 [[Upload:ora.swf]]
59 [[Upload:ora.swf size=50x50]]
60 }}}
61
62 === URL syntax ===
63
64 {{{
65 [[http://www.qasia.com/games/mahjong.swf]]
66 }}}
67
68 [[http://www.qasia.com/games/mahjong.swf]]
69
70 == See Also ==
71 * [[Help:Images]]
72 * [[Help:VideoPlugin]]
73 * [[Help:Wikicreole]]
74
75 <noinclude>
76 ----
77 [[PhpWikiDocumentation]]
78 </noinclude>