flash
| Table of Contents |
First Edition. 06/30/2006
Last Modified. 01/16/2007
Last Modified. 01/16/2007
A htmlinsert script which shows a flash
| Summary | A htmlinsert script which shows a flash |
|---|---|
| Compatible Versions | htmlinsert rev.7 |
| Developer | sonots |
| First Edition | 06/30/2006 |
Abstract
This htmlinsert script enables to show a flash. This requires ../../htmlinsert.inc.php plugin.
Related
- org:自作プラグイン/flash.inc.php
-- XHTML1.1 not valid
- pyukiwiki:プラグイン/自作/pyp/flash
-- not valid - 情 報 処 理 研 究 Jack's Lab
-- not valid
- pyukiwiki:プラグイン/自作/pyp/flash
- org:自作プラグイン/flashjs.inc.php
-- javascript を用いてW3C準拠
- ウェブ標準のフラッシュ・オブジェクト自在術
-- 上記の参考元
- ウェブ標準のフラッシュ・オブジェクト自在術
How to use
#htmlinsert(flash,[オプション])
オプション
- swf
- style
- width
- height
その他 flash 用パラメタ。htmlinsert/flash
の ${...} のようになっている所がオプション変数です(ここにリストするのもソースを見てもらうのもほぼ同等なので省略させてください。)
他には Flash素材の設置方法
が参考になります。
Examples
#htmlinsert(flash,swf=http://www.adobe.com/swf/software/flash/about/ja/flashAbout_small.swf,bgcolor=#FFFFFF,name=flashAbout_small,width=159,height=91,style=text-align:center;)
Install
まず ../../htmlinsert.inc.php をダウンロード、インストールしておいてください。
Save from right-click, and put into plugin/htmlinsert directory.
What's new
Reference
- Flash素材の設置方法

- Flashをstrict XHTMLで

- Flash Satay: Embedding Flash While Supporting Standards
-- 途中まではFlashをstrict XHTMLで
に同じ。しかし IE が大サイズのフラッシュを stream ダウンロードしないため、小さいロードフラッシュを用意するらしい。The Satay Method


