Parameters
startFrameIndex
keyframes. If you omit
This parameter is optional.
A zero-based index that specifies the frame at which the conversion to
endFrameIndex
keyframes will stop. The range of frames to convert goes up to, but does not include,
. If you specify only
endFrameIndex
of
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
If you omit
startFrameIndex
parameter is optional.
A zero-based index that specifies the frame at which conversion to
endFrameIndex
keyframes will stop. The range of frames to convert goes up to, but does not include,
. If you specify only
endFrameIndex
of
startFrameIndex
474
Objects
A zero-based index that specifies the starting frame to convert to
, the method converts the currently selected frames.
startFrameIndex
startFrameIndex
. This parameter is optional.
A zero-based index that specifies the first frame to convert to keyframes.
, the method converts the currently selected frames. This
startFrameIndex
. This parameter is optional.
,
defaults to the value
endFrameIndex
,
defaults to the value
endFrameIndex
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?