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