SWFBitmap->getWidth
SWFButton->addAction
Ming
PHP Manual
La clase SWFButton
Introducción
SWFButton.
Clases sinopsis
SWFButton
{
/* Métodos */
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
— Añade una acción
SWFButton->addASound
— Asocia un sonido con una transición de botón
SWFButton->addShape
— Añade una forma a un botón
SWFButton->__construct
— Crea un nuevo botón
SWFButton->setAction
— Establece la acción
SWFButton->setDown
— Alias de addShape(shape, SWFBUTTON_DOWN)
SWFButton->setHit
— Alias de addShape(shape, SWFBUTTON_HIT)
SWFButton->setMenu
— Habilitar la pista como comportamiento de botón de menú
SWFButton->setOver
— Alias de addShape(shape, SWFBUTTON_OVER)
SWFButton->setUp
— Aliad de addShape(shape, SWFBUTTON_UP)
SWFBitmap->getWidth
SWFButton->addAction
Ming
PHP Manual