Previous Element | Next Element |
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
name | The id of the symbol to export. | |
Type | String | |
exportName | The published name of the symbol by which it is referred when importing. | |
Type | String | |
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. | |
Type | Number | |
Default Value | 1 |
Child Elements
None
Parent Elements
ExportSymbolsExamples
Example Of MovieClip classesExample Of MovieClip classes and scripted animations
Defines simple symbol for export
ImageShape Example
Import and Export a Symbol
Previous Element | Next Element |