MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Bedienungsanleitung Seite 9

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 80
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 8
Server-Side Communication ActionScript 9
Application (object)
The Application object contains information about a Flash Communication Server application
instance that lasts until the application instance is unloaded. A Flash Communication Server
application is a collection of stream objects, shared objects, and clients (connected users). Each
application has a unique name, and you can use the naming scheme described in Using naming
conventions to create multiple instances of an application.
The Application object lets you accept and reject client connection attempts, register and
unregister classes and proxies, and create functions that are invoked when an application starts or
stops or when a client connects or disconnects.
Besides the built-in properties of the Application object, you can create other properties of any
legal ActionScript type, including references to other ActionScript objects. For example, the
following lines of code create a new property of type
array and a new property of type number:
application.myarray = new Array();
application.num_requests = 1;
size SharedObject.size
server Application.server
Stream Stream (object)
trace trace
unlock SharedObject.unlock
uri NetConnection.uri
version SharedObject.version
writeAccess Client.writeAccess
Seitenansicht 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 79 80

Kommentare zu diesen Handbüchern

Keine Kommentare