document.timelines
Availability
Flash MX 2004.
Usage
document.timelines
Description
Read-only property; an array of Timeline objects (see
document.getTimeline()
Example
The following example gets the array of current Timelines in the active document and displays
their names in the Output panel:
var i = 0;
var curTimelines = fl.getDocumentDOM().timelines;
while(i < fl.getDocumentDOM().timelines.length){
alert(curTimelines[i].name);
++i;
}
document.traceBitmap()
Availability
Flash MX 2004.
Usage
document.traceBitmap( threshold
Parameters
An integer that controls the number of colors in your traced bitmap. Valid values
threshold
are integers between 0 and 500.
minimumArea
between 1 and 1000.
A string that specifies how smoothly outlines are drawn. Valid values are:
curveFit
,
"very tight"
cornerThreshold
bitmap image. Valid values are:
Returns
Nothing.
Description
Method; performs a trace bitmap on the current selection. This method is equivalent to selecting
Modify > Bitmap > Trace Bitmap.
and
document.currentTimeline
An integer that specifies the radius measured in pixels. Valid values are integers
,
,
"tight"
"normal"
"smooth"
A string that is similar to
"many corners"
Timeline
,
,
minimumArea
curveFit
, and
"very smooth"
, but it pertains to the corners of the
curveFit
,
"normal"
object). See
.
,
cornerThreshold )
.
, and "
".
few corners
Document object
,
"pixels"
131
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?