LuaFlashControl

LuaFlashControl クラスは、Flashムービー(.swf)を扱うクラスです。

 

メンバ関数

play ( 再生 )
stop ( 停止 )
rewind ( 巻き戻し )
gotoFrame ( フレーム移動 )

setLoop ( ループの設定 )
setTransparent ( 透過表示の設定 )
setOpacity ( 不透明度の設定 )
setQuality
( クオリティの設定 )
setScaleMode ( 拡大縮小モードの設定 )
setDraggable ( ドラッグの有効/無効 )
setIgnoreTransparentPixels ( 透明度によるマウスクリック無視の設定 )

hide ( 非表示 )
show ( 表示 )
getVisibility ( 表示状態の取得 )
focus ( フォーカスする )
move ( 移動 )
setPosition ( 位置の設定 )
resetPosition ( 位置のリセット )

getCoordinates ( 位置の取得 )
getExtents ( サイズの取得 )
getUVScale ( UVスケール値の取得 )

callFunction ( ActionScript関数の呼び出し )