Static variables

@: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

Methods

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

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

send(?p1:Dynamic, ?p2:Dynamic, ?p3:Dynamic, ?p4:Dynamic, ?p5: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