Application Information Objects - MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference

Server-side actionscript language reference
Table of Contents

Advertisement

Application information objects

The following table lists the information objects for the Application object.
Code
Application.Script.Error
Application.Script.Warning
Application.Resource.LowMemory
Application.Shutdown
Application.GC
230
Server-Side Information Objects
Level
Meaning
Error
The ActionScript engine has encountered a
runtime error.
In addition to the standard infoObject
properties, the following properties are set:
filename: name of the offending ASC file.
lineno: line number where the error occurred.
linebuf: source code of the offending line.
Warning The ActionScript engine has encountered a
runtime warning.
In addition to the standard infoObject
properties, the following properties are set:
filename: name of the offending ASC file.
lineno: line number where the error occurred.
linebuf: source code of the offending line.
Warning The ActionScript engine is low on runtime
memory. This provides an opportunity for the
application instance to free some resources
or take suitable action.
If the application instance runs out of
memory, it is unloaded and all users are
disconnected. In this state, the server will not
invoke the
handler or the
handler.
Status
This information object is passed to the
onAppStop handler when the application is
being shut down.
Status
This information object is passed to the
onAppStop event handler when the
application instance is about to be destroyed
by the server.
Application.onDisconnect
Application.onAppStop
event
event

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents