Main Page | Packages | Class Tree | Index | Help

<root>

class SharedObject

Object
  |
  +--SharedObject


dynamic intrinsic class SharedObject
extends Object

ActionScript Standard Library SharedObject object



Field Summary


data: Object


Fields inherited from class Object

__proto__, constructor, prototype

Method Summary


close ( ): Void



connect ( myConnection: NetConnection ): Boolean


static
deleteAll ( url: String )



flush ( minDiskSpace: Number ): Object


static
getDiskUsage ( url: String )


static
getLocal ( name: String, localPath: String ): SharedObject


static
getRemote ( name: String, remotePath: String, persistence: Object ): SharedObject



getSize ( ): Number



onStatus ( infoObject: Object ): Void



onSync ( objArray: Array ): Void



send ( handlerName: String ): Void



setFps ( updatesPerSecond: Number ): Boolean


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

data

var data: Object

Method Documentation

close

function close(): Void

connect

function connect(myConnection: NetConnection): Boolean

deleteAll

static function deleteAll(url: String)

flush

function flush(minDiskSpace: Number): Object

getDiskUsage

static function getDiskUsage(url: String)

getLocal

static function getLocal(name: String,
 localPath: String): SharedObject

getRemote

static function getRemote(name: String,
 remotePath: String,
 persistence: Object): SharedObject

getSize

function getSize(): Number

onStatus

function onStatus(infoObject: Object): Void

onSync

function onSync(objArray: Array): Void

send

function send(handlerName: String): Void

setFps

function setFps(updatesPerSecond: Number): Boolean

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc