All dictionary entries are listed alphabetically. However, methods, properties, and event handlers that are associated with an object are listed along with the object's namefor example, the name
property of the Application object is listed as Application.name
. The following table helps you locate these elements.
ActionScript element |
See entry |
acceptConnection
|
Application.acceptConnection
|
addHeader
|
NetConnection.addHeader |
agent
|
Client.agent |
Application |
Application (object) |
bufferTime
|
Stream.bufferTime |
call
|
Client.call, NetConnection.call |
clear
|
SharedObject.clear, Stream.clear |
clearInterval
|
clearInterval |
clearSharedObject
|
Application.clearSharedObjects |
clearStreams
|
Application.clearStreams |
Client |
Client (object) |
clients
|
Application.clients |
close
|
NetConnection.close, SharedObject.close |
"commandName"
|
Client."commandName" |
connect
|
NetConnection.connect |
disconnect
|
Application.disconnect |
flush
|
SharedObject.flush |
get
|
SharedObject.get, Stream.get |
getBandwidthLimit
|
Client.getBandwidthLimit
|
getProperty
|
SharedObject.getProperty |
getPropertyNames
|
SharedObject.getPropertyNames |
handlerName
|
SharedObject.handlerName |
hostName
|
Application.hostname |
ip
|
Client.ip |
isConnected
|
NetConnection.isConnected
|
length
|
Stream.length |
load
|
load
|
lock
|
SharedObject.lock
|
name
|
Application.name , SharedObject.name , Stream.name
|
NetConnection |
NetConnection (object) |
onAppStart
|
Application.onAppStart |
onAppStop
|
Application.onAppStop |
onConnect
|
Application.onConnect |
onConnectAccept |
Application.onConnectAccept
|
onConnectReject |
Application.onConnectReject
|
onDisconnect
|
Application.onDisconnect |
onStatus
|
Application.onStatus, NetConnection.onStatus, SharedObject.onStatus, Stream.onStatus |
onSync
|
SharedObject.onSync |
play
|
Stream.play |
purge
|
SharedObject.purge |
readAccess
|
Client.readAccess
|
record
|
Stream.record |
referrer
|
Client.referrer
|
registerClass
|
Application.registerClass |
registerProxy
|
Application.registerProxy |
rejectConnection
|
Application.rejectConnection |
__resolve
|
Client.__resolve |
resyncDepth
|
SharedObject.resyncDepth |
send
|
SharedObject.send, Stream.send |
setBandwidthLimit
|
Client.setBandwidthLimit
|
setBufferTime
|
Stream.setBufferTime |
setInterval
|
setInterval |
setProperty
|
SharedObject.setProperty |
SharedObject |
SharedObject (object) |
size
|
SharedObject.size |
server
|
Application.server |
Stream |
Stream (object) |
trace
|
trace |
unlock
|
SharedObject.unlock |
uri
|
NetConnection.uri
|
version
|
SharedObject.version |
writeAccess
|
Client.writeAccess |