Static variables

@:flash.propertystaticdefaultObjectEncoding:UInt

@:flash.property@:require(flash11_7)staticpreventBackup:Bool

Static methods

staticdeleteAll(url:String):Int

@:value({ secure : false })staticgetLocal(name:String, ?localPath:String, secure:Bool = false):SharedObject

@:value({ secure : false, persistence : false })staticgetRemote(name:String, ?remotePath:String, persistence:Dynamic = false, secure:Bool = false):SharedObject

Constructor

new()

Variables

@:flash.propertyclient:Dynamic

@:flash.propertyread onlydata:Dynamic

@:flash.propertywrite onlyfps:Float

@:flash.propertyobjectEncoding:UInt

@:flash.propertyread onlysize:UInt

Methods

connect(myConnection:NetConnection, ?params:String):Void

@:value({ minDiskSpace : 0 })flush(minDiskSpace:Int = 0):String

send(restArgs:Rest<Dynamic>):Void

setDirty(propertyName:String):Void

setProperty(propertyName:String, ?value:Object):Void

Inherited Variables

Inherited Methods

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void