class Standard . DrawingToSWF {
array codeTable;
int32 drawCount;
int32 fillStyleCount;
array fillStyles;
array fontTable;
int32 fontsInUse;
int32 frameTotal;
int32 lineStyleCount;
array lineStyles;
oid movieObj;
set renderCmds;
assoc shapeMethods;
array useFillStyle;
array useLineStyle;
} inherits from Object;
The class DrawingToSWF converts the contents of a DrawingMovie into a Macromedia Shockwave Flash file.
DrawingToSWF:create(oid movie, optional int32 startFrame, optional int32 endFrame)
DrawingToSWF:makeFile()
Returns a string representing the contents of the Shockwave Flash file.