jQuery Flash Plugin - Flashを動的にページに追加できるjQueryプラグイン
jQuery Flash Pluginは、Flashを動的にページに追加できるjQueryプラグインです。
使い方は簡単そう。
$('#hello').flash({
src: 'hello.swf',
width: 320,
height: 240
});
しかも、Flashをチェックして、Express InstallとやらでFlashのインストールもできる模様。
$('#hello').flash(
{ src: 'hello.swf' },
{ expressInstall: true }
);,
これは便利!
なお、jQuery Flash Pluginは、jQuery1.0.3以上で動作し、ライセンスはMITライセンスとGPLライセンスのデュアルライセンスになってます。
* Copyright (c) 2006 Luke Lutman (http://www.lukelutman.com)
* Dual licensed under the MIT and GPL licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.opensource.org/licenses/gpl-license.php
スポンサーリンク
Twitter ではブログにはない、いろんな情報を発信しています。
@fnyaさんをフォロー
コメント