內容簡介
使用 [swf] 短碼輕鬆鑲嵌 Flash,符合標準,並使用 SWFObject!
在文本編輯器中,只需輸入類似以下內容:
[swf src=”http://www.example.com/my-flash-file.swf” width=300 height=100]
src、width 和 height 屬性是必需的。
其他屬性包括:
params
flashvars
version
params 和 flashvars 屬性應以 “flashvar1=value&flashvar2=value” 的方式表示,以正常運作。如果您想指定 Flash 版本,請使用 version 屬性。預設為 9。
為了為沒有 Flash 的人提供替代內容,只需在 [swf] 括號內放置一些文本,例如:
[swf src=”http://www.example.com/my-flash-file.swf” width=300 height=100]您必須擁有 Flash 才能查看此文件[/swf]
外掛標籤
開發者團隊
原文外掛簡介
Embed Flash easily and standard compliant with SWFObject using only a [swf] shortcode!
In the text editor simply write something like:
[swf src=”http://www.example.com/my-flash-file.swf” width=300 height=100]
The attributes src, width and height are required
Additional attributes includes:
params
flashvars
version
The attributes params, and flashvars should be written like “flashvar1=value&flashvar2=value” to function properly. If you want to specify a Flash version use version attribute. Default is 9.
To provide alternative content for people without Flash, simply put some text between the [swf] brackets, e.g.
[swf src=”http://www.example.com/my-flash-file.swf” width=300 height=100]You must have Flash to view this file[/swf]
