SWFBitmap->getWidth
SWFButton->addAction
Ming
PHP Manual
کلاس SWFButton
Introduction
SWFButton.
Class synopsis
SWFButton
{
/* Methods */
void
SWFButton::addAction
(
SWFAction
$action
,
int
$flags
)
SWFSoundInstance
addASound
(
SWFSound
$sound
,
int
$flags
)
void
addShape
(
SWFShape
$shape
,
int
$flags
)
SWFButton
__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
)
}
Table of Contents
SWFButton->addAction
— اضافه کردن فعالیت
SWFButton->addASound
— ارتباط صدا با انتقال دکمه
SWFButton->addShape
— اضافه کردن شکل به دکمه
SWFButton->__construct
— ساخت دکمه جدید
SWFButton->setAction
— تعیین فعالیت
SWFButton->setDown
— جایگزین addShape(shape, SWFBUTTON_DOWN)
SWFButton->setHit
— جایگزین addShape(shape, SWFBUTTON_HIT)
SWFButton->setMenu
— فعالسازی track به عنوان رفتار دکمه منو
SWFButton->setOver
— جایگزین addShape(shape, SWFBUTTON_OVER)
SWFButton->setUp
— جایگزین addShape(shape, SWFBUTTON_UP)
SWFBitmap->getWidth
SWFButton->addAction
Ming
PHP Manual