Frame object
283
frame.shapeTweenBlend
Availability
Flash MX 2004.
Usage
frame.shapeTweenBlend
Description
Property; a string that specifies how a shape tween is blended between the shape in the
keyframe at the start of the tween and the shape in the following keyframe. Acceptable values
are
"distributive"
and
"angular"
.
frame.soundEffect
Availability
Flash MX 2004.
Usage
frame.soundEffect
Description
Property; a string that specifies effects for a sound that is attached directly to a frame
(
frame.soundLibraryItem
). Acceptable values are
"none"
,
"left channel"
,
"right
channel"
,
"fade left to right"
,
"fade right to left"
,
"fade in"
,
"fade out"
, and
"custom"
.
Example
The following example specifies that the sound attached to the first frame should fade in:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].soundEffect = "fade
in";
frame.soundLibraryItem
Availability
Flash MX 2004.
Usage
frame.soundLibraryItem
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...