Previous Element | Next Element |
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.
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. | |
Type | String |
Child Elements
None
Parent Elements
ButtonExamples
Button ExampleButton Sound Example
Previous Element | Next Element |