MemoTek
Un article de OUIes Ki.
Revision as of 28 août 2007 à 11:06; Cdriko (Discuter | contributions)
(diff) ← Version précédente | voir la version courante | Version suivante → (diff)
(diff) ← Version précédente | voir la version courante | Version suivante → (diff)
flash
Base Syntax
<flash>file=filename.swf|attribute=value|...</flash>
[edit] 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=?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)
[edit] Examples
<flash>file=happy.swf|width=10%|height=30|quality=best</flash>
Shows the movie with the best quality with a width of 10% and a height of 30 pixels.
<flash>file=cool.swf|width=200|height=300|bgcolor=#FDE742|scale=exactfit</flash>