(no version information, might be only in CVS)
SWFbutton->setAction -- Sets the action
Description
void
swfbutton->setaction ( ressource action)
Warnung |
Diese Funktion ist
EXPERIMENTELL. Das Verhalten, der Funktionsname und alles
Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf
eigenes Risiko. |
swfbutton->setaction() sets the action to be performed
when the button is clicked. Alias for addAction(shape, SWFBUTTON_MOUSEUP).
action is a swfaction().
See also
swfbutton->addshape() and
SWFAction().