package flash.net
FileFilter | |
FileReference | |
NetConnection | |
NetStream | |
NetStreamInfo | |
NetStreamMulticastInfo | |
NetStreamPlayOptions | |
Responder | |
SharedObject | The SharedObject class is used to read and store limited amounts of data on
* a user's computer or on a server. Shared objects offer real-time data
* sharing between multiple client SWF files and objects that are persistent
* on the local computer or remote server. Local shared objects are similar to
* browser cookies and remote shared objects are similar to real-time data
* transfer devices. To use remote shared objects, you need Adobe Flash Media
* Server.
* Use shared objects to do the following: |
SharedObjectFlushStatus | The SharedObjectFlushStatus class provides values for the code returned
* from a call to the |
URLLoader | The URLLoader class downloads data from a URL as text, binary data, or
* URL-encoded variables. It is useful for downloading text files, XML, or
* other information to be used in a dynamic, data-driven application.
* A URLLoader object downloads all of the data from a URL before making it
* available to code in the applications. It sends out notifications about the
* progress of the download, which you can monitor through the
* |
URLLoaderDataFormat | The URLLoaderDataFormat class provides values that specify how downloaded * data is received. |
URLRequest | The URLRequest class captures all of the information in a single HTTP
* request. URLRequest objects are passed to the A SWF file in the local-with-filesystem sandbox may not load data from,
* or provide data to, a resource that is in the network sandbox. |
URLRequestHeader | A URLRequestHeader object encapsulates a single HTTP request header and
* consists of a name/value pair. URLRequestHeader objects are used in the
* In Adobe® AIR®, content in the application
* security sandbox(such as content installed with the AIR application) can
* use any request headers, without error. However, for content running in
* Adobe AIR that is in a different security sandbox, or for content running
* in Flash® Player, using following request headers cause a
* runtime error to be thrown, and the restricted terms are not case-sensitive
* (for example, |
URLRequestMethod | The URLRequestMethod class provides values that specify whether the
* URLRequest object should use the |