Class represents ExportAssets tag
The ExportAssets tag exports assets from the flash file so that other flash files
can ImportAssets as linked assets.
ExportAssets makes repetitive portions of a flash movie or a series of flash movies
available for import. For example, ten flash movies that are all part of the same website can share an
embedded custom font if one movie embeds the font and sets the font to "export".
Exporting gives the font a special identifier string. As well as sharing embedded fonts,
a flash can share other symbol types (linked assets) like movie clips, buttons and sounds.
Objects of this class have two vectors:
- vector of FlashDefs
- vector of names under which these FlashDef's are exported
author: Dmitry Skavish See Also: ImportAssets |