PHP Doku:: The SWFButton class - class.swfbutton.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The SWFButton class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Non-Text MIME-Ausgaben
≥
Ming (flash)
≥
The SWFButton class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Ming (flash)
<<
SWFBitmap->getWidth
SWFButton->addAction
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Non-Text MIME-Ausgaben
∧
Ming (flash)
The SWFAction class
The SWFBitmap class
The SWFButton class
The SWFDisplayItem class
The SWFFill class
The SWFFont class
The SWFFontChar class
The SWFGradient class
The SWFMorph class
The SWFMovie class
The SWFPrebuiltClip class
The SWFShape class
The SWFSound class
The SWFSoundInstance class
The SWFSprite class
The SWFText class
The SWFTextField class
The SWFVideoStream class
Einführung
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
Ming Funktionen
UnterSeiten:
∨
SWFButton->addAction
∨
SWFButton->addASound
∨
SWFButton->addShape
∨
SWFButton->__construct
∨
SWFButton->setAction
∨
SWFButton->setDown
∨
SWFButton->setHit
∨
SWFButton->setMenu
∨
SWFButton->setOver
∨
SWFButton->setUp
The SWFButton class
Einführung
SWFButton.
Klassenbeschreibung
SWFButton
{
/* Methoden */
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
)
}
Inhaltsverzeichnis
SWFButton->addAction
— Adds an action
SWFButton->addASound
— Associates a sound with a button transition
SWFButton->addShape
— Adds a shape to a button
SWFButton->__construct
— Creates a new Button
SWFButton->setAction
— Sets the action
SWFButton->setDown
— Alias for addShape(shape, SWFBUTTON_DOWN)
SWFButton->setHit
— Alias for addShape(shape, SWFBUTTON_HIT)
SWFButton->setMenu
— enable track as menu button behaviour
SWFButton->setOver
— Alias for addShape(shape, SWFBUTTON_OVER)
SWFButton->setUp
— Alias for addShape(shape, SWFBUTTON_UP)
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...