MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 426

Extending flash
Table of Contents

Advertisement

Example
The following example sets the first symbol in the first frame of the first layer in the timeline
to Single Frame (display one specified frame of the graphic timeline), as long as that symbol is
a graphic:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].loop =
'single frame';
symbolInstance.shortcut
Availability
Flash MX 2004.
Usage
symbolInstance.shortcut
Description
Property; a string that is equivalent to the shortcut key associated with the symbol. This
property is equivalent to the Shortcut field in the Accessibility panel. This key is read by the
screen readers. This property is not available for graphic symbols.
Example
The following example stores the value for the shortcut key of the object in the
theShortcut
variable:
var theShortcut = fl.getDocumentDOM().selection[0].shortcut;
The following example sets the shortcut key of the object to
:
"Ctrl+i"
fl.getDocumentDOM().selection[0].shortcut = "Ctrl+i";
symbolInstance.silent
Availability
Flash MX 2004.
Usage
symbolInstance.silent
426
Objects

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents