MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 431

Extending flash
Table of Contents

Advertisement

Returns
Nothing.
Description
Method; exports the symbol item to a SWC file.
Example
The following example exports an item in the library to the SWC file named my.swc in the
tests folder:
fl.getDocumentDOM().library.items[0].exportSWC("file:///c|/tests/my.swc");
symbolItem.exportSWF()
Availability
Flash MX 2004.
Usage
symbolItem.exportSWF( outputURI )
Parameters
A string, expressed as a file:/// URI, that specifies the SWF file to which the
outputURI
method will export the symbol. The
must reference a local file. Flash does not
outputURI
create a folder if
doesn't exist.
outputURI
Returns
Nothing.
Description
Method; exports the symbol item to a SWF file.
Example
The following example exports an item in the library to the my.swf file in the tests folder:
fl.getDocumentDOM().library.items[0].exportSWF("file:///c|/tests/my.swf");
SymbolItem object
431

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents