Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wiki Extensions: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
Line 3: Line 3:
The Flash extension (.swf) uses <swf></swf> tags
The Flash extension (.swf) uses <swf></swf> tags
Sample
Sample
<swf width="xx" height="xx">filename.swf</swf>
<swf width="20" height="20">filename.swf</swf>


FlV Extension
FlV Extension
Line 9: Line 9:
The FLV extension (.flv) uses <flvplayertwo></flvplayertwo> tags
The FLV extension (.flv) uses <flvplayertwo></flvplayertwo> tags
Sample]
Sample]
<flvplayertwo width="50" height="50" autoplay="false">filename.flv</flvplayertwo>
<flvplayertwo width="100" height="100" autoplay="false">filename.flv</flvplayertwo>




  [[category:Wiki guidelines]]
  [[category:Wiki guidelines]]

Revision as of 06:47, 30 December 2008

Flash Extension Syntax The Flash extension (.swf) uses <swf></swf> tags Sample <swf width="20" height="20">filename.swf</swf>

FlV Extension Syntax The FLV extension (.flv) uses <flvplayertwo></flvplayertwo> tags Sample] <flvplayertwo width="100" height="100" autoplay="false">filename.flv</flvplayertwo>