SWFButton->addAction()

(no version information, might be only in CVS)

SWFButton->addAction() -- Adds an action

Descrição

class SWFButton {

void addAction ( SWFAction action, int flags )

}

Atenção

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

Adds the given action to the button for the given conditions.

Parâmetros

action

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

flags

The following flags are valid: SWFBUTTON_MOUSEOVER, SWFBUTTON_MOUSEOUT, SWFBUTTON_MOUSEUP, SWFBUTTON_MOUSEUPOUTSIDE, SWFBUTTON_MOUSEDOWN, SWFBUTTON_DRAGOUT and SWFBUTTON_DRAGOVER.

Valores de retornado

Não há valor retornado.

Veja também

SWFButton->addShape()
SWFAction