Packageorg.libspark.swfassist.swf.tags
Classpublic class StartSound
InheritanceStartSound Inheritance AbstractTag



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
  soundId : uint
StartSound
  soundInfo : SoundInfo
StartSound
Public Methods
 MethodDefined by
  
StartSound(code:uint = 0)
StartSound
  
visit(visitor:TagVisitor):void
StartSound
Property detail
soundIdproperty
soundId:uint  [read-write]Implementation
    public function get soundId():uint
    public function set soundId(value:uint):void
soundInfoproperty 
soundInfo:SoundInfo  [read-write]Implementation
    public function get soundInfo():SoundInfo
    public function set soundInfo(value:SoundInfo):void
Constructor detail
StartSound()constructor
public function StartSound(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor