| Package | com.swfwire.decompiler.data.swf.records |
| Class | public class FrameLabelRecord |
| Inheritance | FrameLabelRecord Object |
| Implements | IRecord |
| Property | Defined By | ||
|---|---|---|---|
| frameLabel : String | FrameLabelRecord | ||
| frameNum : uint | FrameLabelRecord | ||
| Method | Defined By | ||
|---|---|---|---|
FrameLabelRecord(frameNum:uint = 0, frameLabel:String) | FrameLabelRecord | ||
read(swf:SWFByteArray):void | FrameLabelRecord | ||
write(swf:SWFByteArray):void | FrameLabelRecord | ||
| frameLabel | property |
public var frameLabel:String| frameNum | property |
public var frameNum:uint| FrameLabelRecord | () | Constructor |
public function FrameLabelRecord(frameNum:uint = 0, frameLabel:String)frameNum:uint (default = 0) | |
frameLabel:String |
| read | () | method |
| write | () | method |