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