Difference between revisions of "Wiki Extensions"

From Catglobe Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
== Flash Extension ==
+
== How to show flash file (.swf) on wiki ==
 
 
 
 
=== Syntax ===
 
<nowiki>
 
The Flash extension (.swf) uses <swf></swf> tags
 
</nowiki>
 
=== Sample ===
 
 
<nowiki>
 
<nowiki>
 
<swf width="xx" height="xx">filename.swf</swf>
 
<swf width="xx" height="xx">filename.swf</swf>
 
</nowiki>
 
</nowiki>
  
== FLV Extension ==
+
== How to show movie with .flv extension on wiki ==
 
 
 
 
=== Syntax ===
 
<nowiki>
 
The FLV extension (.flv) uses <flvplayertwo></flvplayertwo> tags
 
</nowiki>
 
=== Sample ===
 
 
<nowiki>
 
<nowiki>
 
<flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>
 
<flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>
 
</nowiki>
 
</nowiki>
<br/>
+
 
 
'''Note''': option autoplay="false" must be present
 
'''Note''': option autoplay="false" must be present
  
 
== How to get a url of file name ==
 
== How to get a url of file name ==
  
Go to http://vietnamwiki.catglobe.com/index.php/Special:ImageList click on (file) and get a link to a file which you have uploaded
+
Go to http://vietnamwiki.catglobe.com/index.php/Special:ImageList click on (file) and get a link to a file which you have uploaded.
  
  
 
[[Category:Wiki guidelines]]
 
[[Category:Wiki guidelines]]

Revision as of 13:13, 30 December 2008

How to show flash file (.swf) on wiki

<swf width="xx" height="xx">filename.swf</swf>

How to show movie with .flv extension on wiki

<flvplayertwo width="xx" height="xx" autoplay="false">filename.flv</flvplayertwo>

Note: option autoplay="false" must be present

How to get a url of file name

Go to http://vietnamwiki.catglobe.com/index.php/Special:ImageList click on (file) and get a link to a file which you have uploaded.