Home > PHP > Function > SWF > swf_startbutton()

swf_startbutton()

swf_startbutton - Start the definition of a button

Syntax

swf_startbutton (int $objid, int $type)

Arguments

  • 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.

Description

Starts the definition of a button.

Version

PHP 4

Return value

No value is returned.