SWFBitmap::getWidth
SWFButton::addAction
Ming
PHP Manual
SWFButton クラス
(PHP 5 <= 5.3.0, PECL ming SVN)
導入
SWFButton.
クラス概要
SWFButton
{
/* メソッド */
void
addAction
(
SWFAction
$action
,
int
$flags
)
SWFSoundInstance
addASound
(
SWFSound
$sound
,
int
$flags
)
void
addShape
(
SWFShape
$shape
,
int
$flags
)
__construct
(
void
)
void
setAction
(
SWFAction
$action
)
void
setDown
(
SWFShape
$shape
)
void
setHit
(
SWFShape
$shape
)
void
setMenu
(
int
$flag
)
void
setOver
(
SWFShape
$shape
)
void
setUp
(
SWFShape
$shape
)
}
目次
SWFButton::addAction
— アクションを追加する
SWFButton::addASound
— ボタンに音を関連付ける
SWFButton::addShape
— ボタンに図形を追加する
SWFButton::__construct
— 新しいボタンを作成する
SWFButton::setAction
— アクションを設定する
SWFButton::setDown
— addShape(shape, SWFBUTTON_DOWN) のエイリアス
SWFButton::setHit
— addShape(shape, SWFBUTTON_HIT) のエイリアス
SWFButton::setMenu
— メニューボタンとしての挙動を有効にする
SWFButton::setOver
— addShape(shape, SWFBUTTON_OVER) のエイリアス
SWFButton::setUp
— addShape(shape, SWFBUTTON_UP) のエイリアス
SWFBitmap::getWidth
SWFButton::addAction
Ming
PHP Manual