| Package | org.libspark.swfassist.swf.tags |
| Class | public class StartSound |
| Inheritance | StartSound AbstractTag |
| Property | Defined by | ||
|---|---|---|---|
![]() | code : uint | AbstractTag | |
| soundId : uint | StartSound | ||
| soundInfo : SoundInfo | StartSound | ||
| Method | Defined by | ||
|---|---|---|---|
|
StartSound(code:uint = 0)
| StartSound | ||
|
visit(visitor:TagVisitor):void
| StartSound | ||
| soundId | property |
soundId:uint [read-write]Implementation
public function get soundId():uint
public function set soundId(value:uint):void
| soundInfo | property |
soundInfo:SoundInfo [read-write]Implementation
public function get soundInfo():SoundInfo
public function set soundInfo(value:SoundInfo):void
| StartSound | () | constructor |
public function StartSound(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |