« SWFBitmap::getWidth
SWFButton::addAction »
PHP Manual
Ming
SWFButton クラス
SWFButton クラス
(PHP 5 < 5.3.0, PECL ming SVN)
はじめに
SWFButton.
クラス概要
SWFButton
{
/* メソッド */
addAction
(
SWFAction
$action
,
int
$flags
) :
void
addASound
(
SWFSound
$sound
,
int
$flags
) :
SWFSoundInstance
addShape
(
SWFShape
$shape
,
int
$flags
) :
void
__construct
(
void
)
setAction
(
SWFAction
$action
) :
void
setDown
(
SWFShape
$shape
) :
void
setHit
(
SWFShape
$shape
) :
void
setMenu
(
int
$flag
) :
void
setOver
(
SWFShape
$shape
) :
void
setUp
(
SWFShape
$shape
) :
void
}
目次
SWFButton::addAction
— アクションを追加する
SWFButton::addASound
— ボタンに音を関連付ける
SWFButton::addShape
— ボタンに図形を追加する
SWFButton::__construct
— 新しいボタンを作成する
SWFButton::setAction
— アクションを設定する
SWFButton::setDown
— addShape(shape, SWFBUTTON_DOWN) のエイリアス
SWFButton::setHit
— addShape(shape, SWFBUTTON_HIT) のエイリアス
SWFButton::setMenu
— Enable track as menu button behaviour
SWFButton::setOver
— addShape(shape, SWFBUTTON_OVER) のエイリアス
SWFButton::setUp
— addShape(shape, SWFBUTTON_UP) のエイリアス