- PHP Manual
- SWFButton
- Adds an action
SWFButton::addAction
(PHP 5 < 5.3.0, PECL ming SVN)
SWFButton::addAction — Adds an action
说明
Warning
此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担 。
Adds the given action
to the button for the given conditions.
参数
-
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
andSWFBUTTON_DRAGOVER
.
返回值
没有返回值。