php man page for swf_addbuttonrecord

Query: swf_addbuttonrecord

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SWF_ADDBUTTONRECORD(3)							 1						    SWF_ADDBUTTONRECORD(3)

swf_addbuttonrecord - Controls location, appearance and active area of the current button

SYNOPSIS
void swf_addbuttonrecord (int $states, int $shapeid, int $depth)
DESCRIPTION
Allow you to define the specifics of using a button.
PARAMETERS
o $states - Defines what states the button can have, these can be any or all of the following constants: BSHitTest, BSDown, BSOver or BSUp. o $shapeid - The second parameter, the $shapeid is the look of the button, this is usually the object id of the shape of the button. o $depth - This parameter is the placement of the button in the current frame.
RETURN VALUES
No value is returned.
EXAMPLES
Example #1 swf_addbuttonrecord(3) example <?php swf_startButton($objid, TYPE_MENUBUTTON); swf_addButtonRecord(BSDown|BSOver, $buttonImageId, 340); swf_onCondition(MenuEnter); swf_actionGetUrl("http://www.example.com", "_level1"); swf_onCondition(MenuExit); swf_actionGetUrl("", "_level1"); swf_endButton(); ?> PHP Documentation Group SWF_ADDBUTTONRECORD(3)
Related Man Pages
glutbuttonboxfunc(3glut) - mojave
glutbuttonboxfunc(3glut) - redhat
gluttabletbuttonfunc(3glut) - redhat
gluttabletbuttonfunc(3glut) - suse
glutspaceballbuttonfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update