Forum und email

swf_startbutton

(PHP 4)

swf_startbutton — Start 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.

반환값

값을 반환하지 않습니다.