Timeline.converttokeyframes() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

Parameters
startFrameIndex
If you omit
startFrameIndex
parameter is optional.
endFrameIndex
keyframes will stop. The range of frames to convert goes up to, but does not include,
endFrameIndex
startFrameIndex
Returns
Nothing.
Description
Method; converts frames to blank keyframes on the current layer.
Example
The following example converts Frame 2 up to, but not including, Frame 10 to blank keyframes
(remember that index values are different from frame number values):
fl.getDocumentDOM().getTimeline().convertToBlankKeyframes(1, 9);
The following example converts Frame 5 to a blank keyframe:
fl.getDocumentDOM().getTimeline().convertToBlankKeyframes(4);

timeline.convertToKeyframes()

Availability
Flash MX 2004.
Usage
timeline.convertToKeyframes([startFrameIndex [, endFrameIndex]])
Parameters
startFrameIndex
you omit
startFrameIndex
is optional.
endFrameIndex
will stop. The range of frames to convert goes up to, but does not include,
specify only
startFrameIndex
parameter is optional.
Returns
Nothing.
Description
Method; converts a range of frames to keyframes (or converts the selection if no frames are
specified) on the current layer.
A zero-based index that specifies the starting frame to convert to keyframes.
, the method converts the currently selected frames. This
A zero-based index that specifies the frame at which the conversion to
. If you specify only
startFrameIndex
. This parameter is optional.
A zero-based index that specifies the first frame to convert to keyframes. If
, the method converts the currently selected frames. This parameter
A zero-based index that specifies the frame at which conversion to keyframes
,
endFrameIndex
,
endFrameIndex
defaults to the value of
defaults to the value of
. If you
endFrameIndex
. This
startFrameIndex
Timeline object
329

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents