Frames 

 No Frames

Previous Element
Button

Next Element
ButtonPressSound


ButtonActions

Text element detailing action script associated with the button. Best presented in a CDATA section so that all punctuation can be specified without escaping. All ActionScript must be inside on() event handlers.
By default the script is expected as element content however the use of the optional 'src' attribute permits an external script to be identified using a URL. If this is specified then all element content is ignored.
Consult documentation on ActionScript for more information on scripting.

Attributes

src Optional attribute indicating the URL from which to read the script.
TypeString

Child Elements

None

Parent Elements

Button

Examples

Button Example
Button Sound Example

Previous Element
Button

Next Element
ButtonPressSound