Static variables

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

Static methods

staticdeleteAll(url:String):Int

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

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

Variables

@:flash.propertyclient:Dynamic

@:flash.propertyread onlydata:Dynamic

@:flash.propertywrite onlyfps:Float

@:flash.propertyread onlysize:UInt

Methods

@:value({ params : null })connect(myConnection:NetConnection, ?params:String):Void

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

send(arguments:Array<Dynamic>):Void

setDirty(propertyName:String):Void

@:value({ value : null })setProperty(propertyName:String, ?value:Object):Void

Inherited Variables

Inherited Methods

Defined by EventDispatcher

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

@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void