From: <var...@us...> - 2011-01-11 12:53:01
|
Revision: 7826 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7826&view=rev Author: vargenau Date: 2011-01-11 12:52:54 +0000 (Tue, 11 Jan 2011) Log Message: ----------- New help page: Help%2FAdobe%20Flash Modified Paths: -------------- trunk/pgsrc/Help%2FImages trunk/pgsrc/Help%2FVideoPlugin Added Paths: ----------- trunk/pgsrc/Help%2FAdobe%20Flash Added: trunk/pgsrc/Help%2FAdobe%20Flash =================================================================== --- trunk/pgsrc/Help%2FAdobe%20Flash (rev 0) +++ trunk/pgsrc/Help%2FAdobe%20Flash 2011-01-11 12:52:54 UTC (rev 7826) @@ -0,0 +1,78 @@ +Date: Tue, 11 Jan 2011 13:48:05 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) +X-Rcs-Id: $Id$ +Content-Type: application/x-phpwiki; + pagename=Help%2FAdobe%20Flash; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +You can easily insert **Adobe Flash** (.swf) files in the wiki. + +== Uploading Flash files == + +First, Flash files need to be uploaded in the wiki. For that purpose, you will use the +[[Help:UpLoadPlugin|UpLoad]] plugin. + +=== Syntax === + +You give access to the uploaded Flash files with the following syntax. + +{{{ +{{myflash.swf}} +}}} +or +{{{ +[[Upload:myflash.swf]] +}}} +will inline the image. + +=== Options === + +Using the {{{Upload:}}} syntax, options are allowed to change the appearance: +{{{ +[[Upload:myflash.png size=40x25 align=center]] +}}} + +Separate options by spaces. The allowed options are the following: +* size: ''width "x" height'' or ''num + "%"'' +* align: ''string'' +* border: ''number'' +* hspace: ''number'' +* vspace: ''number'' + +== Examples == + +=== Wikicréole syntax === + +{{{ +{{ora.swf}} +}}} + +{{/themes/Sidebar/ora.swf}} + +=== Upload syntax === + +{{{ +[[Upload:ora.swf]] +[[Upload:ora.swf size=50x50]] +}}} + +=== URL syntax === + +{{{ +[[http://www.qasia.com/games/mahjong.swf]] +}}} + +[[http://www.qasia.com/games/mahjong.swf]] + +== See Also == +* [[Help:Images]] +* [[Help:VideoPlugin]] +* [[Help:Wikicreole]] + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> Property changes on: trunk/pgsrc/Help%2FAdobe%20Flash ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/pgsrc/Help%2FImages =================================================================== --- trunk/pgsrc/Help%2FImages 2011-01-07 16:35:43 UTC (rev 7825) +++ trunk/pgsrc/Help%2FImages 2011-01-11 12:52:54 UTC (rev 7826) @@ -1,4 +1,4 @@ -Date: Thu, 16 Dec 2010 12:19:19 +0000 +Date: Tue, 11 Jan 2011 13:48:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -100,6 +100,11 @@ [[http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/default/images/poweredby_phpwiki_51x31.png]] +== See Also == +* [[Help:Adobe Flash]] +* [[Help:VideoPlugin]] +* [[Help:Wikicreole]] + <noinclude> ---- [[PhpWikiDocumentation]] Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2011-01-07 16:35:43 UTC (rev 7825) +++ trunk/pgsrc/Help%2FVideoPlugin 2011-01-11 12:52:54 UTC (rev 7826) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 11 Jan 2011 13:48:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -66,6 +66,11 @@ * Roger Guignard, Alcatel-Lucent * Marc-Etienne Vargenau, Alcatel-Lucent +== See Also == +* [[Help:Images]] +* [[Help:Adobe Flash]] +* [[Help:Wikicreole]] + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |