Frames 

 No Frames

Previous Element
ExportAfter

Next Element
ExportSymbols


ExportSymbol

This defines a single symbol definition that is exported from the movie. Once exported, the symbol can be imported by any other movie that can reference the exporting movie using a URL. Any symbol can be exported from a movie including those imported from a different movie. Symbols are exported, by default on the first frame of a Movie. TO change this, the exportFrame attribute should be specified.

Attributes

nameThe id of the symbol to export.
TypeString
exportName The published name of the symbol by which it is referred when importing.
TypeString
exportFrame The main timeline frame in which the symbol should be exported. If the symbol is referenced before the specified frame, the symbol is exported automatically in the earlier frame.
TypeNumber
Default Value1

Child Elements

None

Parent Elements

ExportSymbols

Examples

Example Of MovieClip classes
Example Of MovieClip classes and scripted animations
Defines simple symbol for export
ImageShape Example
Import and Export a Symbol

Previous Element
ExportAfter

Next Element
ExportSymbols