« SWFBitmap::getWidth
SWFButton::addAction »
PHP Manual
Ming
La clase SWFButton
La clase SWFButton
(PHP 5 < 5.3.0, PECL ming SVN)
Introducción
SWFButton.
Sinopsis de la Clase
SWFButton
{
/* Métodos */
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
}
Tabla de contenidos
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)