The ImportAssets tag imports assets from another swf file as a linked asset.
"Client" swf files can import assets like fonts that are stored in "server"
swfs (that are ideally cached on an end user's local system).
The importing swf file references the exporting swf file with a URL.
The URL needs to include the asset identifier string.
Imported assets are resolved and stored in a ScriptThread's SCharacter dictionary.
Note that the URL can be absolute or relative. If it's relative, it's resolved
relative to the location of the importing swf file.
author: Dmitry Skavish See Also:ExportAssets See Also:ImportedDef