Timeline object
493
Returns
Nothing.
Description
Method; reverses a range of frames.
Example
The following example reverses the positions of the currently selected frames:
fl.getDocumentDOM().getTimeline().reverseFrames();
The following example reverses frames from Frame 10 up to, but not including, Frame 15
(remember that index values are different from frame number values):
fl.getDocumentDOM().getTimeline().reverseFrames(9, 14);
timeline.selectAllFrames()
Availability
Flash MX 2004.
Usage
timeline.selectAllFrames()
Parameters
None.
Returns
Nothing.
Description
Method; selects all the frames in the current timeline.
Example
The following example selects all the frames in the current timeline.
fl.getDocumentDOM().getTimeline().selectAllFrames();
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...