MusssWiki Erweiterungen: Unterschied zwischen den Versionen
Zeile 36: | Zeile 36: | ||
== Flash Variante 2 == | == Flash Variante 2 == | ||
=== Syntax === | === Syntax === | ||
<pre><flashow>'''url'''|attribute='''value'''|...</flashow></pre> | |||
<pre>< | |||
=== Attribute Reference === | === Attribute Reference === | ||
Zeile 46: | Zeile 45: | ||
* '''quality'''=low/autolow/medium/high/autohigh/best ''(Predefine the quality)'' | * '''quality'''=low/autolow/medium/high/autohigh/best ''(Predefine the quality)'' | ||
* '''devicefont'''=true/false ''(Change the look of the text used in flash file)'' | * '''devicefont'''=true/false ''(Change the look of the text used in flash file)'' | ||
* '''bgcolor'''=#?????? ''(? -> Hexadecimal integer: | * '''bgcolor'''=#?????? ''(? -> Hexadecimal integer: 1-9, A-F)'' | ||
* '''scale'''=showall/noborder/exactfit ''(Automatically adjust content to width and height)'' | * '''scale'''=showall/noborder/exactfit ''(Automatically adjust content to width and height)'' | ||
* '''menu'''=true/false ''(Show or hide the menu on right-click)'' | * '''menu'''=true/false ''(Show or hide the menu on right-click)'' | ||
Zeile 54: | Zeile 53: | ||
* '''wmode''' | * '''wmode''' | ||
* '''SeamlessTabbing''' | * '''SeamlessTabbing''' | ||
* '''flashvars''' | * '''flashvars''' | ||
* '''name''' (object-specific) | * '''name''' (object-specific) | ||
* '''id''' (embed-specific) | * '''id''' (embed-specific) |
Version vom 26. Februar 2009, 15:39 Uhr
Starthilfen
Erweiterungen
Videoflash Code
<videoflash>-dnL00TdmLY</videoflash>
Beispiel
<videoflash>-dnL00TdmLY</videoflash>
Mehr Infos http://www.mediawiki.org/wiki/Extension:VideoFlash
Flash Variante 1
Sample
Give the URL of the swf-file as the content of the swf-tag, specify Width and Height as attributes. (default to width=550, height=400)
<swf width="50" height="50">https://multimediaart.at/mmawiki/images/b/bb/Mini.swf</swf>
if you have uploaded a file Media:Mini.swf to your wiki, you can use that instead of the url:
<swf width="50" height="50">Mini.swf</swf> <swf>Mini.swf|width=50|height=50</swf>
Beispiel
<swf>http://mussswiki.idv.edu/iv1/swf/Winscp.swf</swf>
Flash Variante 2
Syntax
<flashow>'''url'''|attribute='''value'''|...</flashow>
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: 1-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
- name (object-specific)
- id (embed-specific)
- movie (object-specific)
- src (embed-specific)
Beispiel
<flashow>http://mussswiki.idv.edu/iv1/swf/Winscp.swf%7Cwidth=100%%7Cheight=100%</flashow>