MusssWiki Erweiterungen: Unterschied zwischen den Versionen
Zeile 13: | Zeile 13: | ||
http://www.mediawiki.org/wiki/Extension:VideoFlash | http://www.mediawiki.org/wiki/Extension:VideoFlash | ||
Flash | == Flash Variante 1 == | ||
<swf>http://mussswiki.idv.edu/iv1/swf/Winscp.swf</swf> | <swf>http://mussswiki.idv.edu/iv1/swf/Winscp.swf</swf> | ||
== Flash Variante 2 == | |||
=== Syntax === | |||
=== Base Syntax === | |||
<code><nowiki><flash></nowiki>file='''filename.swf'''|attribute='''value'''|...<nowiki></flash></nowiki></code> | |||
=== Attribute Reference === | |||
* '''width'''=px or % ''(Modify the width of the object)'' | |||
* '''height'''=px or a% ''(Modify the height of the object)'' | |||
* '''play'''=true/false ''(Start playing the file or wait at first frame, default:true)'' | |||
* '''loop'''=true/false ''(Loop the animation, default:true)'' | |||
* '''quality'''=low/autolow/medium/high/autohigh/best ''(Predefine the quality)'' | |||
* '''devicefont'''=true/false ''(Change the look of the text used in flash file)'' | |||
* '''bgcolor'''=#?????? ''(? -> Hexadecimal integer: 0-9, A-F)'' | |||
* '''scale'''=showall/noborder/exactfit ''(Automatically adjust content to width and height)'' | |||
* '''menu'''=true/false ''(Show or hide the menu on right-click)'' | |||
* '''align''' | |||
* '''salign''' | |||
* '''base''' | |||
* '''wmode''' | |||
* '''SeamlessTabbing''' | |||
* '''flashvars'''=?var1=value1&var2=value2 (communicate two variables var1 and var2 to the movie) | |||
* '''name''' (object-specific) | |||
* '''id''' (embed-specific) | |||
* '''movie''' (object-specific) | |||
* '''src''' (embed-specific) |
Version vom 26. Februar 2009, 15:24 Uhr
Starthilfen
Erweiterungen
Videoflash <videoflash>-dnL00TdmLY</videoflash>
Mehr Infos http://www.mediawiki.org/wiki/Extension:VideoFlash
Flash Variante 1
<swf>http://mussswiki.idv.edu/iv1/swf/Winscp.swf</swf>
Flash Variante 2
Syntax
Base Syntax
<flash>file=filename.swf|attribute=value|...</flash>
Attribute Reference
- width=px or % (Modify the width of the object)
- height=px or a% (Modify the height of the object)
- play=true/false (Start playing the file or wait at first frame, default:true)
- loop=true/false (Loop the animation, default:true)
- quality=low/autolow/medium/high/autohigh/best (Predefine the quality)
- devicefont=true/false (Change the look of the text used in flash file)
- bgcolor=#?????? (? -> Hexadecimal integer: 0-9, A-F)
- scale=showall/noborder/exactfit (Automatically adjust content to width and height)
- menu=true/false (Show or hide the menu on right-click)
- align
- salign
- base
- wmode
- SeamlessTabbing
- flashvars=?var1=value1&var2=value2 (communicate two variables var1 and var2 to the movie)
- name (object-specific)
- id (embed-specific)
- movie (object-specific)
- src (embed-specific)