SWFButton->setAction()

(no version information, might be only in CVS)

SWFButton->setAction() -- Sets the action

Description

class SWFButton {

void setAction ( SWFAction action )

}

Avertissement

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

Sets the action to be performed when the button is clicked.

This is a shortcut for SWFButton->addAction() called with the SWFBUTTON_MOUSEUP flag.

Liste de paramètres

action

An SWFAction, returned by SWFAction->__construct().

Valeurs de retour

Aucune valeur n'est retournée.

Voir aussi

SWFButton->addAction()
SWFAction