PHP Doku:: Sets the action - function.swfbutton.setaction.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenMing (flash)The SWFButton classSWFButton->setAction

Ein Service von Reinhard Neidl - Webprogrammierung.

The SWFButton class

<<SWFButton->__construct

SWFButton->setDown>>

SWFButton->setAction

(PHP 4 >= 4.0.5)

SWFButton->setActionSets the action

Beschreibung

void SWFButton::setAction ( SWFAction $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.

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

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

Parameter-Liste

action

An SWFAction, returned by SWFAction->__construct.

Rückgabewerte

Es wird kein Wert zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)