Packageorg.libspark.swfassist.swf.tags
Classpublic class ExportAssets
InheritanceExportAssets Inheritance AbstractTag



Public Properties
 PropertyDefined by
  assets : Array
ExportAssets
 Inheritedcode : uint
AbstractTag
  numAssets : uint
[read-only]
ExportAssets
Public Methods
 MethodDefined by
  
ExportAssets(code:uint = 0)
ExportAssets
  
visit(visitor:TagVisitor):void
ExportAssets
Property detail
assetsproperty
assets:Array  [read-write]Implementation
    public function get assets():Array
    public function set assets(value:Array):void
numAssetsproperty 
numAssets:uint  [read-only]Implementation
    public function get numAssets():uint
Constructor detail
ExportAssets()constructor
public function ExportAssets(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor