Query: swf_oncondition
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWF_ONCONDITION(3) 1 SWF_ONCONDITION(3) swf_oncondition - Describe a transition used to trigger an action listSYNOPSISvoid swf_oncondition (int $transition)DESCRIPTIONThe swf_oncondition(3) function describes a transition that will trigger an action list.PARAMETERSo $transition - There are several types of possible transitions, the following are for buttons defined as TYPE_MENUBUTTON: o IdletoOverUp o OverUptoIdle o OverUptoOverDown o OverDowntoOverUp o IdletoOverDown o OutDowntoIdle o MenuEnter (IdletoOverUp|IdletoOverDown) o MenuExit (OverUptoIdle|OverDowntoIdle) For TYPE_PUSHBUTTON there are the following options: o IdletoOverUp o OverUptoIdle o OverUptoOverDown o OverDowntoOverUp o OverDowntoOutDown o OutDowntoOverDown o OutDowntoIdle o ButtonEnter (IdletoOverUp|OutDowntoOverDown) o ButtonExit (OverUptoIdle|OverDowntoOutDown)RETURN VALUESNo value is returned. PHP Documentation Group SWF_ONCONDITION(3)