6
Client-Side ActionScript Language Reference
ActionScript elements
Entries in this document are alphabetical by class name and then by method, property, or
event handler name. The following table lists all classes, methods, properties, and event
handlers individually in alphabetical order.
NetConnection class
Manages a bidirectional connection between Flash Player and a
server, which lets you connect to Flash Remoting or to Flash
Media Server.
NetStream class
Opens a one-way streaming connection between Flash Player
and Flash Media Server through a connection made available by
a NetConnection object.
SharedObject class
Allows real-time data sharing between multiple client SWF files
and objects that are persistent on the local or remote location.
System class
The System class contains properties related to certain
operations that take place on the user's computer, such as
operations with shared objects, local settings for cameras and
microphones, and use of the Clipboard.
Video class
Lets you display live or recorded streaming video on the Stage
without embedding it in your SWF file.
ActionScript element See entry
activityLevel
Camera.activityLevel
,
Microphone.activityLevel
attachAudio
MovieClip.attachAudio()
,
NetStream.attachAudio()
attachVideo
NetStream.attachVideo()
,
Video.attachVideo()
bandwidth
Camera.bandwidth
bufferLength
NetStream.bufferLength
bufferTime
NetStream.bufferTime
call
NetConnection.call()
clear
SharedObject.clear()
,
Video.clear()
close
NetConnection.close()
,
NetStream.close()
,
SharedObject.close()
connect
NetConnection.connect()
,
SharedObject.connect()
currentFps
Camera.currentFps
,
NetStream.currentFps
data
SharedObject.data
ActionScript class
Description