Help:Contents/Adding Flashow Object
From EAUserTools
Contents |
Syntax
Base Syntax
<flashow>url|attribute=value|...</flashow>
Attribute Reference (hope so)
- 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)
Examples
<flashow>http://www.dailymotion.com/swf/6ZB4AQBhhrlnl2Tn2|width=213|height=175</flashow>
Here is the code of this YouTube movie:
<flashow>http://www.youtube.com/v/_gx-rW8P1TE|width=425|height=350</flashow>
