SWFButton::setMenu

(PHP 5 <= 5.3.0, PECL ming SVN) enable track as menu button behaviour void SWFButton::setMenu ( int $flag ) Parameters: flag This parameter can be used for a slight different behavior of buttons. You can set it to 0 (off) or 1 (on). Returns: No value is returned. This function is currently not documented; on

SWFButton::setHit

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_HIT) void SWFButton::setHit ( SWFShape $shape ) swfbutton::sethit() alias for addShape(shape, SWFBUTTON_HIT). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release o

SWFButton::setDown

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_DOWN) void SWFButton::setDown ( SWFShape $shape ) swfbutton::setdown() alias for addShape(shape, SWFBUTTON_DOWN). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future relea

SWFButton::setAction

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the action void SWFButton::setAction ( SWFAction $action ) Sets the action to be performed when the button is clicked. This is a shortcut for SWFButton::addAction() called with the SWFBUTTON_MOUSEUP flag. Parameters: action An SWFAction, returned by SWFAction::__construct(). Returns: No value is returned

SWFButton::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new Button SWFButton::__construct ( void ) Creates a new Button. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Examples:

SWFButton::addShape

(PHP 5 <= 5.3.0, PECL ming SVN) Adds a shape to a button void SWFButton::addShape ( SWFShape $shape, int $flags ) Adds the given shape to the button. Parameters: shape An SWFShape instance flags The following flags are valid: SWFBUTTON_UP, SWFBUTTON_OVER, SWFBUTTON_DOWN and SWFBUTTON_HIT. SWFBUTTON_HIT isn't ever displayed, it def

SWFButton::addASound

(PHP 5 <= 5.3.0, PECL ming SVN) Associates a sound with a button transition SWFSoundInstance SWFButton::addASound ( SWFSound $sound, int $flags ) This function is currently not documented; only its argument list is available.

SWFButton::addAction

(PHP 5 <= 5.3.0, PECL ming SVN) Adds an action void SWFButton::addAction ( SWFAction $action, int $flags ) Adds the given action to the button for the given conditions. Parameters: action An SWFAction, returned by SWFAction::__construct(). flags The following flags are valid: SWFBUTTON_MOUSEOVER, SWFBUTTON_MOUSEOUT, SWFBUTTON_MOUSEU

SWFBitmap::getWidth

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the bitmap's width float SWFBitmap::getWidth ( void ) Returns the bitmap's width. Returns: Returns the bitmap width in pixels. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your

SWFBitmap::getHeight

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the bitmap's height float SWFBitmap::getHeight ( void ) Returns the bitmap's height. Returns: Returns the bitmap height in pixels. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at