SWF 函数
PHP Manual

swf_startbutton

(PHP 4)

swf_startbuttonStart the definition of a button

说明

void swf_startbutton ( int $objid , int $type )

Starts the definition of a button.

参数

objid

The object id.

type

Can either be TYPE_MENUBUTTON or TYPE_PUSHBUTTON. The TYPE_MENUBUTTON constant allows the focus to travel from the button when the mouse is down, TYPE_PUSHBUTTON does not allow the focus to travel when the mouse is down.

返回值

没有返回值。

参见


SWF 函数
PHP Manual