SWFButton
PHP Manual

SWFButton::setAction

(PHP 5 <= 5.3.0, PECL ming SVN)

SWFButton::setActionSets the action

Descrição

void SWFButton::setAction ( SWFAction $action )
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

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

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

Parâmetros

action

An SWFAction, returned by SWFAction::__construct().

Valor Retornado

Não há valor retornado.

Veja Também


SWFButton
PHP Manual