Package | com.swfwire.decompiler |
Class | public class AsyncSWFWriter |
Inheritance | AsyncSWFWriter ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Writes SWF tags asynchronously, so a progress bar can be displayed.
Property | Defined By | ||
---|---|---|---|
active : Boolean [read-only] | AsyncSWFWriter | ||
currentContext : SWFWriterContext [read-only] | AsyncSWFWriter | ||
currentWriteResult : SWFWriteResult [read-only] | AsyncSWFWriter | ||
![]() | version : uint | SWFWriter |
Property | Defined By | ||
---|---|---|---|
_currentContext : SWFWriterContext | AsyncSWFWriter | ||
_currentPointer : int | AsyncSWFWriter | ||
_currentSWF : SWF | AsyncSWFWriter | ||
_currentWriteResult : SWFWriteResult | AsyncSWFWriter | ||
![]() | registeredTags : Dictionary | SWFWriter | |
writeTimer : Timer | AsyncSWFWriter |
Method | Defined By | ||
---|---|---|---|
AsyncSWFWriter | |||
![]() | registerTags(map:Object):void | SWFWriter | |
[override] | AsyncSWFWriter |
Event | Summary | Defined By | ||
---|---|---|---|---|
AsyncSWFWriter | ||||
AsyncSWFWriter |
_currentContext | property |
protected var _currentContext:SWFWriterContext
_currentPointer | property |
protected var _currentPointer:int
_currentSWF | property |
protected var _currentSWF:SWF
_currentWriteResult | property |
protected var _currentWriteResult:SWFWriteResult
active | property |
active:Boolean
[read-only] public function get active():Boolean
currentContext | property |
currentContext:SWFWriterContext
[read-only] public function get currentContext():SWFWriterContext
currentWriteResult | property |
currentWriteResult:SWFWriteResult
[read-only] public function get currentWriteResult():SWFWriteResult
writeTimer | property |
protected var writeTimer:Timer
AsyncSWFWriter | () | Constructor |
public function AsyncSWFWriter()
finishAsync | () | method |
protected function finishAsync():void
write | () | method |
writeTagAsync | () | method |
protected function writeTagAsync():void
writeTimerHandler | () | method |
protected function writeTimerHandler(ev:Event):void
Parameters
ev:Event |
tagWritten | Event |
writeComplete | Event |