SWiSH Player Support
SWF6 or later - Supported Internally
Syntax
default : statements
Arguments
statements; Any statements.
Returns
Nothing.
Description
Keyword; used to define the default case for a switch action. The statements are only executed if the expression argument of the switch action is not strictly equal to any of the expression arguments following each case keyword for the given switch action.