﻿<?xml version="1.0" encoding="utf-8"?>
<!-- This file generated from help file documentation on 1/7/2008 -->
<customactions>
    <actionspanel>
<folder name="Adobe AIR" id="AdobeAIR" tiptext="">
        <folder name="air.net" id="air.net" sort="true" tiptext="Classes for package air.net" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/package-detail.html">
        <folder name="ServiceMonitor" id="[air.net.ServiceMonitor]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="Base class for service monitors." helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class ServiceMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html">
                <string name="ServiceMonitor" object="[air.net.ServiceMonitor]" text="new ServiceMonitor(%%)" constructor="true" tiptext="Creates a ServiceMonitor object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#ServiceMonitor()"/>
                <string name="start" object="[air.net.ServiceMonitor]" text=".start(%%):void" tiptext="Start the service monitor." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#start()"/>
                <string name="stop" object="[air.net.ServiceMonitor]" text=".stop(%%):void" tiptext="Stop monitoring the service." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#stop()"/>
                <string name="checkStatus" object="[air.net.ServiceMonitor]" text=".checkStatus(%%):void" tiptext="Check the status of the service." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#checkStatus()"/>
                <string name="toString" object="[air.net.ServiceMonitor]" text=".toString(%%):String" tiptext="Returns the string representation of the specified object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#toString()"/>
                <string name="makeJavascriptSubclass" object="[air.net.ServiceMonitor]" text="ServiceMonitor.makeJavascriptSubclass(%constructorFunction:Object%):void" static="true" tiptext="Adds public ServiceMonitor methods to a JavaScript constructor function&apos;s prototype." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#makeJavascriptSubclass()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class ServiceMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html">
                <string name="pollInterval" object="[air.net.ServiceMonitor]" text=".pollInterval" tiptext="The interval, in milliseconds, for polling the server." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#pollInterval"/>
                <string name="running" object="[air.net.ServiceMonitor]" text=".running" tiptext="Whether the monitor has been started." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#running"/>
                <string name="available" object="[air.net.ServiceMonitor]" text=".available" tiptext="Whether the service is currently considered &quot;available.&quot; The initial value is false until either a status check sets the property to true or the the property is initialized to true explicitly. Typically, this property is set by the checkStatus() implementation in a subclass or specializer, but if the application has independent information about a service&apos;s availability (for example, a request just succeeded or failed), the property can be set explicitly." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#available"/>
                <string name="lastStatusUpdate" object="[air.net.ServiceMonitor]" text=".lastStatusUpdate" tiptext="The time of the last status update." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#lastStatusUpdate"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class ServiceMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html">
                <string name="status" object="[air.net.ServiceMonitor]" text=".addEventListener(%type:String=StatusEvent.STATUS{StatusEvent.STATUS},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Indicates that the service status has changed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/ServiceMonitor.html#event:status"/>
            </folder>
        </folder>
        <folder name="SocketMonitor" id="[air.net.SocketMonitor]" sort="true" index="true" asAncestors="air.net:ServiceMonitor,flash.events:EventDispatcher,Object" tiptext="Monitors availablity of a TCP endpoint." helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SocketMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html">
                <string name="SocketMonitor" object="[air.net.SocketMonitor]" text="new SocketMonitor(%host:String,port:int%)" constructor="true" tiptext="Creates a SocketMonitor Object for a specified TCP endpoint." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html#SocketMonitor()"/>
                <string name="checkStatus" object="[air.net.SocketMonitor]" text=".checkStatus(%%):void" tiptext="Calling the checkStatus() method of a SocketMonitor object causes the application to try connecting to the socket, to check for a connect event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html#checkStatus()"/>
                <string name="toString" object="[air.net.SocketMonitor]" text=".toString(%%):String" tiptext="Returns the string representation of the specified object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SocketMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html">
                <string name="host" object="[air.net.SocketMonitor]" text=".host" tiptext="The host being monitored." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html#host"/>
                <string name="port" object="[air.net.SocketMonitor]" text=".port" tiptext="The port being monitored." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/SocketMonitor.html#port"/>
            </folder>
        </folder>
        <folder name="URLMonitor" id="[air.net.URLMonitor]" sort="true" index="true" asAncestors="air.net:ServiceMonitor,flash.events:EventDispatcher,Object" tiptext="Monitors availablity of a HTTP or HTTPS-based service." helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class URLMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html">
                <string name="URLMonitor" object="[air.net.URLMonitor]" text="new URLMonitor(%urlRequest:flash.net:URLRequest[,acceptableStatusCodes:Array=null]%)" constructor="true" tiptext="Creates a URLMonitor Object for a specified HTTP or HTTPS-based service." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html#URLMonitor()"/>
                <string name="checkStatus" object="[air.net.URLMonitor]" text=".checkStatus(%%):void" tiptext="Calling the checkStatus() method of a URLMonitor object causes the application to try loading the URL in the background, to check for a returned HTTP status code." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html#checkStatus()"/>
                <string name="toString" object="[air.net.URLMonitor]" text=".toString(%%):String" tiptext="Returns the string representation of the specified object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class URLMonitor" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html">
                <string name="urlRequest" object="[air.net.URLMonitor]" text=".urlRequest" tiptext="The URLRequest object representing the probe request." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html#urlRequest"/>
                <string name="acceptableStatusCodes" object="[air.net.URLMonitor]" text=".acceptableStatusCodes" tiptext="The numeric status codes representing a successful result." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/air/net/URLMonitor.html#acceptableStatusCodes"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.data" id="flash.data" sort="true" tiptext="Classes for package flash.data" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/package-detail.html">
        <folder name="EncryptedLocalStore" id="[flash.data.EncryptedLocalStore]" sort="true" index="true" asAncestors="Object" tiptext="The EncryptedLocalStore class provides methods for setting and getting objects in the encrypted local data store for an AIR application." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/EncryptedLocalStore.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class EncryptedLocalStore" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/EncryptedLocalStore.html">
                <string name="setItem" object="[flash.data.EncryptedLocalStore]" text="EncryptedLocalStore.setItem(%name:String,data:flash.utils:ByteArray[,stronglyBound:Boolean=false]%):void" static="true" tiptext="Sets the item with a given name to the provided byte array data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/EncryptedLocalStore.html#setItem()"/>
                <string name="getItem" object="[flash.data.EncryptedLocalStore]" text="EncryptedLocalStore.getItem(%name:String%):flash.utils:ByteArray" static="true" tiptext="Returns the data for the item with the given name in the encrypted local data store." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/EncryptedLocalStore.html#getItem()"/>
                <string name="removeItem" object="[flash.data.EncryptedLocalStore]" text="EncryptedLocalStore.removeItem(%name:String%):void" static="true" tiptext="Removes the item with the given name in the encrypted local data store." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/EncryptedLocalStore.html#removeItem()"/>
                <string name="reset" object="[flash.data.EncryptedLocalStore]" text="EncryptedLocalStore.reset(%%):void" static="true" tiptext="Clears the entire encrypted local data store, deleting all data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/EncryptedLocalStore.html#reset()"/>
            </folder>
        </folder>
        <folder name="SQLCollationType" id="[flash.data.SQLCollationType]" sort="true" index="true" asAncestors="Object" tiptext="This class contains the constants that represent the possible values for the defaultCollationType parameter of the SQLColumnSchema constructor, as well as the SQLColumnSchema.defaultCollationType property." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLCollationType.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLCollationType" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLCollationType.html">
                <string name="BINARY" object="[flash.data.SQLCollationType]" text="SQLCollationType.BINARY" constant="true" tiptext="Indicates that the column is defined to use the BINARY collation sequence." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLCollationType.html#BINARY"/>
                <string name="NO_CASE" object="[flash.data.SQLCollationType]" text="SQLCollationType.NO_CASE" constant="true" tiptext="Indicates that the column is defined to use the NOCASE collation sequence." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLCollationType.html#NO_CASE"/>
            </folder>
        </folder>
        <folder name="SQLColumnNameStyle" id="[flash.data.SQLColumnNameStyle]" sort="true" index="true" asAncestors="Object" tiptext="This class contains the constants that represent the possible values for the SQLConnection.columnNameStyle property." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnNameStyle.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLColumnNameStyle" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnNameStyle.html">
                <string name="DEFAULT" object="[flash.data.SQLColumnNameStyle]" text="SQLColumnNameStyle.DEFAULT" constant="true" tiptext="Indicates that column names returned from a SELECT statement use the default format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnNameStyle.html#DEFAULT"/>
                <string name="LONG" object="[flash.data.SQLColumnNameStyle]" text="SQLColumnNameStyle.LONG" constant="true" tiptext="Indicates that column names returned from a SELECT statement use long-column-name format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnNameStyle.html#LONG"/>
                <string name="SHORT" object="[flash.data.SQLColumnNameStyle]" text="SQLColumnNameStyle.SHORT" constant="true" tiptext="Indicates that column names returned from a SELECT statement use short-column-name format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnNameStyle.html#SHORT"/>
            </folder>
        </folder>
        <folder name="SQLColumnSchema" id="[flash.data.SQLColumnSchema]" sort="true" index="true" asAncestors="Object" tiptext="The SQLColumnSchema class provides information describing the characteristics of a specific column within a table in a database." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLColumnSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html">
                <string name="SQLColumnSchema" object="[flash.data.SQLColumnSchema]" text="new SQLColumnSchema(%name:String,primaryKey:Boolean,allowNull:Boolean,autoIncrement:Boolean,dataType:String,defaultCollationType:String%)" constructor="true" tiptext="Constructs a SQLColumnSchema instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#SQLColumnSchema()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLColumnSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html">
                <string name="allowNull" object="[flash.data.SQLColumnSchema]" text=".allowNull" tiptext="Indicates whether NULL values are allowed in this column." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#allowNull"/>
                <string name="autoIncrement" object="[flash.data.SQLColumnSchema]" text=".autoIncrement" tiptext="Indicates whether this is an auto-increment column." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#autoIncrement"/>
                <string name="defaultCollationType" object="[flash.data.SQLColumnSchema]" text=".defaultCollationType" tiptext="Indicates the default collation sequence that is defined for this column." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#defaultCollationType"/>
                <string name="dataType" object="[flash.data.SQLColumnSchema]" text=".dataType" tiptext="Gets the data type of the column as a string." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#dataType"/>
                <string name="name" object="[flash.data.SQLColumnSchema]" text=".name" tiptext="Gets the name of the column." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#name"/>
                <string name="primaryKey" object="[flash.data.SQLColumnSchema]" text=".primaryKey" tiptext="Indicates whether this column is the primary key column (or one of the primary key columns in a composite key) for its associated table." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLColumnSchema.html#primaryKey"/>
            </folder>
        </folder>
        <folder name="SQLConnection" id="[flash.data.SQLConnection]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="A SQLConnection instance is used to manage the creation of and connection to local SQL database files (local databases)." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLConnection" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html">
                <string name="SQLConnection" object="[flash.data.SQLConnection]" text="new SQLConnection(%%)" constructor="true" tiptext="Creates a SQLConnection instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#SQLConnection()"/>
                <string name="addEventListener" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String,listener:Function[,useCapture:Boolean=false,priority:int=0,useWeakReference:Boolean=false]%):void" tiptext="Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#addEventListener()"/>
                <string name="analyze" object="[flash.data.SQLConnection]" text=".analyze(%[resourceName:String=null,responder:flash.net:Responder=null]%):void" tiptext="The analyze() method gathers statistics about database indices and stores them in the database." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#analyze()"/>
                <string name="attach" object="[flash.data.SQLConnection]" text=".attach(%name:String[,reference:Object=null,responder:flash.net:Responder=null]%):void" tiptext="Adds another database to the SQLConnection instance, giving the new database the specified name." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#attach()"/>
                <string name="begin" object="[flash.data.SQLConnection]" text=".begin(%[option:String=null,responder:flash.net:Responder=null]%):void" tiptext="Begins a transaction, within which all SQL statements executed against the connection&apos;s database(s) are grouped." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#begin()"/>
                <string name="cancel" object="[flash.data.SQLConnection]" text=".cancel(%[responder:flash.net:Responder=null]%):void" tiptext="Aborts all SQL statements that are currently executing on databases connected to the SQLConnection instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#cancel()"/>
                <string name="commit" object="[flash.data.SQLConnection]" text=".commit(%[responder:flash.net:Responder=null]%):void" tiptext="Commits an existing transaction, causing any actions performed by the transaction&apos;s statements to be permanently applied to the database." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#commit()"/>
                <string name="compact" object="[flash.data.SQLConnection]" text=".compact(%[responder:flash.net:Responder=null]%):void" tiptext="Reclaims all unused space in the database." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#compact()"/>
                <string name="close" object="[flash.data.SQLConnection]" text=".close(%[responder:flash.net:Responder=null]%):void" tiptext="Closes the current database connection." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#close()"/>
                <string name="deanalyze" object="[flash.data.SQLConnection]" text=".deanalyze(%[responder:flash.net:Responder=null]%):void" tiptext="Removes all statistical information created by a call to the analyze() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#deanalyze()"/>
                <string name="detach" object="[flash.data.SQLConnection]" text=".detach(%name:String[,responder:flash.net:Responder=null]%):void" tiptext="Detaches an additional database previously attached to the SQLConnection instance using the attach() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#detach()"/>
                <string name="getSchemaResult" object="[flash.data.SQLConnection]" text=".getSchemaResult(%%):flash.data:SQLSchemaResult" tiptext="Provides access to the result of a call to the loadSchema() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#getSchemaResult()"/>
                <string name="loadSchema" object="[flash.data.SQLConnection]" text=".loadSchema(%[type:Class=null,name:String=null,database:String=main,includeColumnSchema:Boolean=true,responder:flash.net:Responder=null]%):void" tiptext="This method loads schema information from the connected database or any attached databases." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#loadSchema()"/>
                <string name="open" object="[flash.data.SQLConnection]" text=".open(%[reference:Object=null,openMode:String=create,autoCompact:Boolean=false,pageSize:int=1024]%):void" tiptext="Opens a connection to the database file at the specified location in the file system, or creates and opens a new database file at the location, or creates and opens an in-memory database." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#open()"/>
                <string name="openAsync" object="[flash.data.SQLConnection]" text=".openAsync(%[reference:Object=null,openMode:String=create,responder:flash.net:Responder=null,autoCompact:Boolean=false,pageSize:int=1024]%):void" tiptext="Opens a connection to the database file at the specified location in the file system, or creates and opens a new database file at the location, or creates and opens an in-memory database." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#openAsync()"/>
                <string name="removeEventListener" object="[flash.data.SQLConnection]" text=".removeEventListener(%type:String,listener:Function[,useCapture:Boolean=false]%):void" tiptext="Removes a listener from the EventDispatcher object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#removeEventListener()"/>
                <string name="rollback" object="[flash.data.SQLConnection]" text=".rollback(%[responder:flash.net:Responder=null]%):void" tiptext="Rolls back an existing transaction created using the begin() method, meaning all changes made by any SQL statements in the transaction are discarded." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#rollback()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLConnection" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html">
                <string name="autoCompact" object="[flash.data.SQLConnection]" text=".autoCompact" tiptext="Indicates whether auto-compacting was enabled when the current database was originally created (the value that was specified for the autoCompact parameter in the open() or openAsync() call that created the database)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#autoCompact"/>
                <string name="connected" object="[flash.data.SQLConnection]" text=".connected" tiptext="Indicates whether the SQLConnection instance has an open connection to a database file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#connected"/>
                <string name="cacheSize" object="[flash.data.SQLConnection]" text=".cacheSize" tiptext="Provides access to the cache size for this connection, which represents the maximum number of database disk pages that will be held in memory at one time." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#cacheSize"/>
                <string name="columnNameStyle" object="[flash.data.SQLConnection]" text=".columnNameStyle" tiptext="Indicates how column names are reported in the result of a SELECT statement." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#columnNameStyle"/>
                <string name="inTransaction" object="[flash.data.SQLConnection]" text=".inTransaction" tiptext="Indicates whether this connection is currently involved in a transaction." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#inTransaction"/>
                <string name="lastInsertRowID" object="[flash.data.SQLConnection]" text=".lastInsertRowID" tiptext="The last generated row identifier created by a SQL INSERT statement." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#lastInsertRowID"/>
                <string name="pageSize" object="[flash.data.SQLConnection]" text=".pageSize" tiptext="Indicates the database page size (in bytes) that was specified when the current database was originally created (the value that was specified for the pageSize parameter in the open() or openAsync() call that created the database)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#pageSize"/>
                <string name="totalChanges" object="[flash.data.SQLConnection]" text=".totalChanges" tiptext="Contains the total number of data changes that have been made since the connection to the database was opened." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#totalChanges"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class SQLConnection" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html">
                <string name="update" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLUpdateEvent.UPDATE{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when data in any table in any of the connected databases changes as a result of a SQL UPDATE command." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:update"/>
                <string name="schema" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.SCHEMA{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a loadSchema() method call&apos;s operation completes successfully and the schema results are ready." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:schema"/>
                <string name="rollback" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.ROLLBACK{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a rollback() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:rollback"/>
                <string name="open" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.OPEN{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an openAsync() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:open"/>
                <string name="insert" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLUpdateEvent.INSERT{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when data in any table in any of the connected databases changes as a result of a SQL INSERT command." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:insert"/>
                <string name="error" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLErrorEvent.ERROR{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when any of the SQLConnection object&apos;s asynchronous operations results in an error." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:error"/>
                <string name="detach" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.DETACH{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a detach() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:detach"/>
                <string name="delete" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLUpdateEvent.DELETE{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when data in any table in any of the connected databases changes as a result of a SQL DELETE command." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:delete"/>
                <string name="deanalyze" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.DEANALYZE{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a deanalyze() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:deanalyze"/>
                <string name="commit" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.COMMIT{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a commit() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:commit"/>
                <string name="close" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.CLOSE{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a close() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:close"/>
                <string name="compact" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.COMPACT{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a compact() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:compact"/>
                <string name="cancel" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.CANCEL{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a cancel() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:cancel"/>
                <string name="begin" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.BEGIN{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a begin() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:begin"/>
                <string name="attach" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.ATTACH{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an attach() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:attach"/>
                <string name="analyze" object="[flash.data.SQLConnection]" text=".addEventListener(%type:String=SQLEvent.ANALYZE{SQLUpdateEvent.UPDATE,SQLEvent.SCHEMA,SQLEvent.ROLLBACK,SQLEvent.OPEN,SQLUpdateEvent.INSERT,SQLErrorEvent.ERROR,SQLEvent.DETACH,SQLUpdateEvent.DELETE,SQLEvent.DEANALYZE,SQLEvent.COMMIT,SQLEvent.CLOSE,SQLEvent.COMPACT,SQLEvent.CANCEL,SQLEvent.BEGIN,SQLEvent.ATTACH,SQLEvent.ANALYZE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an analyze() operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLConnection.html#event:analyze"/>
            </folder>
        </folder>
        <folder name="SQLIndexSchema" id="[flash.data.SQLIndexSchema]" sort="true" index="true" asAncestors="flash.data:SQLSchema,Object" tiptext="A SQLIndexSchema instance provides information describing a specific index in a database." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLIndexSchema.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLIndexSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLIndexSchema.html">
                <string name="SQLIndexSchema" object="[flash.data.SQLIndexSchema]" text="new SQLIndexSchema(%database:String,name:String,sql:String,table:String%)" constructor="true" tiptext="Creates a SQLIndexSchema instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLIndexSchema.html#SQLIndexSchema()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLIndexSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLIndexSchema.html">
                <string name="table" object="[flash.data.SQLIndexSchema]" text=".table" tiptext="The name of the table to which this index is attached." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLIndexSchema.html#table"/>
            </folder>
        </folder>
        <folder name="SQLMode" id="[flash.data.SQLMode]" sort="true" index="true" asAncestors="Object" tiptext="This class contains the constants that represent the possible values for the openMode parameter of the SQLConnection.open() and SQLConnection.openAsync() methods." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLMode.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLMode" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLMode.html">
                <string name="CREATE" object="[flash.data.SQLMode]" text="SQLMode.CREATE" constant="true" tiptext="Indicates that the connection should be opened for updates." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLMode.html#CREATE"/>
                <string name="READ" object="[flash.data.SQLMode]" text="SQLMode.READ" constant="true" tiptext="Indicates that the connection should be opened in read-only mode." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLMode.html#READ"/>
                <string name="UPDATE" object="[flash.data.SQLMode]" text="SQLMode.UPDATE" constant="true" tiptext="Indicates that the connection should be opened for updates." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLMode.html#UPDATE"/>
            </folder>
        </folder>
        <folder name="SQLResult" id="[flash.data.SQLResult]" sort="true" index="true" asAncestors="Object" tiptext="The SQLResult class provides access to data returned in response to the execution of a SQL statement (a SQLStatement instance)." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLResult" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html">
                <string name="SQLResult" object="[flash.data.SQLResult]" text="new SQLResult(%[data:Array=null,rowsAffected:Number=0,complete:Boolean=true,rowID:Number=0]%)" constructor="true" tiptext="Creates a SQLResult instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html#SQLResult()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLResult" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html">
                <string name="complete" object="[flash.data.SQLResult]" text=".complete" tiptext="Indicates if all the resulting data from a statement execution has been returned." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html#complete"/>
                <string name="data" object="[flash.data.SQLResult]" text=".data" tiptext="The data returned as a result of the statement execution, specifically when a SQL SELECT statement is executed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html#data"/>
                <string name="rowsAffected" object="[flash.data.SQLResult]" text=".rowsAffected" tiptext="Indicates how many rows were affected by the operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html#rowsAffected"/>
                <string name="lastInsertRowID" object="[flash.data.SQLResult]" text=".lastInsertRowID" tiptext="The last generated row identifier generated by a SQL INSERT statement." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLResult.html#lastInsertRowID"/>
            </folder>
        </folder>
        <folder name="SQLSchema" id="[flash.data.SQLSchema]" sort="true" index="true" asAncestors="Object" tiptext="The SQLSchema class is the base class for schema information for database objects such as tables, views, and indices." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html">
                <string name="SQLSchema" object="[flash.data.SQLSchema]" text="new SQLSchema(%database:String,name:String,sql:String%)" constructor="true" tiptext="Creates a SQLSchema instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html#SQLSchema()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html">
                <string name="database" object="[flash.data.SQLSchema]" text=".database" tiptext="The name of the database to which this schema object belongs." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html#database"/>
                <string name="name" object="[flash.data.SQLSchema]" text=".name" tiptext="The name of this schema object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html#name"/>
                <string name="sql" object="[flash.data.SQLSchema]" text=".sql" tiptext="Returns the entire text of the SQL statement that was used to create this schema object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchema.html#sql"/>
            </folder>
        </folder>
        <folder name="SQLSchemaResult" id="[flash.data.SQLSchemaResult]" sort="true" index="true" asAncestors="Object" tiptext="A SQLSchemaResult instance contains the information resulting from a call to the SQLConnection.loadSchema() method." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLSchemaResult" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html">
                <string name="SQLSchemaResult" object="[flash.data.SQLSchemaResult]" text="new SQLSchemaResult(%tables:Array,views:Array,indices:Array,triggers:Array%)" constructor="true" tiptext="Creates a SQLSchemaResult instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html#SQLSchemaResult()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLSchemaResult" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html">
                <string name="indices" object="[flash.data.SQLSchemaResult]" text=".indices" tiptext="An array of SQLIndexSchema instances requested in a call to SQLConnection.loadSchema()." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html#indices"/>
                <string name="tables" object="[flash.data.SQLSchemaResult]" text=".tables" tiptext="An array of SQLTableSchema instances requested in a call to SQLConnection.loadSchema()." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html#tables"/>
                <string name="triggers" object="[flash.data.SQLSchemaResult]" text=".triggers" tiptext="An array of SQLTriggerSchema instances requested in a call to SQLConnection.loadSchema()." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html#triggers"/>
                <string name="views" object="[flash.data.SQLSchemaResult]" text=".views" tiptext="An array of SQLViewSchema instances requested in a call to SQLConnection.loadSchema()." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLSchemaResult.html#views"/>
            </folder>
        </folder>
        <folder name="SQLStatement" id="[flash.data.SQLStatement]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="A SQLStatement instance is used to execute a SQL statement against a local SQL database that is open through a SQLConnection instance." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLStatement" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html">
                <string name="SQLStatement" object="[flash.data.SQLStatement]" text="new SQLStatement(%%)" constructor="true" tiptext="Creates a SQLStatement instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#SQLStatement()"/>
                <string name="cancel" object="[flash.data.SQLStatement]" text=".cancel(%%):void" tiptext="Cancels execution of this statement." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#cancel()"/>
                <string name="clearParameters" object="[flash.data.SQLStatement]" text=".clearParameters(%%):void" tiptext="Clears all current parameter settings." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#clearParameters()"/>
                <string name="execute" object="[flash.data.SQLStatement]" text=".execute(%[prefetch:int=-1,responder:flash.net:Responder=null]%):void" tiptext="Executes the SQL in the text property against the database that is connected to the SQLConnection object in the sqlConnection property." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#execute()"/>
                <string name="getResult" object="[flash.data.SQLStatement]" text=".getResult(%%):flash.data:SQLResult" tiptext="Provides access to a SQLResult object containing the results of the statement execution, including any result rows from a SELECT statement, and other information about the statement execution for all executed statements." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#getResult()"/>
                <string name="next" object="[flash.data.SQLStatement]" text=".next(%[prefetch:int=-1,responder:flash.net:Responder=null]%):void" tiptext="Retrieves the next portion of a SELECT statement&apos;s result set." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#next()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLStatement" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html">
                <string name="executing" object="[flash.data.SQLStatement]" text=".executing" tiptext="Indicates whether the statement is currently executing." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#executing"/>
                <string name="sqlConnection" object="[flash.data.SQLStatement]" text=".sqlConnection" tiptext="The SQLConnection object that manages the connection to the database(s) on which the statement is executed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#sqlConnection"/>
                <string name="itemClass" object="[flash.data.SQLStatement]" text=".itemClass" tiptext="Indicates a class (data type) that is used for each row returned as a result of the statement&apos;s execution." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#itemClass"/>
                <string name="parameters" object="[flash.data.SQLStatement]" text=".parameters" tiptext="Serves as an associative array to which you add values for the parameters specified in the SQL statement&apos;s text property." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#parameters"/>
                <string name="text" object="[flash.data.SQLStatement]" text=".text" tiptext="The actual SQL text of the statement." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#text"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class SQLStatement" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html">
                <string name="error" object="[flash.data.SQLStatement]" text=".addEventListener(%type:String=SQLErrorEvent.ERROR{SQLErrorEvent.ERROR,SQLEvent.RESULT},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an error occurs during an operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#event:error"/>
                <string name="result" object="[flash.data.SQLStatement]" text=".addEventListener(%type:String=SQLEvent.RESULT{SQLErrorEvent.ERROR,SQLEvent.RESULT},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an execute() or next() method call&apos;s operation completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLStatement.html#event:result"/>
            </folder>
        </folder>
        <folder name="SQLTableSchema" id="[flash.data.SQLTableSchema]" sort="true" index="true" asAncestors="flash.data:SQLSchema,Object" tiptext="A SQLTableSchema instance provides information describing a specific table in a database." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTableSchema.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLTableSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTableSchema.html">
                <string name="SQLTableSchema" object="[flash.data.SQLTableSchema]" text="new SQLTableSchema(%database:String,name:String,sql:String,columns:Array%)" constructor="true" tiptext="Creates a SQLTableSchema instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTableSchema.html#SQLTableSchema()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLTableSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTableSchema.html">
                <string name="columns" object="[flash.data.SQLTableSchema]" text=".columns" tiptext="An array of SQLColumnSchema instances containing schema information for this table&apos;s columns." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTableSchema.html#columns"/>
            </folder>
        </folder>
        <folder name="SQLTransactionLockType" id="[flash.data.SQLTransactionLockType]" sort="true" index="true" asAncestors="Object" tiptext="This class contains the constants that represent the possible values for the option parameter of the SQLConnection.begin() method." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTransactionLockType.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLTransactionLockType" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTransactionLockType.html">
                <string name="DEFERRED" object="[flash.data.SQLTransactionLockType]" text="SQLTransactionLockType.DEFERRED" constant="true" tiptext="Specifies the deferred locking transaction option." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTransactionLockType.html#DEFERRED"/>
                <string name="EXCLUSIVE" object="[flash.data.SQLTransactionLockType]" text="SQLTransactionLockType.EXCLUSIVE" constant="true" tiptext="Specifies the exclusive locking transaction option." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTransactionLockType.html#EXCLUSIVE"/>
                <string name="IMMEDIATE" object="[flash.data.SQLTransactionLockType]" text="SQLTransactionLockType.IMMEDIATE" constant="true" tiptext="Specifies the immediate locking transaction option." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTransactionLockType.html#IMMEDIATE"/>
            </folder>
        </folder>
        <folder name="SQLTriggerSchema" id="[flash.data.SQLTriggerSchema]" sort="true" index="true" asAncestors="flash.data:SQLSchema,Object" tiptext="A SQLTriggerSchema instance provides information describing a specific trigger in a database." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTriggerSchema.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLTriggerSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTriggerSchema.html">
                <string name="SQLTriggerSchema" object="[flash.data.SQLTriggerSchema]" text="new SQLTriggerSchema(%database:String,name:String,sql:String,table:String%)" constructor="true" tiptext="Creates a SQLTriggerSchema instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTriggerSchema.html#SQLTriggerSchema()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLTriggerSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTriggerSchema.html">
                <string name="table" object="[flash.data.SQLTriggerSchema]" text=".table" tiptext="The name of the table on which this trigger is defined, or the name of the view if the trigger is defined on a view." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLTriggerSchema.html#table"/>
            </folder>
        </folder>
        <folder name="SQLViewSchema" id="[flash.data.SQLViewSchema]" sort="true" index="true" asAncestors="flash.data:SQLTableSchema,flash.data:SQLSchema,Object" tiptext="A SQLViewSchema instance provides information describing a specific view in a database." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLViewSchema.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLViewSchema" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLViewSchema.html">
                <string name="SQLViewSchema" object="[flash.data.SQLViewSchema]" text="new SQLViewSchema(%database:String,name:String,sql:String,columns:Array%)" constructor="true" tiptext="Creates a SQLViewSchema instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/data/SQLViewSchema.html#SQLViewSchema()"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.desktop" id="flash.desktop" sort="true" tiptext="Classes for package flash.desktop" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/package-detail.html">
        <folder name="Clipboard" id="[flash.desktop.Clipboard]" sort="true" index="true" asAncestors="Object" tiptext="Provides a container for transferring data and objects through the clipboard and through drag-and-drop operations." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class Clipboard" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html">
                <string name="Clipboard" object="[flash.desktop.Clipboard]" text="new Clipboard(%%)" constructor="true" tiptext="Creates an empty Clipboard object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#Clipboard()"/>
                <string name="clear" object="[flash.desktop.Clipboard]" text=".clear(%%):void" tiptext="Deletes all data representations from this clipboard object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#clear()"/>
                <string name="clearData" object="[flash.desktop.Clipboard]" text=".clearData(%format:String%):void" tiptext="Deletes the data representation for the specified format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#clearData()"/>
                <string name="setData" object="[flash.desktop.Clipboard]" text=".setData(%format:String,data:Object[,serializable:Boolean=true]%):Boolean" tiptext="Adds a representation of the information to be transferred in the specified data format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#setData()"/>
                <string name="setDataHandler" object="[flash.desktop.Clipboard]" text=".setDataHandler(%format:String,handler:Function[,serializable:Boolean=true]%):Boolean" tiptext="Adds a reference to a handler function that produces the data for the specified format on demand." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#setDataHandler()"/>
                <string name="getData" object="[flash.desktop.Clipboard]" text=".getData(%format:String[,transferMode:String=unknown]%):Object" tiptext="Gets the clipboard data if data in the specified format is present." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#getData()"/>
                <string name="hasFormat" object="[flash.desktop.Clipboard]" text=".hasFormat(%format:String%):Boolean" tiptext="Checks whether data in the specified format exists in this Clipboard object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#hasFormat()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class Clipboard" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html">
                <string name="generalClipboard" object="[flash.desktop.Clipboard]" text=".generalClipboard" tiptext="The operating system clipboard." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#generalClipboard"/>
                <string name="formats" object="[flash.desktop.Clipboard]" text=".formats" tiptext="An array of strings containing the names of the data formats available in this Clipboard object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Clipboard.html#formats"/>
            </folder>
        </folder>
        <folder name="ClipboardFormats" id="[flash.desktop.ClipboardFormats]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for the names of the standard data formats used with the Clipboard class." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class ClipboardFormats" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html">
                <string name="TEXT_FORMAT" object="[flash.desktop.ClipboardFormats]" text="ClipboardFormats.TEXT_FORMAT" constant="true" tiptext="String data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html#TEXT_FORMAT"/>
                <string name="HTML_FORMAT" object="[flash.desktop.ClipboardFormats]" text="ClipboardFormats.HTML_FORMAT" constant="true" tiptext="HTML data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html#HTML_FORMAT"/>
                <string name="URL_FORMAT" object="[flash.desktop.ClipboardFormats]" text="ClipboardFormats.URL_FORMAT" constant="true" tiptext="A URL string." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html#URL_FORMAT"/>
                <string name="FILE_LIST_FORMAT" object="[flash.desktop.ClipboardFormats]" text="ClipboardFormats.FILE_LIST_FORMAT" constant="true" tiptext="An array of files." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html#FILE_LIST_FORMAT"/>
                <string name="BITMAP_FORMAT" object="[flash.desktop.ClipboardFormats]" text="ClipboardFormats.BITMAP_FORMAT" constant="true" tiptext="Image data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html#BITMAP_FORMAT"/>
            </folder>
        </folder>
        <folder name="ClipboardTransferMode" id="[flash.desktop.ClipboardTransferMode]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for the modes used as values of the transferMode parameter of the Clipboard.getData() method." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class ClipboardTransferMode" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html">
                <string name="ORIGINAL_PREFERRED" object="[flash.desktop.ClipboardTransferMode]" text="ClipboardTransferMode.ORIGINAL_PREFERRED" constant="true" tiptext="The Clipboard object should return a reference if available, and a copy if not." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html#ORIGINAL_PREFERRED"/>
                <string name="ORIGINAL_ONLY" object="[flash.desktop.ClipboardTransferMode]" text="ClipboardTransferMode.ORIGINAL_ONLY" constant="true" tiptext="The Clipboard object should only return a reference." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html#ORIGINAL_ONLY"/>
                <string name="CLONE_PREFERRED" object="[flash.desktop.ClipboardTransferMode]" text="ClipboardTransferMode.CLONE_PREFERRED" constant="true" tiptext="The Clipboard object should return a copy if available, and a reference if not." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html#CLONE_PREFERRED"/>
                <string name="CLONE_ONLY" object="[flash.desktop.ClipboardTransferMode]" text="ClipboardTransferMode.CLONE_ONLY" constant="true" tiptext="The Clipboard object should only return a copy." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/ClipboardTransferMode.html#CLONE_ONLY"/>
            </folder>
        </folder>
        <folder name="DockIcon" id="[flash.desktop.DockIcon]" sort="true" index="true" asAncestors="flash.desktop:InteractiveIcon,flash.desktop:Icon,flash.events:EventDispatcher,Object" tiptext="The DockIcon class represents the OS X-style dock icon." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class DockIcon" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html">
                <string name="bounce" object="[flash.desktop.DockIcon]" text=".bounce(%[priority:String=informational]%):void" tiptext="Notifies the user that an event has occured which may require attention." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html#bounce()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class DockIcon" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html">
                <string name="bitmaps" object="[flash.desktop.DockIcon]" text=".bitmaps" tiptext="The icon image as an array of BitmapData objects of different sizes." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html#bitmaps"/>
                <string name="width" object="[flash.desktop.DockIcon]" text=".width" tiptext="The current display width of the icon in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html#width"/>
                <string name="height" object="[flash.desktop.DockIcon]" text=".height" tiptext="The current display height of the icon in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html#height"/>
                <string name="menu" object="[flash.desktop.DockIcon]" text=".menu" tiptext="The system-supplied menu of this dock icon." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/DockIcon.html#menu"/>
            </folder>
        </folder>
        <folder name="Icon" id="[flash.desktop.Icon]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="Represents an operating system icon." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Icon.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class Icon" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Icon.html">
                <string name="bitmaps" object="[flash.desktop.Icon]" text=".bitmaps" tiptext="The icon image as an array of BitmapData objects of different sizes." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Icon.html#bitmaps"/>
            </folder>
        </folder>
        <folder name="InteractiveIcon" id="[flash.desktop.InteractiveIcon]" sort="true" index="true" asAncestors="flash.desktop:Icon,flash.events:EventDispatcher,Object" tiptext="InteractiveIcon is the abstract base class for the operating system icons associated with windows and applications." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/InteractiveIcon.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class InteractiveIcon" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/InteractiveIcon.html">
                <string name="bitmaps" object="[flash.desktop.InteractiveIcon]" text=".bitmaps" tiptext="The icon image as an array of BitmapData objects of different sizes." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/InteractiveIcon.html#bitmaps"/>
                <string name="width" object="[flash.desktop.InteractiveIcon]" text=".width" tiptext="The current display width of the icon in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/InteractiveIcon.html#width"/>
                <string name="height" object="[flash.desktop.InteractiveIcon]" text=".height" tiptext="The current display height of the icon in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/InteractiveIcon.html#height"/>
            </folder>
        </folder>
        <folder name="NativeApplication" id="[flash.desktop.NativeApplication]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="Represents this native AIR application." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeApplication" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html">
                <string name="exit" object="[flash.desktop.NativeApplication]" text=".exit(%[errorCode:int=0]%):void" tiptext="Terminates this application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#exit()"/>
                <string name="activate" object="[flash.desktop.NativeApplication]" text=".activate(%[window:flash.display:NativeWindow=null]%):void" tiptext="Activates this application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#activate()"/>
                <string name="copy" object="[flash.desktop.NativeApplication]" text=".copy(%%):Boolean" tiptext="Invokes an internal copy command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#copy()"/>
                <string name="cut" object="[flash.desktop.NativeApplication]" text=".cut(%%):Boolean" tiptext="Invokes an internal cut command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#cut()"/>
                <string name="paste" object="[flash.desktop.NativeApplication]" text=".paste(%%):Boolean" tiptext="Invokes an internal paste command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#paste()"/>
                <string name="clear" object="[flash.desktop.NativeApplication]" text=".clear(%%):Boolean" tiptext="Invokes an internal delete command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#clear()"/>
                <string name="selectAll" object="[flash.desktop.NativeApplication]" text=".selectAll(%%):Boolean" tiptext="Invokes an internal selectAll command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#selectAll()"/>
                <string name="undo" object="[flash.desktop.NativeApplication]" text=".undo(%%):Boolean" tiptext="Invokes an internal undo command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#undo()"/>
                <string name="redo" object="[flash.desktop.NativeApplication]" text=".redo(%%):Boolean" tiptext="Invokes an internal redo command on the focused display object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#redo()"/>
                <string name="getDefaultApplication" object="[flash.desktop.NativeApplication]" text=".getDefaultApplication(%extension:String%):String" tiptext="Gets the default application for opening files with the specified extension." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#getDefaultApplication()"/>
                <string name="isSetAsDefaultApplication" object="[flash.desktop.NativeApplication]" text=".isSetAsDefaultApplication(%extension:String%):Boolean" tiptext="Specifies whether this application is currently the default application for opening files with the specified extension." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#isSetAsDefaultApplication()"/>
                <string name="setAsDefaultApplication" object="[flash.desktop.NativeApplication]" text=".setAsDefaultApplication(%extension:String%):void" tiptext="Sets this application as the default application for opening files with the specified extension." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#setAsDefaultApplication()"/>
                <string name="removeAsDefaultApplication" object="[flash.desktop.NativeApplication]" text=".removeAsDefaultApplication(%extension:String%):void" tiptext="Removes this application as the default for opening files with the specified extension." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#removeAsDefaultApplication()"/>
                <string name="addEventListener" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String,listener:Function[,useCapture:Boolean=false,priority:int=0,useWeakReference:Boolean=false]%):void" tiptext="Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#addEventListener()"/>
                <string name="removeEventListener" object="[flash.desktop.NativeApplication]" text=".removeEventListener(%type:String,listener:Function[,useCapture:Boolean=false]%):void" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#removeEventListener()"/>
                <string name="dispatchEvent" object="[flash.desktop.NativeApplication]" text=".dispatchEvent(%event:flash.events:Event%):Boolean" tiptext="Dispatches an event into the event flow." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#dispatchEvent()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeApplication" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html">
                <string name="nativeApplication" object="[flash.desktop.NativeApplication]" text=".nativeApplication" tiptext="Obtains the singleton instance of the NativeApplication class." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#nativeApplication"/>
                <string name="runtimeVersion" object="[flash.desktop.NativeApplication]" text=".runtimeVersion" tiptext="The version number of the AIR runtime." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#runtimeVersion"/>
                <string name="runtimePatchLevel" object="[flash.desktop.NativeApplication]" text=".runtimePatchLevel" tiptext="The patch level of the AIR runtime." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#runtimePatchLevel"/>
                <string name="applicationID" object="[flash.desktop.NativeApplication]" text=".applicationID" tiptext="The application ID of this application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#applicationID"/>
                <string name="publisherID" object="[flash.desktop.NativeApplication]" text=".publisherID" tiptext="The publisher ID of this application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#publisherID"/>
                <string name="applicationDescriptor" object="[flash.desktop.NativeApplication]" text=".applicationDescriptor" tiptext="The contents of the application descriptor file for this AIR application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#applicationDescriptor"/>
                <string name="menu" object="[flash.desktop.NativeApplication]" text=".menu" tiptext="The application menu." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#menu"/>
                <string name="autoExit" object="[flash.desktop.NativeApplication]" text=".autoExit" tiptext="Specifies whether the application should automatically terminate when all windows have been closed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#autoExit"/>
                <string name="icon" object="[flash.desktop.NativeApplication]" text=".icon" tiptext="The application icon." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#icon"/>
                <string name="supportsMenu" object="[flash.desktop.NativeApplication]" text=".supportsMenu" tiptext="Specifies whether the current operating system supports a global application menu bar." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#supportsMenu"/>
                <string name="supportsDockIcon" object="[flash.desktop.NativeApplication]" text=".supportsDockIcon" tiptext="Specifies whether AIR supports application dock icons on the current operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#supportsDockIcon"/>
                <string name="supportsSystemTrayIcon" object="[flash.desktop.NativeApplication]" text=".supportsSystemTrayIcon" tiptext="Specifies whether AIR supports system tray icons on the current operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#supportsSystemTrayIcon"/>
                <string name="startAtLogin" object="[flash.desktop.NativeApplication]" text=".startAtLogin" tiptext="Specifies whether this application will automatically launch whenever the current user logs in." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#startAtLogin"/>
                <string name="activeWindow" object="[flash.desktop.NativeApplication]" text=".activeWindow" tiptext="Returns the application window that is currently active." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#activeWindow"/>
                <string name="openedWindows" object="[flash.desktop.NativeApplication]" text=".openedWindows" tiptext="Lists the NativeWindows that are currently opened by the application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#openedWindows"/>
                <string name="timeSinceLastUserInput" object="[flash.desktop.NativeApplication]" text=".timeSinceLastUserInput" tiptext="Returns the time, in seconds, since the last mouse or keyboard input." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#timeSinceLastUserInput"/>
                <string name="idleThreshold" object="[flash.desktop.NativeApplication]" text=".idleThreshold" tiptext="Specifies how many seconds must elapse without keyboard or mouse input before a presenceChange event is dispatched." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#idleThreshold"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class NativeApplication" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html">
                <string name="userPresent" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=Event.USER_PRESENT{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when the operating system detects mouse or keyboard after an idle period." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:userPresent"/>
                <string name="userIdle" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=Event.USER_IDLE{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when the user has been idle for the period of time specified by the idleThreshold property." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:userIdle"/>
                <string name="networkChange" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=Event.NETWORK_CHANGE{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when either a new network connection becomes available or an existing network connection is lost." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:networkChange"/>
                <string name="exiting" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=Event.EXITING{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when the application&apos;s exit sequence is started." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:exiting"/>
                <string name="deactivate" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=Event.DEACTIVATE{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when the desktop focus is switched to a different application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:deactivate"/>
                <string name="activate" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=Event.ACTIVATE{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when this application becomes the active desktop application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:activate"/>
                <string name="invoke" object="[flash.desktop.NativeApplication]" text=".addEventListener(%type:String=InvokeEvent.INVOKE{Event.USER_PRESENT,Event.USER_IDLE,Event.NETWORK_CHANGE,Event.EXITING,Event.DEACTIVATE,Event.ACTIVATE,InvokeEvent.INVOKE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an application is invoked." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeApplication.html#event:invoke"/>
            </folder>
        </folder>
        <folder name="NativeDragActions" id="[flash.desktop.NativeDragActions]" sort="true" index="true" asAncestors="Object" tiptext="Defines string constants for the names of the drag-and-drop actions." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragActions.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeDragActions" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragActions.html">
                <string name="COPY" object="[flash.desktop.NativeDragActions]" text="NativeDragActions.COPY" constant="true" tiptext="Defines the string to use for the copy action." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragActions.html#COPY"/>
                <string name="MOVE" object="[flash.desktop.NativeDragActions]" text="NativeDragActions.MOVE" constant="true" tiptext="Defines the string to use for the move action." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragActions.html#MOVE"/>
                <string name="LINK" object="[flash.desktop.NativeDragActions]" text="NativeDragActions.LINK" constant="true" tiptext="Defines the string to use for the link action." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragActions.html#LINK"/>
                <string name="NONE" object="[flash.desktop.NativeDragActions]" text="NativeDragActions.NONE" constant="true" tiptext="Defines the string to use when no action is specified." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragActions.html#NONE"/>
            </folder>
        </folder>
        <folder name="NativeDragManager" id="[flash.desktop.NativeDragManager]" sort="true" index="true" asAncestors="Object" tiptext="Coordinates drag-and-drop operations." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeDragManager" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html">
                <string name="acceptDragDrop" object="[flash.desktop.NativeDragManager]" text="NativeDragManager.acceptDragDrop(%target:flash.display:InteractiveObject%):void" static="true" tiptext="Informs the NativeDragManager that the specified target InteractiveObject can accept a drop corresponding to the current drag event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html#acceptDragDrop()"/>
                <string name="doDrag" object="[flash.desktop.NativeDragManager]" text="NativeDragManager.doDrag(%dragInitiator:flash.display:InteractiveObject,clipboard:flash.desktop:Clipboard[,dragImage:flash.display:BitmapData=null,offset:flash.geom:Point=null,allowedActions:flash.desktop:NativeDragOptions=null]%):void" static="true" tiptext="Starts a drag-and-drop operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html#doDrag()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeDragManager" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html">
                <string name="dropAction" object="[flash.desktop.NativeDragManager]" text=".dropAction" tiptext="The drag action specified by the drop target." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html#dropAction"/>
                <string name="isDragging" object="[flash.desktop.NativeDragManager]" text=".isDragging" tiptext="Indicates whether a drag operation is currently in progress." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html#isDragging"/>
                <string name="dragInitiator" object="[flash.desktop.NativeDragManager]" text=".dragInitiator" tiptext="The InteractiveObject passed to the NativeDragManager.doDrag() call that initiated the drag operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragManager.html#dragInitiator"/>
            </folder>
        </folder>
        <folder name="NativeDragOptions" id="[flash.desktop.NativeDragOptions]" sort="true" index="true" asAncestors="Object" tiptext="Specifies which drag-and-drop actions are relevant to a drag operation." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeDragOptions" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html">
                <string name="toString" object="[flash.desktop.NativeDragOptions]" text=".toString(%%):String" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeDragOptions" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html">
                <string name="allowCopy" object="[flash.desktop.NativeDragOptions]" text=".allowCopy" tiptext="A drop target is allowed to copy the dragged data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html#allowCopy"/>
                <string name="allowMove" object="[flash.desktop.NativeDragOptions]" text=".allowMove" tiptext="A drop target is allowed to move the dragged data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html#allowMove"/>
                <string name="allowLink" object="[flash.desktop.NativeDragOptions]" text=".allowLink" tiptext="A drop target is allowed to create a link to the dragged data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NativeDragOptions.html#allowLink"/>
            </folder>
        </folder>
        <folder name="NotificationType" id="[flash.desktop.NotificationType]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for use in the priority parameter of the DockIcon bounce() method and the type parameter of the NativeWindow notifyUser() method." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NotificationType.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NotificationType" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NotificationType.html">
                <string name="INFORMATIONAL" object="[flash.desktop.NotificationType]" text="NotificationType.INFORMATIONAL" constant="true" tiptext="Specifies that a notification alert is informational in nature and the user can safely ignore it." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NotificationType.html#INFORMATIONAL"/>
                <string name="CRITICAL" object="[flash.desktop.NotificationType]" text="NotificationType.CRITICAL" constant="true" tiptext="Specifies that a notification alert is critical in nature and the user should attend to it promptly." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/NotificationType.html#CRITICAL"/>
            </folder>
        </folder>
        <folder name="SystemTrayIcon" id="[flash.desktop.SystemTrayIcon]" sort="true" index="true" asAncestors="flash.desktop:InteractiveIcon,flash.desktop:Icon,flash.events:EventDispatcher,Object" tiptext="The SystemTrayIcon class represents the Windows taskbar notification area (system tray)-style icon." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SystemTrayIcon" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html">
                <string name="MAX_TIP_LENGTH" object="[flash.desktop.SystemTrayIcon]" text="SystemTrayIcon.MAX_TIP_LENGTH" constant="true" tiptext="The permitted length of the system tray icon tooltip." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#MAX_TIP_LENGTH"/>
                <string name="bitmaps" object="[flash.desktop.SystemTrayIcon]" text=".bitmaps" tiptext="The icon image as an array of BitmapData objects of different sizes." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#bitmaps"/>
                <string name="width" object="[flash.desktop.SystemTrayIcon]" text=".width" tiptext="The current display width of the icon in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#width"/>
                <string name="height" object="[flash.desktop.SystemTrayIcon]" text=".height" tiptext="The current display height of the icon in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#height"/>
                <string name="tooltip" object="[flash.desktop.SystemTrayIcon]" text=".tooltip" tiptext="The tooltip that pops up for the system tray icon." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#tooltip"/>
                <string name="menu" object="[flash.desktop.SystemTrayIcon]" text=".menu" tiptext="The system tray icon menu." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#menu"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class SystemTrayIcon" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html">
                <string name="rightClick" object="[flash.desktop.SystemTrayIcon]" text=".addEventListener(%type:String=MouseEvent.RIGHT_MOUSE_CLICK{MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN,MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this SystemTrayIcon object on right mouse click." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#event:rightClick"/>
                <string name="rightMouseUp" object="[flash.desktop.SystemTrayIcon]" text=".addEventListener(%type:String=MouseEvent.RIGHT_MOUSE_UP{MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN,MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this SystemTrayIcon object on right mouse up." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#event:rightMouseUp"/>
                <string name="rightMouseDown" object="[flash.desktop.SystemTrayIcon]" text=".addEventListener(%type:String=MouseEvent.RIGHT_MOUSE_DOWN{MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN,MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this SystemTrayIcon object on right mouse down." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#event:rightMouseDown"/>
                <string name="click" object="[flash.desktop.SystemTrayIcon]" text=".addEventListener(%type:String=MouseEvent.RIGHT_MOUSE_CLICK{MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN,MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this SystemTrayIcon object on right mouse click." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#event:click"/>
                <string name="mouseUp" object="[flash.desktop.SystemTrayIcon]" text=".addEventListener(%type:String=MouseEvent.RIGHT_MOUSE_UP{MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN,MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this SystemTrayIcon object on right mouse up." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#event:mouseUp"/>
                <string name="mouseDown" object="[flash.desktop.SystemTrayIcon]" text=".addEventListener(%type:String=MouseEvent.RIGHT_MOUSE_DOWN{MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN,MouseEvent.RIGHT_MOUSE_CLICK,MouseEvent.RIGHT_MOUSE_UP,MouseEvent.RIGHT_MOUSE_DOWN},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this SystemTrayIcon object on right mouse down." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/SystemTrayIcon.html#event:mouseDown"/>
            </folder>
        </folder>
        <folder name="Updater" id="[flash.desktop.Updater]" sort="true" index="true" asAncestors="Object" tiptext="The Updater class is used to update the currently running application with a different version." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Updater.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class Updater" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Updater.html">
                <string name="Updater" object="[flash.desktop.Updater]" text="new Updater(%%):void" constructor="true" tiptext="The constructor function for the Updater class." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Updater.html#Updater()"/>
                <string name="update" object="[flash.desktop.Updater]" text=".update(%airFile:flash.filesystem:File,version:String%):void" tiptext="Updates the currently running application with the version of the application contained in the specified AIR file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/desktop/Updater.html#update()"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.display" id="flash.display" sort="true" tiptext="Classes for package flash.display" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/package-detail.html">
        <folder name="FocusDirection" id="[flash.display.FocusDirection]" sort="true" index="true" asAncestors="Object" tiptext="The FocusDirection class enumerates values to be used for the direction parameter of the assignFocus() method of a Stage object and for the direction property of a FocusEvent object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/FocusDirection.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class FocusDirection" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/FocusDirection.html">
                <string name="TOP" object="[flash.display.FocusDirection]" text="FocusDirection.TOP" constant="true" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/FocusDirection.html#TOP"/>
                <string name="BOTTOM" object="[flash.display.FocusDirection]" text="FocusDirection.BOTTOM" constant="true" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/FocusDirection.html#BOTTOM"/>
                <string name="NONE" object="[flash.display.FocusDirection]" text="FocusDirection.NONE" constant="true" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/FocusDirection.html#NONE"/>
            </folder>
        </folder>
        <folder name="NativeMenu" id="[flash.display.NativeMenu]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="The NativeMenu class contains methods and properties for defining menus." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeMenu" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html">
                <string name="addItem" object="[flash.display.NativeMenu]" text=".addItem(%item:flash.display:NativeMenuItem%):flash.display:NativeMenuItem" tiptext="Adds a menu item at the bottom of the menu." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#addItem()"/>
                <string name="addItemAt" object="[flash.display.NativeMenu]" text=".addItemAt(%item:flash.display:NativeMenuItem,index:int%):flash.display:NativeMenuItem" tiptext="Inserts a menu item at the specified position." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#addItemAt()"/>
                <string name="containsItem" object="[flash.display.NativeMenu]" text=".containsItem(%item:flash.display:NativeMenuItem%):Boolean" tiptext="Reports whether this menu contains the specified menu item." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#containsItem()"/>
                <string name="getItemAt" object="[flash.display.NativeMenu]" text=".getItemAt(%index:int%):flash.display:NativeMenuItem" tiptext="Gets the menu item at the specified index." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#getItemAt()"/>
                <string name="getItemByName" object="[flash.display.NativeMenu]" text=".getItemByName(%name:String%):flash.display:NativeMenuItem" tiptext="Gets the menu item with the specified name." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#getItemByName()"/>
                <string name="removeItem" object="[flash.display.NativeMenu]" text=".removeItem(%item:flash.display:NativeMenuItem%):flash.display:NativeMenuItem" tiptext="Removes the specified menu item." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#removeItem()"/>
                <string name="removeItemAt" object="[flash.display.NativeMenu]" text=".removeItemAt(%index:int%):flash.display:NativeMenuItem" tiptext="Removes and returns the menu item at the specified index." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#removeItemAt()"/>
                <string name="getItemIndex" object="[flash.display.NativeMenu]" text=".getItemIndex(%item:flash.display:NativeMenuItem%):int" tiptext="Gets the position of the specified item." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#getItemIndex()"/>
                <string name="setItemIndex" object="[flash.display.NativeMenu]" text=".setItemIndex(%item:flash.display:NativeMenuItem,index:int%):void" tiptext="Moves a menu item to the specified position." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#setItemIndex()"/>
                <string name="addSubmenuAt" object="[flash.display.NativeMenu]" text=".addSubmenuAt(%submenu:flash.display:NativeMenu,index:int,label:String%):flash.display:NativeMenuItem" tiptext="Adds a submenu to the menu by inserting a new menu item at the specified position." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#addSubmenuAt()"/>
                <string name="addSubmenu" object="[flash.display.NativeMenu]" text=".addSubmenu(%submenu:flash.display:NativeMenu,label:String%):flash.display:NativeMenuItem" tiptext="Adds a submenu to the menu by inserting a new menu item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#addSubmenu()"/>
                <string name="display" object="[flash.display.NativeMenu]" text=".display(%stage:flash.display:Stage,stageX:Number,stageY:Number%):void" tiptext="Pops up this menu at the specified location." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#display()"/>
                <string name="clone" object="[flash.display.NativeMenu]" text=".clone(%%):flash.display:NativeMenu" tiptext="Creates a copy of the menu and all items." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeMenu" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html">
                <string name="parent" object="[flash.display.NativeMenu]" text=".parent" tiptext="The parent menu." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#parent"/>
                <string name="numItems" object="[flash.display.NativeMenu]" text=".numItems" tiptext="The number of NativeMenuItems in this menu." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#numItems"/>
                <string name="items" object="[flash.display.NativeMenu]" text=".items" tiptext="The array of NativeMenuItems in this menu." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#items"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class NativeMenu" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html">
                <string name="displaying" object="[flash.display.NativeMenu]" text=".addEventListener(%type:String=Event.DISPLAYING{Event.DISPLAYING,Event.SELECT},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeMenu object immediately before the menu is to be displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#event:displaying"/>
                <string name="select" object="[flash.display.NativeMenu]" text=".addEventListener(%type:String=Event.SELECT{Event.DISPLAYING,Event.SELECT},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeMenu object when one of its menu items or an item in one of its descendant submenus is selected." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenu.html#event:select"/>
            </folder>
        </folder>
        <folder name="NativeMenuItem" id="[flash.display.NativeMenuItem]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="The NativeMenuItem class represents a single item in a menu." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeMenuItem" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html">
                <string name="NativeMenuItem" object="[flash.display.NativeMenuItem]" text="new NativeMenuItem(%label:String[,isSeparator:Boolean=false]%)" constructor="true" tiptext="Creates a new NativeMenuItem." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#NativeMenuItem()"/>
                <string name="clone" object="[flash.display.NativeMenuItem]" text=".clone(%%):flash.display:NativeMenuItem" tiptext="Creates a copy of the menuitem and all items." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#clone()"/>
                <string name="toString" object="[flash.display.NativeMenuItem]" text=".toString(%%):String" tiptext="Returns a string containing all the properties of the NativeMenuItem object." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeMenuItem" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html">
                <string name="menu" object="[flash.display.NativeMenuItem]" text=".menu" tiptext="The menu that contains this item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#menu"/>
                <string name="name" object="[flash.display.NativeMenuItem]" text=".name" tiptext="The name of this menu item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#name"/>
                <string name="isSeparator" object="[flash.display.NativeMenuItem]" text=".isSeparator" tiptext="Reports whether this item is a menu separator line." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#isSeparator"/>
                <string name="enabled" object="[flash.display.NativeMenuItem]" text=".enabled" tiptext="Controls whether this menu item is enabled." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#enabled"/>
                <string name="checked" object="[flash.display.NativeMenuItem]" text=".checked" tiptext="Controls whether this menu item displays a checkmark." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#checked"/>
                <string name="label" object="[flash.display.NativeMenuItem]" text=".label" tiptext="The display string of this menu item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#label"/>
                <string name="keyEquivalent" object="[flash.display.NativeMenuItem]" text=".keyEquivalent" tiptext="The key equivalent for this menu item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#keyEquivalent"/>
                <string name="keyEquivalentModifiers" object="[flash.display.NativeMenuItem]" text=".keyEquivalentModifiers" tiptext="The array of key codes for the key equivalent modifiers." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#keyEquivalentModifiers"/>
                <string name="mnemonicIndex" object="[flash.display.NativeMenuItem]" text=".mnemonicIndex" tiptext="The position of the mnemonic character in the menu item label." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#mnemonicIndex"/>
                <string name="submenu" object="[flash.display.NativeMenuItem]" text=".submenu" tiptext="The submenu associated with this menu item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#submenu"/>
                <string name="data" object="[flash.display.NativeMenuItem]" text=".data" tiptext="An arbitrary data object associated with this menu item." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#data"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class NativeMenuItem" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html">
                <string name="displaying" object="[flash.display.NativeMenuItem]" text=".addEventListener(%type:String=Event.DISPLAYING{Event.DISPLAYING,Event.SELECT},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeMenuItem object immediately before the menu containing the item is displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#event:displaying"/>
                <string name="select" object="[flash.display.NativeMenuItem]" text=".addEventListener(%type:String=Event.SELECT{Event.DISPLAYING,Event.SELECT},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched whenever a menu item is selected by the user." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeMenuItem.html#event:select"/>
            </folder>
        </folder>
        <folder name="NativeWindow" id="[flash.display.NativeWindow]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="The NativeWindow class provides an interface for creating and controlling native desktop windows." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeWindow" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html">
                <string name="NativeWindow" object="[flash.display.NativeWindow]" text="new NativeWindow(%initOptions:flash.display:NativeWindowInitOptions%)" constructor="true" tiptext="Creates a new NativeWindow instance and a corresponding operating system window." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#NativeWindow()"/>
                <string name="minimize" object="[flash.display.NativeWindow]" text=".minimize(%%):void" tiptext="Minimizes this native window according to system rules and behavior." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#minimize()"/>
                <string name="maximize" object="[flash.display.NativeWindow]" text=".maximize(%%):void" tiptext="Maximizes this native window according to system rules and behavior." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#maximize()"/>
                <string name="restore" object="[flash.display.NativeWindow]" text=".restore(%%):void" tiptext="Restores this window from either a minimized or a maximized state." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#restore()"/>
                <string name="close" object="[flash.display.NativeWindow]" text=".close(%%):void" tiptext="Closes this window." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#close()"/>
                <string name="startMove" object="[flash.display.NativeWindow]" text=".startMove(%%):Boolean" tiptext="Starts a system-controlled move of this window." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#startMove()"/>
                <string name="startResize" object="[flash.display.NativeWindow]" text=".startResize(%[edgeOrCorner:String=unknown]%):Boolean" tiptext="Starts a system-controlled resize operation of this window." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#startResize()"/>
                <string name="orderToFront" object="[flash.display.NativeWindow]" text=".orderToFront(%%):Boolean" tiptext="Brings this window in front of any other visible windows." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#orderToFront()"/>
                <string name="orderToBack" object="[flash.display.NativeWindow]" text=".orderToBack(%%):Boolean" tiptext="Sends this window behind any other visible windows. Does not activate or acquire the focus for this window or the application." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#orderToBack()"/>
                <string name="orderInFrontOf" object="[flash.display.NativeWindow]" text=".orderInFrontOf(%window:flash.display:NativeWindow%):Boolean" tiptext="Brings this window directly in front of the specified window. Does not activate or acquire the focus for the window or the application." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#orderInFrontOf()"/>
                <string name="orderInBackOf" object="[flash.display.NativeWindow]" text=".orderInBackOf(%window:flash.display:NativeWindow%):Boolean" tiptext="Sends this window directly behind the specified window. Does not activate or acquire the focus for the window or the application." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#orderInBackOf()"/>
                <string name="activate" object="[flash.display.NativeWindow]" text=".activate(%%):void" tiptext="Activates this window." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#activate()"/>
                <string name="globalToScreen" object="[flash.display.NativeWindow]" text=".globalToScreen(%globalPoint:flash.geom:Point%):flash.geom:Point" tiptext="Converts a point in pixel coordinates relative to the origin of the window stage (a global point in terms of the display list), to a point on the virtual desktop." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#globalToScreen()"/>
                <string name="notifyUser" object="[flash.display.NativeWindow]" text=".notifyUser(%type:String%):void" tiptext="Triggers a visual cue through the operating system that an event of interest has occured." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#notifyUser()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindow" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html">
                <string name="stage" object="[flash.display.NativeWindow]" text=".stage" tiptext="The Stage object for this window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#stage"/>
                <string name="title" object="[flash.display.NativeWindow]" text=".title" tiptext="The window title." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#title"/>
                <string name="bounds" object="[flash.display.NativeWindow]" text=".bounds" tiptext="The size and location of this window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#bounds"/>
                <string name="displayState" object="[flash.display.NativeWindow]" text=".displayState" tiptext="A string reporting this window&apos;s current display state." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#displayState"/>
                <string name="closed" object="[flash.display.NativeWindow]" text=".closed" tiptext="Indicates whether this window has been closed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#closed"/>
                <string name="visible" object="[flash.display.NativeWindow]" text=".visible" tiptext="Specifies whether this window is visible." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#visible"/>
                <string name="systemChrome" object="[flash.display.NativeWindow]" text=".systemChrome" tiptext="Reports the system chrome setting used to create the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#systemChrome"/>
                <string name="transparent" object="[flash.display.NativeWindow]" text=".transparent" tiptext="Reports the transparency setting used to create the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#transparent"/>
                <string name="type" object="[flash.display.NativeWindow]" text=".type" tiptext="Reports the window type setting used to create the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#type"/>
                <string name="minimizable" object="[flash.display.NativeWindow]" text=".minimizable" tiptext="Reports the minimizable setting used to create the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#minimizable"/>
                <string name="maximizable" object="[flash.display.NativeWindow]" text=".maximizable" tiptext="Reports the maximizable setting used to create the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#maximizable"/>
                <string name="resizable" object="[flash.display.NativeWindow]" text=".resizable" tiptext="Reports the resizable setting used to create the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#resizable"/>
                <string name="minSize" object="[flash.display.NativeWindow]" text=".minSize" tiptext="The minimum size for this window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#minSize"/>
                <string name="maxSize" object="[flash.display.NativeWindow]" text=".maxSize" tiptext="The maximum size for this window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#maxSize"/>
                <string name="alwaysInFront" object="[flash.display.NativeWindow]" text=".alwaysInFront" tiptext="Specifies whether this window will always be in front of other windows (including those of other applications)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#alwaysInFront"/>
                <string name="supportsMenu" object="[flash.display.NativeWindow]" text=".supportsMenu" tiptext="Indicates whether AIR supports native window menus on the current computer system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#supportsMenu"/>
                <string name="supportsNotification" object="[flash.display.NativeWindow]" text=".supportsNotification" tiptext="Indicates whether AIR supports window notification cueing on the current computer system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#supportsNotification"/>
                <string name="systemMinSize" object="[flash.display.NativeWindow]" text=".systemMinSize" tiptext="The smallest window size allowed by the operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#systemMinSize"/>
                <string name="systemMaxSize" object="[flash.display.NativeWindow]" text=".systemMaxSize" tiptext="The largest window size allowed by the operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#systemMaxSize"/>
                <string name="active" object="[flash.display.NativeWindow]" text=".active" tiptext="Indicates whether this window is the active application window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#active"/>
                <string name="menu" object="[flash.display.NativeWindow]" text=".menu" tiptext="The native menu for the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#menu"/>
                <string name="width" object="[flash.display.NativeWindow]" text=".width" tiptext="The width of this window in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#width"/>
                <string name="height" object="[flash.display.NativeWindow]" text=".height" tiptext="The height of this window in pixels." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#height"/>
                <string name="x" object="[flash.display.NativeWindow]" text=".x" tiptext="The horizontal axis coordinate of this window&apos;s top left corner relative to the upper left corner of the operating system&apos;s desktop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#x"/>
                <string name="y" object="[flash.display.NativeWindow]" text=".y" tiptext="The vertical axis coordinate of this window&apos;s top left corner relative to the upper left corner of the operating system&apos;s desktop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#y"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class NativeWindow" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html">
                <string name="deactivate" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=Event.DEACTIVATE{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object after the window has been deactivated." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:deactivate"/>
                <string name="activate" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=Event.ACTIVATE{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object after the window has been activated." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:activate"/>
                <string name="close" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=Event.CLOSE{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object after the window has been closed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:close"/>
                <string name="closing" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=Event.CLOSING{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object immediately before the window is to be closed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:closing"/>
                <string name="displayStateChange" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object after the window&apos;s displayState has changed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:displayStateChange"/>
                <string name="displayStateChanging" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object immediately before the window changes displayState." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:displayStateChanging"/>
                <string name="resize" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=NativeWindowBoundsEvent.RESIZE{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object after the window has been resized." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:resize"/>
                <string name="resizing" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=NativeWindowBoundsEvent.RESIZING{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object immediately before the window is to be resized on the desktop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:resizing"/>
                <string name="move" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=NativeWindowBoundsEvent.MOVE{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by this NativeWindow object after the window has been moved on the desktop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:move"/>
                <string name="moving" object="[flash.display.NativeWindow]" text=".addEventListener(%type:String=NativeWindowBoundsEvent.MOVING{Event.DEACTIVATE,Event.ACTIVATE,Event.CLOSE,Event.CLOSING,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE,NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING,NativeWindowBoundsEvent.RESIZE,NativeWindowBoundsEvent.RESIZING,NativeWindowBoundsEvent.MOVE,NativeWindowBoundsEvent.MOVING},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched by the NativeWindow object immediately before the window is to be moved on the desktop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindow.html#event:moving"/>
            </folder>
        </folder>
        <folder name="NativeWindowDisplayState" id="[flash.display.NativeWindowDisplayState]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for the names of the native window display states." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowDisplayState.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowDisplayState" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowDisplayState.html">
                <string name="NORMAL" object="[flash.display.NativeWindowDisplayState]" text="NativeWindowDisplayState.NORMAL" constant="true" tiptext="The normal display state." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowDisplayState.html#NORMAL"/>
                <string name="MAXIMIZED" object="[flash.display.NativeWindowDisplayState]" text="NativeWindowDisplayState.MAXIMIZED" constant="true" tiptext="The maximized display state." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowDisplayState.html#MAXIMIZED"/>
                <string name="MINIMIZED" object="[flash.display.NativeWindowDisplayState]" text="NativeWindowDisplayState.MINIMIZED" constant="true" tiptext="The minimized display state." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowDisplayState.html#MINIMIZED"/>
            </folder>
        </folder>
        <folder name="NativeWindowInitOptions" id="[flash.display.NativeWindowInitOptions]" sort="true" index="true" asAncestors="Object" tiptext="Specifies the initialization options for constructing a new NativeWindow." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeWindowInitOptions" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html">
                <string name="NativeWindowInitOptions" object="[flash.display.NativeWindowInitOptions]" text="new NativeWindowInitOptions(%%)" constructor="true" tiptext="Creates a new NativeWindowInitOptions object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#NativeWindowInitOptions()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowInitOptions" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html">
                <string name="systemChrome" object="[flash.display.NativeWindowInitOptions]" text=".systemChrome" tiptext="Specifies the type of system chrome used by the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#systemChrome"/>
                <string name="transparent" object="[flash.display.NativeWindowInitOptions]" text=".transparent" tiptext="Specifies whether the window supports transparency and alpha blending against the desktop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#transparent"/>
                <string name="type" object="[flash.display.NativeWindowInitOptions]" text=".type" tiptext="Specifies the type of the window to be created." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#type"/>
                <string name="minimizable" object="[flash.display.NativeWindowInitOptions]" text=".minimizable" tiptext="Specifies whether the window can be minimized." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#minimizable"/>
                <string name="maximizable" object="[flash.display.NativeWindowInitOptions]" text=".maximizable" tiptext="Specifies whether the window can be maximized." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#maximizable"/>
                <string name="resizable" object="[flash.display.NativeWindowInitOptions]" text=".resizable" tiptext="Specifies whether the window can be resized." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowInitOptions.html#resizable"/>
            </folder>
        </folder>
        <folder name="NativeWindowResize" id="[flash.display.NativeWindowResize]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for the possible values of the edgeOrCorner parameter of the NativeWindow startResize() method." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowResize" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html">
                <string name="TOP" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.TOP" constant="true" tiptext="The top edge of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#TOP"/>
                <string name="LEFT" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.LEFT" constant="true" tiptext="The left edge of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#LEFT"/>
                <string name="BOTTOM" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.BOTTOM" constant="true" tiptext="The bottom edge of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#BOTTOM"/>
                <string name="RIGHT" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.RIGHT" constant="true" tiptext="The top edge of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#RIGHT"/>
                <string name="TOP_LEFT" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.TOP_LEFT" constant="true" tiptext="The top-left corner of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#TOP_LEFT"/>
                <string name="TOP_RIGHT" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.TOP_RIGHT" constant="true" tiptext="The top-right corner of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#TOP_RIGHT"/>
                <string name="BOTTOM_LEFT" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.BOTTOM_LEFT" constant="true" tiptext="The bottom-left corner of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#BOTTOM_LEFT"/>
                <string name="BOTTOM_RIGHT" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.BOTTOM_RIGHT" constant="true" tiptext="The bottom-right corner of the window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#BOTTOM_RIGHT"/>
                <string name="NONE" object="[flash.display.NativeWindowResize]" text="NativeWindowResize.NONE" constant="true" tiptext="Provides no hint to the system about which edge or corner to resize from, allowing for default behavior." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowResize.html#NONE"/>
            </folder>
        </folder>
        <folder name="NativeWindowSystemChrome" id="[flash.display.NativeWindowSystemChrome]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for the systemChrome property of a NativeWindowInitOptions object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowSystemChrome.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowSystemChrome" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowSystemChrome.html">
                <string name="NONE" object="[flash.display.NativeWindowSystemChrome]" text="NativeWindowSystemChrome.NONE" constant="true" tiptext="Specifies that the window should not display any system chrome." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowSystemChrome.html#NONE"/>
                <string name="STANDARD" object="[flash.display.NativeWindowSystemChrome]" text="NativeWindowSystemChrome.STANDARD" constant="true" tiptext="Specifies that the window should display the standard chrome for the host operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowSystemChrome.html#STANDARD"/>
            </folder>
        </folder>
        <folder name="NativeWindowType" id="[flash.display.NativeWindowType]" sort="true" index="true" asAncestors="Object" tiptext="Defines constants for the type property of a NativeWindowInitOptions object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowType.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowType" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowType.html">
                <string name="NORMAL" object="[flash.display.NativeWindowType]" text="NativeWindowType.NORMAL" constant="true" tiptext="A typical window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowType.html#NORMAL"/>
                <string name="LIGHTWEIGHT" object="[flash.display.NativeWindowType]" text="NativeWindowType.LIGHTWEIGHT" constant="true" tiptext="A minimal window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowType.html#LIGHTWEIGHT"/>
                <string name="UTILITY" object="[flash.display.NativeWindowType]" text="NativeWindowType.UTILITY" constant="true" tiptext="A utility window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/NativeWindowType.html#UTILITY"/>
            </folder>
        </folder>
        <folder name="Screen" id="[flash.display.Screen]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="Provides information about the display screens available to this application." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class Screen" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html">
                <string name="getScreensForRectangle" object="[flash.display.Screen]" text="Screen.getScreensForRectangle(%rect:flash.geom:Rectangle%):Array" static="true" tiptext="Returns the (possibly empty) set of Screens that intersect the provided rectangle." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html#getScreensForRectangle()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class Screen" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html">
                <string name="screens" object="[flash.display.Screen]" text=".screens" tiptext="The array of the currently available Screens." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html#screens"/>
                <string name="mainScreen" object="[flash.display.Screen]" text=".mainScreen" tiptext="The primary display." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html#mainScreen"/>
                <string name="bounds" object="[flash.display.Screen]" text=".bounds" tiptext="The bounds of this Screen." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html#bounds"/>
                <string name="visibleBounds" object="[flash.display.Screen]" text=".visibleBounds" tiptext="The bounds of the area on this Screen in which windows will be visible." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html#visibleBounds"/>
                <string name="colorDepth" object="[flash.display.Screen]" text=".colorDepth" tiptext="The color depth of this Screen in number of bits." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Screen.html#colorDepth"/>
            </folder>
        </folder>
        <folder name="Stage" id="[flash.display.Stage]" sort="true" index="true" asAncestors="flash.display:DisplayObjectContainer,flash.display:InteractiveObject,flash.display:DisplayObject,flash.events:EventDispatcher,Object" tiptext="The Stage class represents the main drawing area." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Stage.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class Stage" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Stage.html">
                <string name="nativeWindow" object="[flash.display.Stage]" text=".nativeWindow" tiptext="A reference to the NativeWindow object containing this Stage." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/display/Stage.html#nativeWindow"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.errors" id="flash.errors" sort="true" tiptext="Classes for package flash.errors" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/package-detail.html">
        <folder name="SQLError" id="[flash.errors.SQLError]" sort="true" index="true" asAncestors="Error,Object" tiptext="Provides detailed information about a failed operation." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLError" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html">
                <string name="SQLError" object="[flash.errors.SQLError]" text="new SQLError(%operation:String,details:String,message:String[,id:int=0]%)" constructor="true" tiptext="Creates a SQLError instance that can be thrown or used with a SQLErrorEvent instance&apos;s error property." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html#SQLError()"/>
                <string name="toString" object="[flash.errors.SQLError]" text=".toString(%%):String" tiptext="Returns the string &quot;Error&quot; by default or the value contained in Error.message property, if defined." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLError" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html">
                <string name="details" object="[flash.errors.SQLError]" text=".details" tiptext="Details of the current error." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html#details"/>
                <string name="operation" object="[flash.errors.SQLError]" text=".operation" tiptext="A value indicating the operation that was being attempted when the error occurred." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLError.html#operation"/>
            </folder>
        </folder>
        <folder name="SQLErrorOperation" id="[flash.errors.SQLErrorOperation]" sort="true" index="true" asAncestors="Object" tiptext="This class contains the constants that represent the possible values for the SQLError.operation property." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLErrorOperation" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html">
                <string name="ANALYZE" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.ANALYZE" constant="true" tiptext="Indicates that the SQLConnection.analyze() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#ANALYZE"/>
                <string name="ATTACH" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.ATTACH" constant="true" tiptext="Indicates that the SQLConnection.attach() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#ATTACH"/>
                <string name="BEGIN" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.BEGIN" constant="true" tiptext="Indicates that the SQLConnection.begin() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#BEGIN"/>
                <string name="COMPACT" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.COMPACT" constant="true" tiptext="Indicates that the SQLConnection.compact() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#COMPACT"/>
                <string name="COMMIT" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.COMMIT" constant="true" tiptext="Indicates that the SQLConnection.commit() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#COMMIT"/>
                <string name="CLOSE" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.CLOSE" constant="true" tiptext="Indicates that the SQLConnection.close() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#CLOSE"/>
                <string name="DEANALYZE" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.DEANALYZE" constant="true" tiptext="Indicates that the SQLConnection.deanalyze() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#DEANALYZE"/>
                <string name="DETACH" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.DETACH" constant="true" tiptext="Indicates that the SQLConnection.detach() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#DETACH"/>
                <string name="EXECUTE" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.EXECUTE" constant="true" tiptext="Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#EXECUTE"/>
                <string name="OPEN" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.OPEN" constant="true" tiptext="Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#OPEN"/>
                <string name="ROLLBACK" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.ROLLBACK" constant="true" tiptext="Indicates that the SQLConnection.rollback() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#ROLLBACK"/>
                <string name="SCHEMA" object="[flash.errors.SQLErrorOperation]" text="SQLErrorOperation.SCHEMA" constant="true" tiptext="Indicates that the SQLConnection.loadSchema() method was called." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/errors/SQLErrorOperation.html#SCHEMA"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.events" id="flash.events" sort="true" tiptext="Classes for package flash.events" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/package-detail.html">
        <folder name="BrowserInvokeEvent" id="[flash.events.BrowserInvokeEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="The NativeApplication object of an AIR application dispatches a BrowserInvokeEvent event when the application is invoked as the result of a SWF file in the browser using the browser invocation feature." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class BrowserInvokeEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html">
                <string name="BrowserInvokeEvent" object="[flash.events.BrowserInvokeEvent]" text="new BrowserInvokeEvent(%type:String,bubbles:Boolean,cancelable:Boolean,arguments:Array,sandboxType:String,securityDomain:String,isHTTPS:Boolean,isUserEvent:Boolean%)" constructor="true" tiptext="The constructor function for the BrowserInvokeEvent class." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#BrowserInvokeEvent()"/>
                <string name="clone" object="[flash.events.BrowserInvokeEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a new copy of this event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class BrowserInvokeEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html">
                <string name="BROWSER_INVOKE" object="[flash.events.BrowserInvokeEvent]" text="BrowserInvokeEvent.BROWSER_INVOKE" constant="true" tiptext="The BrowserInvokeEvent.INVOKE constant defines the value of the type property of a BrowserInvokeEvent event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#BROWSER_INVOKE"/>
                <string name="arguments" object="[flash.events.BrowserInvokeEvent]" text=".arguments" tiptext="An array of arguments (strings) to pass to the application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#arguments"/>
                <string name="sandboxType" object="[flash.events.BrowserInvokeEvent]" text=".sandboxType" tiptext="The sandbox type for the content in the browser." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#sandboxType"/>
                <string name="securityDomain" object="[flash.events.BrowserInvokeEvent]" text=".securityDomain" tiptext="The security domain for the content in the browser, such as &quot;www.adobe.com&quot; or &quot;www.example.org&quot;." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#securityDomain"/>
                <string name="isHTTPS" object="[flash.events.BrowserInvokeEvent]" text=".isHTTPS" tiptext="Whether the content in the browser uses the https URL scheme (true) or not (false)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#isHTTPS"/>
                <string name="isUserEvent" object="[flash.events.BrowserInvokeEvent]" text=".isUserEvent" tiptext="Whether the browser invocation resulted in a user event (such as a mouse click)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/BrowserInvokeEvent.html#isUserEvent"/>
            </folder>
        </folder>
        <folder name="DRMAuthenticateEvent" id="[flash.events.DRMAuthenticateEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="Dispatched when an AIR application attempts to access an object with identity-based Digital Rights Management (DRM) encryption." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class DRMAuthenticateEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html">
                <string name="DRMAuthenticateEvent" object="[flash.events.DRMAuthenticateEvent]" text="new DRMAuthenticateEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,header:String,userPrompt:String,passPrompt:String,urlPrompt:String,authenticationType:String,netstream:flash.net:NetStream=null]%)" constructor="true" tiptext="Creates an Event object that contains specific information about DRM authentication events." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#DRMAuthenticateEvent()"/>
                <string name="clone" object="[flash.events.DRMAuthenticateEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the DRMAuthenticateEvent object and sets the value of each property to match that of the original." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#clone()"/>
                <string name="toString" object="[flash.events.DRMAuthenticateEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the DRMAuthenticateEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class DRMAuthenticateEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html">
                <string name="DRM_AUTHENTICATE" object="[flash.events.DRMAuthenticateEvent]" text="DRMAuthenticateEvent.DRM_AUTHENTICATE" constant="true" tiptext="The DRMAuthenticateEvent.DRM_AUTHENTICATE constant defines the value of the type property of a drmAuthenticate event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#DRM_AUTHENTICATE"/>
                <string name="AUTHENTICATION_TYPE_DRM" object="[flash.events.DRMAuthenticateEvent]" text="DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM" constant="true" tiptext="The DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM constant defines the value of the authenticationType property of a drmAuthenticate event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#AUTHENTICATION_TYPE_DRM"/>
                <string name="AUTHENTICATION_TYPE_PROXY" object="[flash.events.DRMAuthenticateEvent]" text="DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY" constant="true" tiptext="The DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY constant defines the value of the authenticationType property of a drmAuthenticate event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#AUTHENTICATION_TYPE_PROXY"/>
                <string name="header" object="[flash.events.DRMAuthenticateEvent]" text=".header" tiptext="The encrypted content file header provided by the server." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#header"/>
                <string name="usernamePrompt" object="[flash.events.DRMAuthenticateEvent]" text=".usernamePrompt" tiptext="A prompt for a user name credential, provided by the server." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#usernamePrompt"/>
                <string name="passwordPrompt" object="[flash.events.DRMAuthenticateEvent]" text=".passwordPrompt" tiptext="A prompt for a password credential, provided by the server." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#passwordPrompt"/>
                <string name="urlPrompt" object="[flash.events.DRMAuthenticateEvent]" text=".urlPrompt" tiptext="A prompt for a URL to display, provided by the server." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#urlPrompt"/>
                <string name="authenticationType" object="[flash.events.DRMAuthenticateEvent]" text=".authenticationType" tiptext="Indicates whether the supplied credentials are for authentication against the DRM credentials list, or, if the content is stored on a proxy server, against the credentials list for the proxy server." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#authenticationType"/>
                <string name="netstream" object="[flash.events.DRMAuthenticateEvent]" text=".netstream" tiptext="The NetStream object that initiated this event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMAuthenticateEvent.html#netstream"/>
            </folder>
        </folder>
        <folder name="DRMErrorEvent" id="[flash.events.DRMErrorEvent]" sort="true" index="true" asAncestors="flash.events:ErrorEvent,flash.events:TextEvent,flash.events:Event,Object" tiptext="AIR dispatches DRMErrorEvent objects when an object with Digital Rights Management (DRM) encryption reports information related to its protection." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class DRMErrorEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html">
                <string name="DRMErrorEvent" object="[flash.events.DRMErrorEvent]" text="new DRMErrorEvent(%[type:String=unknown,bubbles:Boolean=false,cancelable:Boolean=false,inErrorDetail:String,inErrorCode:int=0,insubErrorID:int=0]%)" constructor="true" tiptext="Creates an Event object that contains specific information about DRM error events." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html#DRMErrorEvent()"/>
                <string name="clone" object="[flash.events.DRMErrorEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the DRMErrorEvent object and sets the value of each property to match that of the original." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html#clone()"/>
                <string name="toString" object="[flash.events.DRMErrorEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the DRMErrorEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class DRMErrorEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html">
                <string name="DRM_ERROR" object="[flash.events.DRMErrorEvent]" text="DRMErrorEvent.DRM_ERROR" constant="true" tiptext="The DRMErrorEvent.DRM_ERROR constant defines the value of the type property of a drmError event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html#DRM_ERROR"/>
                <string name="subErrorID" object="[flash.events.DRMErrorEvent]" text=".subErrorID" tiptext="An error code that indicates more detailed information about the underlying problem." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMErrorEvent.html#subErrorID"/>
            </folder>
        </folder>
        <folder name="DRMStatusEvent" id="[flash.events.DRMStatusEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="AIR dispatches DRMStatusEvent objects when an object with Digital Rights Management (DRM) encryption reports information related to its protection." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class DRMStatusEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html">
                <string name="DRMStatusEvent" object="[flash.events.DRMStatusEvent]" text="new DRMStatusEvent(%[type:String=unknown,bubbles:Boolean=false,cancelable:Boolean=false,inPolicies:Object=null,inDetail:String,inAvailableOffline:Boolean=false,inAnonymous:Boolean=false,inVoucherEndDate:int=0,inOfflineLeasePeriod:int=0]%)" constructor="true" tiptext="Creates an Event object that contains specific information about DRM status events." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#DRMStatusEvent()"/>
                <string name="clone" object="[flash.events.DRMStatusEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the DRMStatusEvent object and sets the value of each property to match that of the original." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#clone()"/>
                <string name="toString" object="[flash.events.DRMStatusEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the DRMStatusEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class DRMStatusEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html">
                <string name="DRM_STATUS" object="[flash.events.DRMStatusEvent]" text="DRMStatusEvent.DRM_STATUS" constant="true" tiptext="The DRMStatusEvent.DRM_STATUS constant defines the value of the type property of a drmStatus event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#DRM_STATUS"/>
                <string name="isAvailableOffline" object="[flash.events.DRMStatusEvent]" text=".isAvailableOffline" tiptext="Indicates whether the content, protected with Digital Rights Management (DRM) encryption, is available offline, in which case the value is true." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#isAvailableOffline"/>
                <string name="isAnonymous" object="[flash.events.DRMStatusEvent]" text=".isAnonymous" tiptext="Indicates whether the content, protected with Digital Rights Management (DRM) encryption, is available without requiring a user to provide authentication credentials, in which case the value is true." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#isAnonymous"/>
                <string name="voucherEndDate" object="[flash.events.DRMStatusEvent]" text=".voucherEndDate" tiptext="The absolute date on which the voucher expires and the content can no longer be viewed by users." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#voucherEndDate"/>
                <string name="offlineLeasePeriod" object="[flash.events.DRMStatusEvent]" text=".offlineLeasePeriod" tiptext="The remaining number of days that content can be viewed offline." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#offlineLeasePeriod"/>
                <string name="policies" object="[flash.events.DRMStatusEvent]" text=".policies" tiptext="A custom Object of the DRM status event" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#policies"/>
                <string name="detail" object="[flash.events.DRMStatusEvent]" text=".detail" tiptext="A string explaining the context of the status event" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/DRMStatusEvent.html#detail"/>
            </folder>
        </folder>
        <folder name="Event" id="[flash.events.Event]" sort="true" index="true" asAncestors="Object" tiptext="The Event class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class Event" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html">
                <string name="Event" object="[flash.events.Event]" text="new Event(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false]%)" constructor="true" tiptext="Used to create new Event object." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#Event()"/>
                <string name="formatToString" object="[flash.events.Event]" text=".formatToString(%className:String,arguments:restParam%):String" tiptext="A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#formatToString()"/>
                <string name="clone" object="[flash.events.Event]" text=".clone(%%):flash.events:Event" tiptext="Duplicates an instance of an Event subclass." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#clone()"/>
                <string name="toString" object="[flash.events.Event]" text=".toString(%%):String" tiptext="Returns a string containing all the properties of the Event object." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#toString()"/>
                <string name="stopPropagation" object="[flash.events.Event]" text=".stopPropagation(%%):void" tiptext="Prevents processing of any event listeners in nodes subsequent to the current node in the event flow." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#stopPropagation()"/>
                <string name="stopImmediatePropagation" object="[flash.events.Event]" text=".stopImmediatePropagation(%%):void" tiptext="Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#stopImmediatePropagation()"/>
                <string name="preventDefault" object="[flash.events.Event]" text=".preventDefault(%%):void" tiptext="Cancels an event&apos;s default behavior if that behavior can be canceled." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#preventDefault()"/>
                <string name="isDefaultPrevented" object="[flash.events.Event]" text=".isDefaultPrevented(%%):Boolean" tiptext="Checks whether the preventDefault() method has been called on the event." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#isDefaultPrevented()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class Event" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html">
                <string name="ACTIVATE" object="[flash.events.Event]" text="Event.ACTIVATE" constant="true" tiptext="The Event.ACTIVATE constant defines the value of the type property of an activate event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#ACTIVATE"/>
                <string name="ADDED" object="[flash.events.Event]" text="Event.ADDED" constant="true" tiptext="The Event.ADDED constant defines the value of the type property of an added event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#ADDED"/>
                <string name="ADDED_TO_STAGE" object="[flash.events.Event]" text="Event.ADDED_TO_STAGE" constant="true" tiptext="The Event.ADDED_TO_STAGE constant defines defines the value of the type property of an addedToStage event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#ADDED_TO_STAGE"/>
                <string name="CANCEL" object="[flash.events.Event]" text="Event.CANCEL" constant="true" tiptext="The Event.CANCEL constant defines the value of the type property of a cancel event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#CANCEL"/>
                <string name="CHANGE" object="[flash.events.Event]" text="Event.CHANGE" constant="true" tiptext="The Event.CHANGE constant defines defines the value of the type property of a change event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#CHANGE"/>
                <string name="CLOSE" object="[flash.events.Event]" text="Event.CLOSE" constant="true" tiptext="The Event.CLOSE constant defines the value of the type property of a close event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#CLOSE"/>
                <string name="CLOSING" object="[flash.events.Event]" text="Event.CLOSING" constant="true" tiptext="The Event.CLOSING constant defines the value of the type property of a closing event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#CLOSING"/>
                <string name="EXITING" object="[flash.events.Event]" text="Event.EXITING" constant="true" tiptext="The Event.EXITING constant defines the value of the type property of a exiting event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#EXITING"/>
                <string name="COMPLETE" object="[flash.events.Event]" text="Event.COMPLETE" constant="true" tiptext="The Event.COMPLETE constant defines the value of the type property of a complete event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#COMPLETE"/>
                <string name="CONNECT" object="[flash.events.Event]" text="Event.CONNECT" constant="true" tiptext="The Event.CONNECT constant defines the value of the type property of a connect event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#CONNECT"/>
                <string name="DEACTIVATE" object="[flash.events.Event]" text="Event.DEACTIVATE" constant="true" tiptext="The Event.DEACTIVATE constant defines the value of the type property of a deactivate event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#DEACTIVATE"/>
                <string name="DISPLAYING" object="[flash.events.Event]" text="Event.DISPLAYING" constant="true" tiptext="Defines the value of the type property of a displaying event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#DISPLAYING"/>
                <string name="ENTER_FRAME" object="[flash.events.Event]" text="Event.ENTER_FRAME" constant="true" tiptext="The Event.ENTER_FRAME constant defines the value of the type property of an enterFrame event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#ENTER_FRAME"/>
                <string name="ID3" object="[flash.events.Event]" text="Event.ID3" constant="true" tiptext="The Event.ID3 constant defines the value of the type property of an id3 event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#ID3"/>
                <string name="INIT" object="[flash.events.Event]" text="Event.INIT" constant="true" tiptext="The Event.INIT constant defines the value of the type property of an init event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#INIT"/>
                <string name="MOUSE_LEAVE" object="[flash.events.Event]" text="Event.MOUSE_LEAVE" constant="true" tiptext="The Event.MOUSE_LEAVE constant defines the value of the type property of a mouseLeave event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#MOUSE_LEAVE"/>
                <string name="OPEN" object="[flash.events.Event]" text="Event.OPEN" constant="true" tiptext="The Event.OPEN constant defines the value of the type property of an open event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#OPEN"/>
                <string name="REMOVED" object="[flash.events.Event]" text="Event.REMOVED" constant="true" tiptext="The Event.REMOVED constant defines the value of the type property of a removed event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#REMOVED"/>
                <string name="REMOVED_FROM_STAGE" object="[flash.events.Event]" text="Event.REMOVED_FROM_STAGE" constant="true" tiptext="The Event.REMOVED_FROM_STAGE constant defines the value of the type property of a removedFromStage event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#REMOVED_FROM_STAGE"/>
                <string name="RENDER" object="[flash.events.Event]" text="Event.RENDER" constant="true" tiptext="The Event.RENDER constant defines the value of the type property of a render event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#RENDER"/>
                <string name="RESIZE" object="[flash.events.Event]" text="Event.RESIZE" constant="true" tiptext="The Event.RESIZE constant defines the value of the type property of a resize event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#RESIZE"/>
                <string name="SCROLL" object="[flash.events.Event]" text="Event.SCROLL" constant="true" tiptext="The Event.SCROLL constant defines the value of the type property of a scroll event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#SCROLL"/>
                <string name="SELECT" object="[flash.events.Event]" text="Event.SELECT" constant="true" tiptext="The Event.SELECT constant defines the value of the type property of a select event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#SELECT"/>
                <string name="SOUND_COMPLETE" object="[flash.events.Event]" text="Event.SOUND_COMPLETE" constant="true" tiptext="The Event.SOUND_COMPLETE constant defines the value of the type property of a soundComplete event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#SOUND_COMPLETE"/>
                <string name="TAB_CHILDREN_CHANGE" object="[flash.events.Event]" text="Event.TAB_CHILDREN_CHANGE" constant="true" tiptext="The Event.TAB_CHILDREN_CHANGE constant defines the value of the type property of a tabChildrenChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#TAB_CHILDREN_CHANGE"/>
                <string name="TAB_ENABLED_CHANGE" object="[flash.events.Event]" text="Event.TAB_ENABLED_CHANGE" constant="true" tiptext="The Event.TAB_ENABLED_CHANGE constant defines the value of the type property of a tabEnabledChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#TAB_ENABLED_CHANGE"/>
                <string name="TAB_INDEX_CHANGE" object="[flash.events.Event]" text="Event.TAB_INDEX_CHANGE" constant="true" tiptext="The Event.TAB_INDEX_CHANGE constant defines the value of the type property of a tabIndexChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#TAB_INDEX_CHANGE"/>
                <string name="UNLOAD" object="[flash.events.Event]" text="Event.UNLOAD" constant="true" tiptext="The Event.UNLOAD constant defines the value of the type property of an unload event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#UNLOAD"/>
                <string name="FULLSCREEN" object="[flash.events.Event]" text="Event.FULLSCREEN" constant="true" tiptext="The Event.FULL_SCREEN constant defines the value of the type property of a fullScreen event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#FULLSCREEN"/>
                <string name="NETWORK_CHANGE" object="[flash.events.Event]" text="Event.NETWORK_CHANGE" constant="true" tiptext="The Event.NETWORK_CHANGE constant defines the value of the type property of a networkChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#NETWORK_CHANGE"/>
                <string name="USER_IDLE" object="[flash.events.Event]" text="Event.USER_IDLE" constant="true" tiptext="The Event.USER_IDLE constant defines the value of the type property of a userIdle event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#USER_IDLE"/>
                <string name="USER_PRESENT" object="[flash.events.Event]" text="Event.USER_PRESENT" constant="true" tiptext="The Event.USER_PRESENT constant defines the value of the type property of a userPresent event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#USER_PRESENT"/>
                <string name="HTML_BOUNDS_CHANGE" object="[flash.events.Event]" text="Event.HTML_BOUNDS_CHANGE" constant="true" tiptext="The Event.HTML_BOUNDS_CHANGE constant defines the value of the type property of an htmlBoundsChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#HTML_BOUNDS_CHANGE"/>
                <string name="HTML_RENDER" object="[flash.events.Event]" text="Event.HTML_RENDER" constant="true" tiptext="The Event.HTML_RENDER constant defines the value of the type property of an htmlRender event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#HTML_RENDER"/>
                <string name="HTML_DOM_INITIALIZE" object="[flash.events.Event]" text="Event.HTML_DOM_INITIALIZE" constant="true" tiptext="The Event.HTML_DOM_INITIALIZE constant defines the value of the type property of an htmlDOMInitialize event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#HTML_DOM_INITIALIZE"/>
                <string name="LOCATION_CHANGE" object="[flash.events.Event]" text="Event.LOCATION_CHANGE" constant="true" tiptext="The Event.LOCATION_CHANGE constant defines the value of the type property of a locationChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#LOCATION_CHANGE"/>
                <string name="type" object="[flash.events.Event]" text=".type" tiptext="The type of event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#type"/>
                <string name="bubbles" object="[flash.events.Event]" text=".bubbles" tiptext="Indicates whether an event is a bubbling event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#bubbles"/>
                <string name="cancelable" object="[flash.events.Event]" text=".cancelable" tiptext="Indicates whether the behavior associated with the event can be prevented." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#cancelable"/>
                <string name="target" object="[flash.events.Event]" text=".target" tiptext="The event target." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#target"/>
                <string name="currentTarget" object="[flash.events.Event]" text=".currentTarget" tiptext="The object that is actively processing the Event object with an event listener." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#currentTarget"/>
                <string name="eventPhase" object="[flash.events.Event]" text=".eventPhase" tiptext="The current phase in the event flow." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/Event.html#eventPhase"/>
            </folder>
        </folder>
        <folder name="FileListEvent" id="[flash.events.FileListEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="A FileListEvent is dispatched when a call to the getDirectoryListingAsync() method of a File object successfully enumerates a set of files and directories." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class FileListEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html">
                <string name="FileListEvent" object="[flash.events.FileListEvent]" text="new FileListEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,files:Array=null]%)" constructor="true" tiptext="A FileListEvent is dispatched when a call to the getDirectoryListingAsync() method of a File object successfully enumerates a set of files and directories." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html#FileListEvent()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class FileListEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html">
                <string name="files" object="[flash.events.FileListEvent]" text=".files" tiptext="The set of files and directories at the root level of the directory represented by the File object that called the listDirectoriesAsync() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html#files"/>
                <string name="DIRECTORY_LISTING" object="[flash.events.FileListEvent]" text="FileListEvent.DIRECTORY_LISTING" constant="true" tiptext="The FileListEvent.DIRECTORY_LISTING constant defines the value of the type property of the event object for a directoryListing event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html#DIRECTORY_LISTING"/>
                <string name="SELECT_MULTIPLE" object="[flash.events.FileListEvent]" text="FileListEvent.SELECT_MULTIPLE" constant="true" tiptext="The FileListEvent.SELECT_MULTIPLE constant defines the value of the type property of the event object for a selectMultiple event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/FileListEvent.html#SELECT_MULTIPLE"/>
            </folder>
        </folder>
        <folder name="HTMLUncaughtScriptExceptionEvent" id="[flash.events.HTMLUncaughtScriptExceptionEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="An HTMLLoader object dispatches an HTMLUncaughtScriptExceptionEvent object whenever a JavaScript exception is thrown and not handled with a catch statement." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class HTMLUncaughtScriptExceptionEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html">
                <string name="HTMLUncaughtScriptExceptionEvent" object="[flash.events.HTMLUncaughtScriptExceptionEvent]" text="new HTMLUncaughtScriptExceptionEvent(%exceptionValue:*%)" constructor="true" tiptext="Creates an HTMLUncaughtScriptExceptionEvent object to pass as a parameter to event listeners." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html#HTMLUncaughtScriptExceptionEvent()"/>
                <string name="clone" object="[flash.events.HTMLUncaughtScriptExceptionEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the HTMLUncaughtScriptExceptionEvent object and sets the value of each property to match that of the original." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class HTMLUncaughtScriptExceptionEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html">
                <string name="UNCAUGHT_SCRIPT_EXCEPTION" object="[flash.events.HTMLUncaughtScriptExceptionEvent]" text="HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION" constant="true" tiptext="Defines the value of the type property of an uncaughtScriptException event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html#UNCAUGHT_SCRIPT_EXCEPTION"/>
                <string name="exceptionValue" object="[flash.events.HTMLUncaughtScriptExceptionEvent]" text=".exceptionValue" tiptext="The result of evaluating the expression in the throw statement that resulted in the uncaught exception." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html#exceptionValue"/>
                <string name="stackTrace" object="[flash.events.HTMLUncaughtScriptExceptionEvent]" text=".stackTrace" tiptext="An array of objects that represent the stack trace at the time the throw statement that resulted in the uncaught exception was executed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTMLUncaughtScriptExceptionEvent.html#stackTrace"/>
            </folder>
        </folder>
        <folder name="HTTPStatusEvent" id="[flash.events.HTTPStatusEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="The application dispatches HTTPStatusEvent objects when a network request returns an HTTPstatus code." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTTPStatusEvent.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class HTTPStatusEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTTPStatusEvent.html">
                <string name="HTTP_RESPONSE_STATUS" object="[flash.events.HTTPStatusEvent]" text="HTTPStatusEvent.HTTP_RESPONSE_STATUS" constant="true" tiptext="The HTTPStatusEvent.HTTP_RESPONSE_STATUS constant defines the value of the type property of a httpResponseStatus event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTTPStatusEvent.html#HTTP_RESPONSE_STATUS"/>
                <string name="responseURL" object="[flash.events.HTTPStatusEvent]" text=".responseURL" tiptext="The URL that the response was returned from." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTTPStatusEvent.html#responseURL"/>
                <string name="responseHeaders" object="[flash.events.HTTPStatusEvent]" text=".responseHeaders" tiptext="The response headers that the response returned, as an array of URLRequestHeader objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/HTTPStatusEvent.html#responseHeaders"/>
            </folder>
        </folder>
        <folder name="InvokeEvent" id="[flash.events.InvokeEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="The NativeApplication object of an AIR application dispatches an InvokeEvent event when the application is invoked." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class InvokeEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html">
                <string name="InvokeEvent" object="[flash.events.InvokeEvent]" text="new InvokeEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,dir:flash.filesystem:File=null,argv:Array=null]%)" constructor="true" tiptext="The constructor function for the InvokeEvent class." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html#InvokeEvent()"/>
                <string name="clone" object="[flash.events.InvokeEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a new copy of this event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class InvokeEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html">
                <string name="INVOKE" object="[flash.events.InvokeEvent]" text="InvokeEvent.INVOKE" constant="true" tiptext="The InvokeEvent.INVOKE constant defines the value of the type property of an InvokeEvent event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html#INVOKE"/>
                <string name="currentDirectory" object="[flash.events.InvokeEvent]" text=".currentDirectory" tiptext="The directory that should be used to resolve any relative paths in the arguments array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html#currentDirectory"/>
                <string name="arguments" object="[flash.events.InvokeEvent]" text=".arguments" tiptext="The array of string arguments passed during this invocation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/InvokeEvent.html#arguments"/>
            </folder>
        </folder>
        <folder name="NativeDragEvent" id="[flash.events.NativeDragEvent]" sort="true" index="true" asAncestors="flash.events:MouseEvent,flash.events:Event,Object" tiptext="NativeDragEvents are dispatched by the InteractiveObjects involved in a drag-and-drop operation." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeDragEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html">
                <string name="NativeDragEvent" object="[flash.events.NativeDragEvent]" text="new NativeDragEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=true,localX:Number=unknown,localY:Number=unknown,relatedObject:flash.display:InteractiveObject=null,clipboard:flash.desktop:Clipboard=null,allowedActions:flash.desktop:NativeDragOptions=null,dropAction:String=null,controlKey:Boolean=false,altKey:Boolean=false,shiftKey:Boolean=false,commandKey:Boolean=false]%)" constructor="true" tiptext="Creates an Event object with specific information relevant to native drag-and-drop events." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NativeDragEvent()"/>
                <string name="clone" object="[flash.events.NativeDragEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of this NativeDragEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#clone()"/>
                <string name="toString" object="[flash.events.NativeDragEvent]" text=".toString(%%):String" tiptext="Formats the properties of this NativeDragEvent object as a string." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeDragEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html">
                <string name="NATIVE_DRAG_ENTER" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_ENTER" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_ENTER defines the value of the type property of a nativeDragEnter event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_ENTER"/>
                <string name="NATIVE_DRAG_OVER" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_OVER" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_OVER defines the value of the type property of a nativeDragOver event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_OVER"/>
                <string name="NATIVE_DRAG_DROP" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_DROP" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_DROP defines the value of the type property of a nativeDragDrop event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_DROP"/>
                <string name="NATIVE_DRAG_EXIT" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_EXIT" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_EXIT defines the value of the type property of a nativeDragExit event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_EXIT"/>
                <string name="NATIVE_DRAG_START" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_START" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_START defines the value of the type property of a nativeDragStart event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_START"/>
                <string name="NATIVE_DRAG_UPDATE" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_UPDATE" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_UPDATE defines the value of the type property of a nativeDragUpdate event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_UPDATE"/>
                <string name="NATIVE_DRAG_COMPLETE" object="[flash.events.NativeDragEvent]" text="NativeDragEvent.NATIVE_DRAG_COMPLETE" constant="true" tiptext="NativeDragEvent.NATIVE_DRAG_COMPLETE defines the value of the type property of a nativeDragComplete event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#NATIVE_DRAG_COMPLETE"/>
                <string name="clipboard" object="[flash.events.NativeDragEvent]" text=".clipboard" tiptext="The Clipboard object containing the data within this drag operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#clipboard"/>
                <string name="allowedActions" object="[flash.events.NativeDragEvent]" text=".allowedActions" tiptext="The NativeDragOptions object specifying the actions which are allowed by the display object that initiated this drag operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#allowedActions"/>
                <string name="dropAction" object="[flash.events.NativeDragEvent]" text=".dropAction" tiptext="The drag action chosen by the InteractiveObject that received the drop." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeDragEvent.html#dropAction"/>
            </folder>
        </folder>
        <folder name="NativeWindowBoundsEvent" id="[flash.events.NativeWindowBoundsEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="The NativeWindowBoundsEvent is dispatched when the size or location of a NativeWindow changes." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeWindowBoundsEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html">
                <string name="NativeWindowBoundsEvent" object="[flash.events.NativeWindowBoundsEvent]" text="new NativeWindowBoundsEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,beforeBounds:flash.geom:Rectangle=null,afterBounds:flash.geom:Rectangle=null]%)" constructor="true" tiptext="Creates an Event object with specific information relevant to window bounds events." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#NativeWindowBoundsEvent()"/>
                <string name="clone" object="[flash.events.NativeWindowBoundsEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the NativeWindowBoundsEvent object and sets the value of each property to match that of the original." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#clone()"/>
                <string name="toString" object="[flash.events.NativeWindowBoundsEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the NativeWindowBoundsEvent object." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowBoundsEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html">
                <string name="MOVING" object="[flash.events.NativeWindowBoundsEvent]" text="NativeWindowBoundsEvent.MOVING" constant="true" tiptext="Defines the value of the type property of a moving event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#MOVING"/>
                <string name="MOVE" object="[flash.events.NativeWindowBoundsEvent]" text="NativeWindowBoundsEvent.MOVE" constant="true" tiptext="Defines the value of the type property of a move event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#MOVE"/>
                <string name="RESIZING" object="[flash.events.NativeWindowBoundsEvent]" text="NativeWindowBoundsEvent.RESIZING" constant="true" tiptext="Defines the value of the type property of a resizing event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#RESIZING"/>
                <string name="RESIZE" object="[flash.events.NativeWindowBoundsEvent]" text="NativeWindowBoundsEvent.RESIZE" constant="true" tiptext="Defines the value of the type property of a resize event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#RESIZE"/>
                <string name="beforeBounds" object="[flash.events.NativeWindowBoundsEvent]" text=".beforeBounds" tiptext="Returns the bounds of the window before the bounds changed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#beforeBounds"/>
                <string name="afterBounds" object="[flash.events.NativeWindowBoundsEvent]" text=".afterBounds" tiptext="Returns the bounds of the window after the bounds changed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowBoundsEvent.html#afterBounds"/>
            </folder>
        </folder>
        <folder name="NativeWindowDisplayStateEvent" id="[flash.events.NativeWindowDisplayStateEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="The NativeWindowDisplayStateEvent is dispatched when the display state of a NativeWindow changes." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class NativeWindowDisplayStateEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html">
                <string name="NativeWindowDisplayStateEvent" object="[flash.events.NativeWindowDisplayStateEvent]" text="new NativeWindowDisplayStateEvent(%type:String[,bubbles:Boolean=true,cancelable:Boolean=false,beforeDisplayState:String,afterDisplayState:String]%)" constructor="true" tiptext="Creates an Event object with specific information relevant to window bounds events." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#NativeWindowDisplayStateEvent()"/>
                <string name="clone" object="[flash.events.NativeWindowDisplayStateEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the NativeWindowDisplayStateEvent object and sets the value of each property to match that of the original." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#clone()"/>
                <string name="toString" object="[flash.events.NativeWindowDisplayStateEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the NativeWindowDisplayStateEvent object." version="9.0" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class NativeWindowDisplayStateEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html">
                <string name="DISPLAY_STATE_CHANGING" object="[flash.events.NativeWindowDisplayStateEvent]" text="NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING" constant="true" tiptext="Defines the value of the type property of a displayStateChanging event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#DISPLAY_STATE_CHANGING"/>
                <string name="DISPLAY_STATE_CHANGE" object="[flash.events.NativeWindowDisplayStateEvent]" text="NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE" constant="true" tiptext="Defines the value of the type property of a displayStateChange event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#DISPLAY_STATE_CHANGE"/>
                <string name="beforeDisplayState" object="[flash.events.NativeWindowDisplayStateEvent]" text=".beforeDisplayState" tiptext="The display state of the NativeWindow before the change." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#beforeDisplayState"/>
                <string name="afterDisplayState" object="[flash.events.NativeWindowDisplayStateEvent]" text=".afterDisplayState" tiptext="The display state of the NativeWindow after the change." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/NativeWindowDisplayStateEvent.html#afterDisplayState"/>
            </folder>
        </folder>
        <folder name="OutputProgressEvent" id="[flash.events.OutputProgressEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="A FileStream object dispatches OutputProgressEvent objects as pending asynchronous file write operations are performed." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class OutputProgressEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html">
                <string name="OutputProgressEvent" object="[flash.events.OutputProgressEvent]" text="new OutputProgressEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,bytesPending:Number=0,bytesTotal:Number=0]%)" constructor="true" tiptext="Constructor for OutputProgressEvent objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html#OutputProgressEvent()"/>
                <string name="clone" object="[flash.events.OutputProgressEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the OutputProgressEvent object and sets each property&apos;s value to match that of the original." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html#clone()"/>
                <string name="toString" object="[flash.events.OutputProgressEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the OutputProgressEvent object." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class OutputProgressEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html">
                <string name="OUTPUT_PROGRESS" object="[flash.events.OutputProgressEvent]" text="OutputProgressEvent.OUTPUT_PROGRESS" constant="true" tiptext="Defines the value of the type property of an outputProgress event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html#OUTPUT_PROGRESS"/>
                <string name="bytesPending" object="[flash.events.OutputProgressEvent]" text=".bytesPending" tiptext="The number of bytes not yet written when the listener processes the event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html#bytesPending"/>
                <string name="bytesTotal" object="[flash.events.OutputProgressEvent]" text=".bytesTotal" tiptext="The total number of bytes written so far, plus the number of pending bytes to be written." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/OutputProgressEvent.html#bytesTotal"/>
            </folder>
        </folder>
        <folder name="ScreenMouseEvent" id="[flash.events.ScreenMouseEvent]" sort="true" index="true" asAncestors="flash.events:MouseEvent,flash.events:Event,Object" tiptext="Dispatched by the SystemTrayIcon in response to mouse interaction.The ScreenMouseEvent object provides two additional properties,screenX and screenY that report the mouse coordinatesin relation to the primary desktop screen rather than an application window orstage." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class ScreenMouseEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html">
                <string name="ScreenMouseEvent" object="[flash.events.ScreenMouseEvent]" text="new ScreenMouseEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,screenX:Number=unknown,screenY:Number=unknown,ctrlKey:Boolean=false,altKey:Boolean=false,shiftKey:Boolean=false,buttonDown:Boolean=false,commandKey:Boolean=false,controlKey:Boolean=false]%)" constructor="true" tiptext="Constructor for ScreenMouseEvent objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html#ScreenMouseEvent()"/>
                <string name="clone" object="[flash.events.ScreenMouseEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the ScreenMouseEvent object and sets the value of each property to match that of the original." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html#clone()"/>
                <string name="toString" object="[flash.events.ScreenMouseEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the ScreenMouseEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class ScreenMouseEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html">
                <string name="screenX" object="[flash.events.ScreenMouseEvent]" text=".screenX" tiptext="The X position in screen coordinates of the click." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html#screenX"/>
                <string name="screenY" object="[flash.events.ScreenMouseEvent]" text=".screenY" tiptext="The Y position in screen coordinates of the click." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/ScreenMouseEvent.html#screenY"/>
            </folder>
        </folder>
        <folder name="SQLErrorEvent" id="[flash.events.SQLErrorEvent]" sort="true" index="true" asAncestors="flash.events:ErrorEvent,flash.events:TextEvent,flash.events:Event,Object" tiptext="A SQLErrorEvent is dispatched by a SQLConnection instance or SQLStatement instance when an error occurs while performing a database operation in asynchronous execution mode." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLErrorEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html">
                <string name="SQLErrorEvent" object="[flash.events.SQLErrorEvent]" text="new SQLErrorEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,error:flash.errors:SQLError=null]%)" constructor="true" tiptext="Used to create new SQLErrorEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html#SQLErrorEvent()"/>
                <string name="clone" object="[flash.events.SQLErrorEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the SQLErrorEvent object and sets the value of each property to match that of the original." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html#clone()"/>
                <string name="toString" object="[flash.events.SQLErrorEvent]" text=".toString(%%):String" tiptext="Returns a string that contains all the properties of the SQLErrorEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLErrorEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html">
                <string name="ERROR" object="[flash.events.SQLErrorEvent]" text="SQLErrorEvent.ERROR" constant="true" tiptext="The SQLErrorEvent.ERROR constant defines the value of the type property of an error event dispatched when a call to a method of a SQLConnection or SQLStatement instance completes with an error." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html#ERROR"/>
                <string name="error" object="[flash.events.SQLErrorEvent]" text=".error" tiptext="A SQLError object containing detailed information about the cause of the error." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLErrorEvent.html#error"/>
            </folder>
        </folder>
        <folder name="SQLEvent" id="[flash.events.SQLEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="Adobe AIR dispatches SQLEvent objects when one of the operations performed by a SQLConnection or SQLStatement instance completes successfully." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html">
                <string name="SQLEvent" object="[flash.events.SQLEvent]" text="new SQLEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false]%)" constructor="true" tiptext="Used to create new SQLEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#SQLEvent()"/>
                <string name="clone" object="[flash.events.SQLEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the SQLEvent object and sets the value of each property to match that of the original." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html">
                <string name="ANALYZE" object="[flash.events.SQLEvent]" text="SQLEvent.ANALYZE" constant="true" tiptext="The SQLEvent.ANALYZE constant defines the value of the type property of an analyze event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#ANALYZE"/>
                <string name="ATTACH" object="[flash.events.SQLEvent]" text="SQLEvent.ATTACH" constant="true" tiptext="The SQLEvent.ATTACH constant defines the value of the type property of an attach event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#ATTACH"/>
                <string name="BEGIN" object="[flash.events.SQLEvent]" text="SQLEvent.BEGIN" constant="true" tiptext="The SQLEvent.BEGIN constant defines the value of the type property of a begin event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#BEGIN"/>
                <string name="CANCEL" object="[flash.events.SQLEvent]" text="SQLEvent.CANCEL" constant="true" tiptext="The SQLEvent.CANCEL constant defines the value of the type property of a cancel event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#CANCEL"/>
                <string name="COMPACT" object="[flash.events.SQLEvent]" text="SQLEvent.COMPACT" constant="true" tiptext="The SQLEvent.COMPACT constant defines the value of the type property of a compact event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#COMPACT"/>
                <string name="CLOSE" object="[flash.events.SQLEvent]" text="SQLEvent.CLOSE" constant="true" tiptext="The SQLEvent.CLOSE constant defines the value of the type property of a close event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#CLOSE"/>
                <string name="COMMIT" object="[flash.events.SQLEvent]" text="SQLEvent.COMMIT" constant="true" tiptext="The SQLEvent.COMMIT constant defines the value of the type property of a commit event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#COMMIT"/>
                <string name="DEANALYZE" object="[flash.events.SQLEvent]" text="SQLEvent.DEANALYZE" constant="true" tiptext="The SQLEvent.DEANALYZE constant defines the value of the type property of a deanalyze event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#DEANALYZE"/>
                <string name="DETACH" object="[flash.events.SQLEvent]" text="SQLEvent.DETACH" constant="true" tiptext="The SQLEvent.DETACH constant defines the value of the type property of a detach event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#DETACH"/>
                <string name="OPEN" object="[flash.events.SQLEvent]" text="SQLEvent.OPEN" constant="true" tiptext="The SQLEvent.OPEN constant defines the value of the type property of a open event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#OPEN"/>
                <string name="ROLLBACK" object="[flash.events.SQLEvent]" text="SQLEvent.ROLLBACK" constant="true" tiptext="The SQLEvent.ROLLBACK constant defines the value of the type property of a rollback event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#ROLLBACK"/>
                <string name="RESULT" object="[flash.events.SQLEvent]" text="SQLEvent.RESULT" constant="true" tiptext="The SQLEvent.RESULT constant defines the value of the type property of a result event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#RESULT"/>
                <string name="SCHEMA" object="[flash.events.SQLEvent]" text="SQLEvent.SCHEMA" constant="true" tiptext="The SQLEvent.SCHEMA constant defines the value of the type property of a schema event object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLEvent.html#SCHEMA"/>
            </folder>
        </folder>
        <folder name="SQLUpdateEvent" id="[flash.events.SQLUpdateEvent]" sort="true" index="true" asAncestors="flash.events:Event,Object" tiptext="A SQLUpdateEvent object is dispatched by a SQLConnection object when a data change occurs on any table associated with the SQLConnection instance." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class SQLUpdateEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html">
                <string name="SQLUpdateEvent" object="[flash.events.SQLUpdateEvent]" text="new SQLUpdateEvent(%type:String[,bubbles:Boolean=false,cancelable:Boolean=false,table:String=null,rowID:Number=0]%)" constructor="true" tiptext="Used to create new SQLUpdateEvent object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#SQLUpdateEvent()"/>
                <string name="clone" object="[flash.events.SQLUpdateEvent]" text=".clone(%%):flash.events:Event" tiptext="Creates a copy of the SQLUpdateEvent object and sets the value of each property to match that of the original." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class SQLUpdateEvent" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html">
                <string name="UPDATE" object="[flash.events.SQLUpdateEvent]" text="SQLUpdateEvent.UPDATE" constant="true" tiptext="The SQLUpdateEvent.UPDATE constant defines the value of the type property of a SQLConnection update event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#UPDATE"/>
                <string name="INSERT" object="[flash.events.SQLUpdateEvent]" text="SQLUpdateEvent.INSERT" constant="true" tiptext="The SQLUpdateEvent.INSERT constant defines the value of the type property of a SQLConnection insert event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#INSERT"/>
                <string name="DELETE" object="[flash.events.SQLUpdateEvent]" text="SQLUpdateEvent.DELETE" constant="true" tiptext="The SQLUpdateEvent.DELETE constant defines the value of the type property of a SQLConnection delete event." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#DELETE"/>
                <string name="table" object="[flash.events.SQLUpdateEvent]" text=".table" tiptext="The name of the table whose data change caused the event to be dispatched." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#table"/>
                <string name="rowID" object="[flash.events.SQLUpdateEvent]" text=".rowID" tiptext="The unique row identifier of the row that was inserted, deleted, or updated." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/events/SQLUpdateEvent.html#rowID"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.filesystem" id="flash.filesystem" sort="true" tiptext="Classes for package flash.filesystem" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/package-detail.html">
        <folder name="File" id="[flash.filesystem.File]" sort="true" index="true" asAncestors="flash.net:FileReference,flash.events:EventDispatcher,Object" tiptext="A File object represents a path to a file or directory." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class File" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html">
                <string name="File" object="[flash.filesystem.File]" text="new File(%[path:String=null]%)" constructor="true" tiptext="The constructor function for the File class." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#File()"/>
                <string name="cancel" object="[flash.filesystem.File]" text=".cancel(%%):void" tiptext="Cancels any pending asynchronous operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#cancel()"/>
                <string name="resolvePath" object="[flash.filesystem.File]" text=".resolvePath(%path:String%):flash.filesystem:File" tiptext="Creates a new File object with a path relative to this File object&apos;s path, based on the path parameter (a String)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#resolvePath()"/>
                <string name="getRelativePath" object="[flash.filesystem.File]" text=".getRelativePath(%ref:flash.net:FileReference[,useDotDot:Boolean=false]%):String" tiptext="Finds relative path between two File paths." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#getRelativePath()"/>
                <string name="createTempFile" object="[flash.filesystem.File]" text="File.createTempFile(%%):flash.filesystem:File" static="true" tiptext="Returns a reference to a new temporary file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#createTempFile()"/>
                <string name="createTempDirectory" object="[flash.filesystem.File]" text="File.createTempDirectory(%%):flash.filesystem:File" static="true" tiptext="Returns a reference to a new temporary directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#createTempDirectory()"/>
                <string name="getRootDirectories" object="[flash.filesystem.File]" text="File.getRootDirectories(%%):Array" static="true" tiptext="Returns an array of file system root directories." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#getRootDirectories()"/>
                <string name="canonicalize" object="[flash.filesystem.File]" text=".canonicalize(%%):void" tiptext="Canonicalizes the File path." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#canonicalize()"/>
                <string name="browseForOpen" object="[flash.filesystem.File]" text=".browseForOpen(%title:String[,typeFilter:Array=null]%):void" tiptext="Displays an Open File dialog box, which lets the user select a file to open." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#browseForOpen()"/>
                <string name="browseForOpenMultiple" object="[flash.filesystem.File]" text=".browseForOpenMultiple(%title:String[,typeFilter:Array=null]%):void" tiptext="Displays an Open File dialog box, which lets the user select one or more files to open." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#browseForOpenMultiple()"/>
                <string name="browseForSave" object="[flash.filesystem.File]" text=".browseForSave(%title:String%):void" tiptext="Displays a Save File dialog box, which lets the user select a file desitination." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#browseForSave()"/>
                <string name="browseForDirectory" object="[flash.filesystem.File]" text=".browseForDirectory(%title:String%):void" tiptext="Displays a directory chooser dialog box, which lets the user select a directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#browseForDirectory()"/>
                <string name="deleteFile" object="[flash.filesystem.File]" text=".deleteFile(%%):void" tiptext="Deletes the file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#deleteFile()"/>
                <string name="deleteFileAsync" object="[flash.filesystem.File]" text=".deleteFileAsync(%%):void" tiptext="Deletes the file asynchronously." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#deleteFileAsync()"/>
                <string name="deleteDirectory" object="[flash.filesystem.File]" text=".deleteDirectory(%[deleteDirectoryContents:Boolean=false]%):void" tiptext="Deletes the directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#deleteDirectory()"/>
                <string name="deleteDirectoryAsync" object="[flash.filesystem.File]" text=".deleteDirectoryAsync(%[deleteDirectoryContents:Boolean=false]%):void" tiptext="Deletes the directory asynchronously." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#deleteDirectoryAsync()"/>
                <string name="copyTo" object="[flash.filesystem.File]" text=".copyTo(%newLocation:flash.net:FileReference[,overwrite:Boolean=false]%):void" tiptext="Copies the file or directory at the location specified by this File object to the location specified by newLocation parameter." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#copyTo()"/>
                <string name="copyToAsync" object="[flash.filesystem.File]" text=".copyToAsync(%newLocation:flash.net:FileReference[,overwrite:Boolean=false]%):void" tiptext="Begins copying the file or directory at the location specified by this File object to the location specified by the destination parameter." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#copyToAsync()"/>
                <string name="moveTo" object="[flash.filesystem.File]" text=".moveTo(%newLocation:flash.net:FileReference[,overwrite:Boolean=false]%):void" tiptext="Moves the file or directory at the location specified by this File object to the location specified by the destination parameter." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#moveTo()"/>
                <string name="moveToAsync" object="[flash.filesystem.File]" text=".moveToAsync(%newLocation:flash.net:FileReference[,overwrite:Boolean=false]%):void" tiptext="Begins moving the file or directory at the location specified by this File object to the location specified by the newLocation parameter." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#moveToAsync()"/>
                <string name="moveToTrash" object="[flash.filesystem.File]" text=".moveToTrash(%%):void" tiptext="Moves a file or directory to the trash." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#moveToTrash()"/>
                <string name="moveToTrashAsync" object="[flash.filesystem.File]" text=".moveToTrashAsync(%%):void" tiptext="Asynchronously moves a file or directory to the Trash." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#moveToTrashAsync()"/>
                <string name="createDirectory" object="[flash.filesystem.File]" text=".createDirectory(%%):void" tiptext="Creates the specified directory and any necessary parent directories." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#createDirectory()"/>
                <string name="getDirectoryListing" object="[flash.filesystem.File]" text=".getDirectoryListing(%%):Array" tiptext="Returns an array of File objects corresponding to files and directories in the directory represented by this File object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#getDirectoryListing()"/>
                <string name="getDirectoryListingAsync" object="[flash.filesystem.File]" text=".getDirectoryListingAsync(%%):void" tiptext="Asynchronously retrieves an array of File objects corresponding to the contents of the directory represented by this File object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#getDirectoryListingAsync()"/>
                <string name="clone" object="[flash.filesystem.File]" text=".clone(%%):flash.filesystem:File" tiptext="Returns a copy of this File object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#clone()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class File" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html">
                <string name="systemCharset" object="[flash.filesystem.File]" text=".systemCharset" tiptext="The default encoding used by the host operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#systemCharset"/>
                <string name="separator" object="[flash.filesystem.File]" text=".separator" tiptext="The host operating system&apos;s path component separator character." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#separator"/>
                <string name="lineEnding" object="[flash.filesystem.File]" text=".lineEnding" tiptext="The line-ending character sequence used by the host operating system." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#lineEnding"/>
                <string name="exists" object="[flash.filesystem.File]" text=".exists" tiptext="Whether the referenced file or directory exists." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#exists"/>
                <string name="isHidden" object="[flash.filesystem.File]" text=".isHidden" tiptext="Whether the referenced file or directory is &quot;hidden.&quot; The value is true if the referenced file or directory is hidden; and false otherwise." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#isHidden"/>
                <string name="isDirectory" object="[flash.filesystem.File]" text=".isDirectory" tiptext="Whether the reference is to a directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#isDirectory"/>
                <string name="isPackage" object="[flash.filesystem.File]" text=".isPackage" tiptext="Whether the referenced directory is a package." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#isPackage"/>
                <string name="isSymbolicLink" object="[flash.filesystem.File]" text=".isSymbolicLink" tiptext="Whether the reference is a symbolic link." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#isSymbolicLink"/>
                <string name="parent" object="[flash.filesystem.File]" text=".parent" tiptext="The directory that contains the file or directory referenced by this File object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#parent"/>
                <string name="nativePath" object="[flash.filesystem.File]" text=".nativePath" tiptext="The full path in the host operating system representation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#nativePath"/>
                <string name="userDirectory" object="[flash.filesystem.File]" text=".userDirectory" tiptext="The user&apos;s directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#userDirectory"/>
                <string name="documentsDirectory" object="[flash.filesystem.File]" text=".documentsDirectory" tiptext="The user&apos;s documents directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#documentsDirectory"/>
                <string name="desktopDirectory" object="[flash.filesystem.File]" text=".desktopDirectory" tiptext="The user&apos;s desktop directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#desktopDirectory"/>
                <string name="applicationStorageDirectory" object="[flash.filesystem.File]" text=".applicationStorageDirectory" tiptext="The application&apos;s private storage directory." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#applicationStorageDirectory"/>
                <string name="applicationDirectory" object="[flash.filesystem.File]" text=".applicationDirectory" tiptext="The folder containing the application&apos;s installed files." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#applicationDirectory"/>
                <string name="url" object="[flash.filesystem.File]" text=".url" tiptext="The URL for this File path." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#url"/>
                <string name="icon" object="[flash.filesystem.File]" text=".icon" tiptext="An Icon object containing to the icons defined for the file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#icon"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class File" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html">
                <string name="directoryListing" object="[flash.filesystem.File]" text=".addEventListener(%type:String=FileListEvent.DIRECTORY_LISTING{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a directory list is available as a result to a call to the getDirectoryListingAsync() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:directoryListing"/>
                <string name="selectMultiple" object="[flash.filesystem.File]" text=".addEventListener(%type:String=FileListEvent.SELECT_MULTIPLE{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when the user selects a files from the browseForOpenMultiple() dialog box." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:selectMultiple"/>
                <string name="select" object="[flash.filesystem.File]" text=".addEventListener(%type:String=Event.SELECT{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when the user selects a file or directory from the a file- or directory-browsing dialog box." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:select"/>
                <string name="securityError" object="[flash.filesystem.File]" text=".addEventListener(%type:String=SecurityErrorEvent.SECURITY_ERROR{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a an operation violates a security constraint." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:securityError"/>
                <string name="ioError" object="[flash.filesystem.File]" text=".addEventListener(%type:String=IOErrorEvent.IO_ERROR{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an error occurs during an asynchronous file operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:ioError"/>
                <string name="complete" object="[flash.filesystem.File]" text=".addEventListener(%type:String=Event.COMPLETE{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when an asynchronous operation is complete." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:complete"/>
                <string name="cancel" object="[flash.filesystem.File]" text=".addEventListener(%type:String=Event.CANCEL{FileListEvent.DIRECTORY_LISTING,FileListEvent.SELECT_MULTIPLE,Event.SELECT,SecurityErrorEvent.SECURITY_ERROR,IOErrorEvent.IO_ERROR,Event.COMPLETE,Event.CANCEL},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when a pending asynchronous operation is canceled." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/File.html#event:cancel"/>
            </folder>
        </folder>
        <folder name="FileMode" id="[flash.filesystem.FileMode]" sort="true" index="true" asAncestors="Object" tiptext="The FileMode class defines string constants used in the fileMode parameter of the open() and openAsync() methods of the FileStream class." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileMode.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class FileMode" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileMode.html">
                <string name="READ" object="[flash.filesystem.FileMode]" text="FileMode.READ" constant="true" tiptext="The file is opened in read-only mode." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileMode.html#READ"/>
                <string name="WRITE" object="[flash.filesystem.FileMode]" text="FileMode.WRITE" constant="true" tiptext="The file is opened in write-only mode." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileMode.html#WRITE"/>
                <string name="UPDATE" object="[flash.filesystem.FileMode]" text="FileMode.UPDATE" constant="true" tiptext="The file is opened in read/write mode." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileMode.html#UPDATE"/>
                <string name="APPEND" object="[flash.filesystem.FileMode]" text="FileMode.APPEND" constant="true" tiptext="The file is opened in write mode, with all written data appended to the end of the file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileMode.html#APPEND"/>
            </folder>
        </folder>
        <folder name="FileStream" id="[flash.filesystem.FileStream]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="A FileStream object is used to read and write files." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class FileStream" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html">
                <string name="FileStream" object="[flash.filesystem.FileStream]" text="new FileStream(%%)" constructor="true" tiptext="Creates a FileStream object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#FileStream()"/>
                <string name="open" object="[flash.filesystem.FileStream]" text=".open(%file:flash.filesystem:File,fileMode:String%):void" tiptext="Opens the FileStream object synchronously, pointing to the specified file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#open()"/>
                <string name="openAsync" object="[flash.filesystem.FileStream]" text=".openAsync(%file:flash.filesystem:File,fileMode:String%):void" tiptext="Opens the FileStream object asynchronously, pointing to the specified file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#openAsync()"/>
                <string name="truncate" object="[flash.filesystem.FileStream]" text=".truncate(%%):void" tiptext="Truncates the file at the position specified by the position property of the FileStream object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#truncate()"/>
                <string name="close" object="[flash.filesystem.FileStream]" text=".close(%%):void" tiptext="Closes the FileStream object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#close()"/>
                <string name="readBoolean" object="[flash.filesystem.FileStream]" text=".readBoolean(%%):Boolean" tiptext="Reads a Boolean value from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readBoolean()"/>
                <string name="readByte" object="[flash.filesystem.FileStream]" text=".readByte(%%):int" tiptext="Reads a signed byte from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readByte()"/>
                <string name="readBytes" object="[flash.filesystem.FileStream]" text=".readBytes(%bytes:flash.utils:ByteArray[,offset:uint=0,length:uint=0]%):void" tiptext="Reads the number of data bytes, specified by the length parameter, from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readBytes()"/>
                <string name="readDouble" object="[flash.filesystem.FileStream]" text=".readDouble(%%):Number" tiptext="Reads an IEEE 754 double-precision floating point number from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readDouble()"/>
                <string name="readFloat" object="[flash.filesystem.FileStream]" text=".readFloat(%%):Number" tiptext="Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readFloat()"/>
                <string name="readInt" object="[flash.filesystem.FileStream]" text=".readInt(%%):int" tiptext="Reads a signed 32-bit integer from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readInt()"/>
                <string name="readMultiByte" object="[flash.filesystem.FileStream]" text=".readMultiByte(%length:uint,charSet:String%):String" tiptext="Reads a multibyte string of specified length from the file stream, byte stream, or byte array using the specified character set." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readMultiByte()"/>
                <string name="readObject" object="[flash.filesystem.FileStream]" text=".readObject(%%)" tiptext="Reads an object from the file stream, byte stream, or byte array, encoded in AMF serialized format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readObject()"/>
                <string name="readShort" object="[flash.filesystem.FileStream]" text=".readShort(%%):int" tiptext="Reads a signed 16-bit integer from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readShort()"/>
                <string name="readUnsignedByte" object="[flash.filesystem.FileStream]" text=".readUnsignedByte(%%):uint" tiptext="Reads an unsigned byte from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readUnsignedByte()"/>
                <string name="readUnsignedInt" object="[flash.filesystem.FileStream]" text=".readUnsignedInt(%%):uint" tiptext="Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readUnsignedInt()"/>
                <string name="readUnsignedShort" object="[flash.filesystem.FileStream]" text=".readUnsignedShort(%%):uint" tiptext="Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readUnsignedShort()"/>
                <string name="readUTF" object="[flash.filesystem.FileStream]" text=".readUTF(%%):String" tiptext="Reads a UTF-8 string from the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readUTF()"/>
                <string name="readUTFBytes" object="[flash.filesystem.FileStream]" text=".readUTFBytes(%length:uint%):String" tiptext="Reads a sequence of length UTF-8 bytes from the byte stream or byte array and returns a string." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readUTFBytes()"/>
                <string name="writeBoolean" object="[flash.filesystem.FileStream]" text=".writeBoolean(%value:Boolean%):void" tiptext="Writes a Boolean value." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeBoolean()"/>
                <string name="writeByte" object="[flash.filesystem.FileStream]" text=".writeByte(%value:int%):void" tiptext="Writes a byte." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeByte()"/>
                <string name="writeBytes" object="[flash.filesystem.FileStream]" text=".writeBytes(%bytes:flash.utils:ByteArray[,offset:uint=0,length:uint=0]%):void" tiptext="Writes a sequence of length bytes from the specified byte array, bytes, starting offset(zero-based index) bytes into the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeBytes()"/>
                <string name="writeDouble" object="[flash.filesystem.FileStream]" text=".writeDouble(%value:Number%):void" tiptext="Writes an IEEE 754 double-precision (64-bit) floating point number." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeDouble()"/>
                <string name="writeFloat" object="[flash.filesystem.FileStream]" text=".writeFloat(%value:Number%):void" tiptext="Writes an IEEE 754 single-precision (32-bit) floating point number." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeFloat()"/>
                <string name="writeInt" object="[flash.filesystem.FileStream]" text=".writeInt(%value:int%):void" tiptext="Writes a 32-bit signed integer." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeInt()"/>
                <string name="writeMultiByte" object="[flash.filesystem.FileStream]" text=".writeMultiByte(%value:String,charSet:String%):void" tiptext="Writes a multibyte string to the file stream, byte stream, or byte array, using the specified character set." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeMultiByte()"/>
                <string name="writeObject" object="[flash.filesystem.FileStream]" text=".writeObject(%object:*%):void" tiptext="Writes an object to the file stream, byte stream, or byte array, in AMF serialized format." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeObject()"/>
                <string name="writeShort" object="[flash.filesystem.FileStream]" text=".writeShort(%value:int%):void" tiptext="Writes a 16-bit integer." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeShort()"/>
                <string name="writeUnsignedInt" object="[flash.filesystem.FileStream]" text=".writeUnsignedInt(%value:uint%):void" tiptext="Writes a 32-bit unsigned integer." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeUnsignedInt()"/>
                <string name="writeUTF" object="[flash.filesystem.FileStream]" text=".writeUTF(%value:String%):void" tiptext="Writes a UTF-8 string to the file stream, byte stream, or byte array." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeUTF()"/>
                <string name="writeUTFBytes" object="[flash.filesystem.FileStream]" text=".writeUTFBytes(%value:String%):void" tiptext="Writes a UTF-8 string." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#writeUTFBytes()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class FileStream" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html">
                <string name="position" object="[flash.filesystem.FileStream]" text=".position" tiptext="The current position in the file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#position"/>
                <string name="readAhead" object="[flash.filesystem.FileStream]" text=".readAhead" tiptext="When reading files asynchronously, the amount of data requested." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#readAhead"/>
                <string name="bytesAvailable" object="[flash.filesystem.FileStream]" text=".bytesAvailable" tiptext="Returns the number of bytes of data available for reading in the input buffer." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#bytesAvailable"/>
                <string name="endian" object="[flash.filesystem.FileStream]" text=".endian" tiptext="The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant from the Endian class." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#endian"/>
                <string name="objectEncoding" object="[flash.filesystem.FileStream]" text=".objectEncoding" tiptext="Used to determine whether the AMF3 or AMF0 format is used when writing or reading binary data using the readObject() or writeObject() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#objectEncoding"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class FileStream" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html">
                <string name="complete" object="[flash.filesystem.FileStream]" text=".addEventListener(%type:String=Event.COMPLETE{Event.COMPLETE,OutputProgressEvent.OUTPUT_PROGRESS,ProgressEvent.PROGRESS,IOErrorEvent.IO_ERROR,Event.CLOSE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that the end of the stream has been reached." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#event:complete"/>
                <string name="outputProgress" object="[flash.filesystem.FileStream]" text=".addEventListener(%type:String=OutputProgressEvent.OUTPUT_PROGRESS{Event.COMPLETE,OutputProgressEvent.OUTPUT_PROGRESS,ProgressEvent.PROGRESS,IOErrorEvent.IO_ERROR,Event.CLOSE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that buffered data has been written to the file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#event:outputProgress"/>
                <string name="progress" object="[flash.filesystem.FileStream]" text=".addEventListener(%type:String=ProgressEvent.PROGRESS{Event.COMPLETE,OutputProgressEvent.OUTPUT_PROGRESS,ProgressEvent.PROGRESS,IOErrorEvent.IO_ERROR,Event.CLOSE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals the availability of new data on the stream." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#event:progress"/>
                <string name="ioError" object="[flash.filesystem.FileStream]" text=".addEventListener(%type:String=IOErrorEvent.IO_ERROR{Event.COMPLETE,OutputProgressEvent.OUTPUT_PROGRESS,ProgressEvent.PROGRESS,IOErrorEvent.IO_ERROR,Event.CLOSE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Indicates that an error occurred during an asynchronous file I/O operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#event:ioError"/>
                <string name="close" object="[flash.filesystem.FileStream]" text=".addEventListener(%type:String=Event.CLOSE{Event.COMPLETE,OutputProgressEvent.OUTPUT_PROGRESS,ProgressEvent.PROGRESS,IOErrorEvent.IO_ERROR,Event.CLOSE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Indicates that the stream has been closed by an explicit call to the close() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/filesystem/FileStream.html#event:close"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.html" id="flash.html" sort="true" tiptext="Classes for package flash.html" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/package-detail.html">
        <folder name="HTMLHistoryItem" id="[flash.html.HTMLHistoryItem]" sort="true" index="true" asAncestors="Object" tiptext="Describes a location in the navigation history of an HTMLLoader object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHistoryItem.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class HTMLHistoryItem" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHistoryItem.html">
                <string name="url" object="[flash.html.HTMLHistoryItem]" text=".url" tiptext="The URL of the HTML page." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHistoryItem.html#url"/>
                <string name="originalUrl" object="[flash.html.HTMLHistoryItem]" text=".originalUrl" tiptext="The original URL of the HTML page, prior to any redirects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHistoryItem.html#originalUrl"/>
                <string name="isPost" object="[flash.html.HTMLHistoryItem]" text=".isPost" tiptext="Whether the HTML page includes POST data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHistoryItem.html#isPost"/>
                <string name="title" object="[flash.html.HTMLHistoryItem]" text=".title" tiptext="The title of the HTML page." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHistoryItem.html#title"/>
            </folder>
        </folder>
        <folder name="HTMLHost" id="[flash.html.HTMLHost]" sort="true" index="true" asAncestors="Object" tiptext="Controls behaviors of an HTMLLoader object for user interface elements that can be controlled by setting various properties or calling various methods of the window object of the HTML page." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class HTMLHost" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html">
                <string name="HTMLHost" object="[flash.html.HTMLHost]" text="new HTMLHost(%[defaultBehaviors:Boolean=true]%)" constructor="true" tiptext="Creates an HTMLHost object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#HTMLHost()"/>
                <string name="windowFocus" object="[flash.html.HTMLHost]" text=".windowFocus(%%):void" tiptext="The function called when JavaScript code in the HTMLLoader calls the window.focus() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#windowFocus()"/>
                <string name="windowBlur" object="[flash.html.HTMLHost]" text=".windowBlur(%%):void" tiptext="The function called when JavaScript code in the HTMLLoader calls the window.blur() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#windowBlur()"/>
                <string name="updateLocation" object="[flash.html.HTMLHost]" text=".updateLocation(%locationURL:String%):void" tiptext="The function called when JavaScript code in the HTMLLoader sets the window.location property." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#updateLocation()"/>
                <string name="updateStatus" object="[flash.html.HTMLHost]" text=".updateStatus(%status:String%):void" tiptext="The function called when JavaScript code in the HTMLLoader sets the window.status property." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#updateStatus()"/>
                <string name="updateTitle" object="[flash.html.HTMLHost]" text=".updateTitle(%title:String%):void" tiptext="The function called when JavaScript code in the HTMLLoader sets the window.document.title property or when the title element changes, either via the DOM or because of a new page load." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#updateTitle()"/>
                <string name="createWindow" object="[flash.html.HTMLHost]" text=".createWindow(%windowCreateOptions:flash.html:HTMLWindowCreateOptions%):flash.html:HTMLLoader" tiptext="The function called when JavaScript code in the HTMLLoader calls the window.open() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#createWindow()"/>
                <string name="windowClose" object="[flash.html.HTMLHost]" text=".windowClose(%%):void" tiptext="The function called when JavaScript code in the HTMLLoader calls the window.close() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#windowClose()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class HTMLHost" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html">
                <string name="htmlLoader" object="[flash.html.HTMLHost]" text=".htmlLoader" tiptext="The HTMLLoader object to which this HostControl object applies." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#htmlLoader"/>
                <string name="windowRect" object="[flash.html.HTMLHost]" text=".windowRect" tiptext="The property that is changed when JavaScript code in the HTMLLoader calls the window.moveBy() method, the window.moveTo(), window.resizeBy() method, or the window.resizeTo() method." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLHost.html#windowRect"/>
            </folder>
        </folder>
        <folder name="HTMLLoader" id="[flash.html.HTMLLoader]" sort="true" index="true" asAncestors="flash.display:Sprite,flash.display:DisplayObjectContainer,flash.display:InteractiveObject,flash.display:DisplayObject,flash.events:EventDispatcher,Object" tiptext="The HTMLLoader class defines a type of display object that is a container for HTML content." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class HTMLLoader" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html">
                <string name="HTMLLoader" object="[flash.html.HTMLLoader]" text="new HTMLLoader(%%)" constructor="true" tiptext="Creates an HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#HTMLLoader()"/>
                <string name="createRootWindow" object="[flash.html.HTMLLoader]" text="HTMLLoader.createRootWindow(%[visible:Boolean=true,windowInitOptions:flash.display:NativeWindowInitOptions=null,scrollBarsVisible:Boolean=true,bounds:flash.geom:Rectangle=null]%):flash.html:HTMLLoader" static="true" tiptext="Creates a new NativeWindow object that contains an HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#createRootWindow()"/>
                <string name="loadString" object="[flash.html.HTMLLoader]" text=".loadString(%htmlContent:String%):void" tiptext="Loads the HTMLLoader object with the HTML content contained in the HTML string." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#loadString()"/>
                <string name="load" object="[flash.html.HTMLLoader]" text=".load(%urlRequestToLoad:flash.net:URLRequest%):void" tiptext="Loads the HTMLLoader object with data from the site specified by the urlRequestToLoad parameter." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#load()"/>
                <string name="reload" object="[flash.html.HTMLLoader]" text=".reload(%%):void" tiptext="Reloads the page from the current location." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#reload()"/>
                <string name="cancelLoad" object="[flash.html.HTMLLoader]" text=".cancelLoad(%%):void" tiptext="Cancels any load operation in progress." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#cancelLoad()"/>
                <string name="historyBack" object="[flash.html.HTMLLoader]" text=".historyBack(%%):void" tiptext="Navigates back in the browser history, if possible." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#historyBack()"/>
                <string name="historyForward" object="[flash.html.HTMLLoader]" text=".historyForward(%%):void" tiptext="Navigates forward in the browser history, if possible." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#historyForward()"/>
                <string name="historyGo" object="[flash.html.HTMLLoader]" text=".historyGo(%steps:int%):void" tiptext="Navigates the indicated number of steps in the browser history." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#historyGo()"/>
                <string name="getHistoryAt" object="[flash.html.HTMLLoader]" text=".getHistoryAt(%position:uint%):flash.html:HTMLHistoryItem" tiptext="Returns the history entry at the specified position." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#getHistoryAt()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class HTMLLoader" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html">
                <string name="loaded" object="[flash.html.HTMLLoader]" text=".loaded" tiptext="Indicates whether the JavaScript load event corresponding to the previous call to the load or loadString method has been delivered to the HTML DOM in the HTMLLoader." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#loaded"/>
                <string name="location" object="[flash.html.HTMLLoader]" text=".location" tiptext="The URL for the content loaded in the HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#location"/>
                <string name="contentWidth" object="[flash.html.HTMLLoader]" text=".contentWidth" tiptext="The width, in pixels, of the HTML content." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#contentWidth"/>
                <string name="contentHeight" object="[flash.html.HTMLLoader]" text=".contentHeight" tiptext="The height, in pixels, of the HTML content." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#contentHeight"/>
                <string name="width" object="[flash.html.HTMLLoader]" text=".width" tiptext="Specifies the width of the rectangle of the HTML canvas that is being rendered." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#width"/>
                <string name="height" object="[flash.html.HTMLLoader]" text=".height" tiptext="Specifies the height of the rectangle of the HTML canvas that is being rendered." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#height"/>
                <string name="scrollH" object="[flash.html.HTMLLoader]" text=".scrollH" tiptext="The horizonal scroll position of the HTML content within the HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#scrollH"/>
                <string name="scrollV" object="[flash.html.HTMLLoader]" text=".scrollV" tiptext="The vertical scroll position of the HTML content within the HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#scrollV"/>
                <string name="window" object="[flash.html.HTMLLoader]" text=".window" tiptext="The global JavaScript object for the content loaded into the HTML control." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#window"/>
                <string name="runtimeApplicationDomain" object="[flash.html.HTMLLoader]" text=".runtimeApplicationDomain" tiptext="The application domain to use for the window.runtime object in JavaScript in the HTML page." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#runtimeApplicationDomain"/>
                <string name="userAgent" object="[flash.html.HTMLLoader]" text=".userAgent" tiptext="The user agent string to be used in any upcoming content requests from this HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#userAgent"/>
                <string name="manageCookies" object="[flash.html.HTMLLoader]" text=".manageCookies" tiptext="Specifies whether the HTTP protocol stack should manage cookies for this object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#manageCookies"/>
                <string name="useCache" object="[flash.html.HTMLLoader]" text=".useCache" tiptext="Specifies whether the local cache should be consulted before HTTP requests issued by this object fetch data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#useCache"/>
                <string name="cacheResponse" object="[flash.html.HTMLLoader]" text=".cacheResponse" tiptext="Specifies whether successful response data should be cached for HTTP requests issued by this object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#cacheResponse"/>
                <string name="authenticate" object="[flash.html.HTMLLoader]" text=".authenticate" tiptext="Specifies whether authentication requests should be handled (true or not (false) for this HTTP requests issued by this object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#authenticate"/>
                <string name="paintsDefaultBackground" object="[flash.html.HTMLLoader]" text=".paintsDefaultBackground" tiptext="Determines whether the background of the HTMLLoader document is opaque white (true) or not (false)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#paintsDefaultBackground"/>
                <string name="textEncodingOverride" object="[flash.html.HTMLLoader]" text=".textEncodingOverride" tiptext="The character set used by the HTMLLoader content, overriding any setting in the HTML page." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#textEncodingOverride"/>
                <string name="textEncodingFallback" object="[flash.html.HTMLLoader]" text=".textEncodingFallback" tiptext="The character set used by the HTMLLoader content if an HTML page does not specify a character set." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#textEncodingFallback"/>
                <string name="hasFocusableContent" object="[flash.html.HTMLLoader]" text=".hasFocusableContent" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#hasFocusableContent"/>
                <string name="htmlHost" object="[flash.html.HTMLLoader]" text=".htmlHost" tiptext="The HTMLHost object used to handle changes to certain user interface elements, such as the window.document.title property of the HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#htmlHost"/>
                <string name="navigateInSystemBrowser" object="[flash.html.HTMLLoader]" text=".navigateInSystemBrowser" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#navigateInSystemBrowser"/>
                <string name="pdfCapability" object="[flash.html.HTMLLoader]" text=".pdfCapability" tiptext="The type of PDF support on the user&apos;s system, defined as an integer code value." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#pdfCapability"/>
                <string name="historyLength" object="[flash.html.HTMLLoader]" text=".historyLength" tiptext="The overall length of the history list, including back and forward entries." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#historyLength"/>
                <string name="historyPosition" object="[flash.html.HTMLLoader]" text=".historyPosition" tiptext="The current position in the history list." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#historyPosition"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class HTMLLoader" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html">
                <string name="htmlDOMInitialize" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=Event.HTML_DOM_INITIALIZE{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that the HTML DOM has be created in response to a load operation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:htmlDOMInitialize"/>
                <string name="uncaughtScriptException" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that an uncaught JavaScript exception occurred in the HTMLLoader." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:uncaughtScriptException"/>
                <string name="scroll" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=Event.SCROLL{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that the scrollH or scrollV property have been changed by the HTMLLoader." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:scroll"/>
                <string name="htmlBoundsChange" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=Event.HTML_BOUNDS_CHANGE{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals the one or both of the contentWidth and contentHeight properties have changed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:htmlBoundsChange"/>
                <string name="locationChange" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=Event.LOCATION_CHANGE{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that the location property of the HTMLLoader object has changed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:locationChange"/>
                <string name="htmlRender" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=Event.HTML_RENDER{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that the rendering of content in the HTMLLoader object is fully up-to-date." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:htmlRender"/>
                <string name="complete" object="[flash.html.HTMLLoader]" text=".addEventListener(%type:String=Event.COMPLETE{Event.HTML_DOM_INITIALIZE,HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION,Event.SCROLL,Event.HTML_BOUNDS_CHANGE,Event.LOCATION_CHANGE,Event.HTML_RENDER,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Signals that the last load operation requested by loadString or load has completed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLLoader.html#event:complete"/>
            </folder>
        </folder>
        <folder name="HTMLPDFCapability" id="[flash.html.HTMLPDFCapability]" sort="true" index="true" asAncestors="Object" tiptext="The HTMLPDFCapability class contains possible values of the pdfCapability property of an HTMLLoader object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class HTMLPDFCapability" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html">
                <string name="STATUS_OK" object="[flash.html.HTMLPDFCapability]" text="HTMLPDFCapability.STATUS_OK" constant="true" tiptext="A sufficient version (8.1 or later) of Adobe Reader is detected and PDF content can be loaded in an HTMLLoader object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html#STATUS_OK"/>
                <string name="ERROR_INSTALLED_READER_NOT_FOUND" object="[flash.html.HTMLPDFCapability]" text="HTMLPDFCapability.ERROR_INSTALLED_READER_NOT_FOUND" constant="true" tiptext="No version of Adobe Reader is detected." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html#ERROR_INSTALLED_READER_NOT_FOUND"/>
                <string name="ERROR_INSTALLED_READER_TOO_OLD" object="[flash.html.HTMLPDFCapability]" text="HTMLPDFCapability.ERROR_INSTALLED_READER_TOO_OLD" constant="true" tiptext="Adobe Reader has been detected, but the version is too old." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html#ERROR_INSTALLED_READER_TOO_OLD"/>
                <string name="ERROR_PREFERRED_READER_TOO_OLD" object="[flash.html.HTMLPDFCapability]" text="HTMLPDFCapability.ERROR_PREFERRED_READER_TOO_OLD" constant="true" tiptext="A sufficient version (8.1 or later) of Adobe Reader is detected, but the the version of Adobe Reader that is setup to handle PDF content is older than Reader 8.1." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html#ERROR_PREFERRED_READER_TOO_OLD"/>
                <string name="ERROR_CANNOT_LOAD_READER" object="[flash.html.HTMLPDFCapability]" text="HTMLPDFCapability.ERROR_CANNOT_LOAD_READER" constant="true" tiptext="An error was returned by the OS when trying to load the Adobe Reader or Adobe Acrobat application or one of its necessary libraries." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLPDFCapability.html#ERROR_CANNOT_LOAD_READER"/>
            </folder>
        </folder>
        <folder name="HTMLWindowCreateOptions" id="[flash.html.HTMLWindowCreateOptions]" sort="true" index="true" asAncestors="Object" tiptext="Defines the options that can be specified when JavaScript running in an HTMLLoader tries to create a new HTML window, by calling the window.open() method." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class HTMLWindowCreateOptions" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html">
                <string name="x" object="[flash.html.HTMLWindowCreateOptions]" text=".x" tiptext="The desired initial x position of the new window on the screen." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#x"/>
                <string name="y" object="[flash.html.HTMLWindowCreateOptions]" text=".y" tiptext="The desired initial y position of the new window on the screen." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#y"/>
                <string name="width" object="[flash.html.HTMLWindowCreateOptions]" text=".width" tiptext="The desired initial width of the new window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#width"/>
                <string name="height" object="[flash.html.HTMLWindowCreateOptions]" text=".height" tiptext="The desired initial height of the new window." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#height"/>
                <string name="menuBarVisible" object="[flash.html.HTMLWindowCreateOptions]" text=".menuBarVisible" tiptext="Whether a menu bar should be displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#menuBarVisible"/>
                <string name="statusBarVisible" object="[flash.html.HTMLWindowCreateOptions]" text=".statusBarVisible" tiptext="Whether a status bar should be displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#statusBarVisible"/>
                <string name="toolBarVisible" object="[flash.html.HTMLWindowCreateOptions]" text=".toolBarVisible" tiptext="Whether a toolbar bar should be displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#toolBarVisible"/>
                <string name="locationBarVisible" object="[flash.html.HTMLWindowCreateOptions]" text=".locationBarVisible" tiptext="Whether a location bar should be displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#locationBarVisible"/>
                <string name="scrollBarsVisible" object="[flash.html.HTMLWindowCreateOptions]" text=".scrollBarsVisible" tiptext="Whether a scrollbar should be displayed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#scrollBarsVisible"/>
                <string name="resizable" object="[flash.html.HTMLWindowCreateOptions]" text=".resizable" tiptext="Whether the window should be resizable." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#resizable"/>
                <string name="fullscreen" object="[flash.html.HTMLWindowCreateOptions]" text=".fullscreen" tiptext="Whether the window should be fullscreen." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/html/HTMLWindowCreateOptions.html#fullscreen"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.net" id="flash.net" sort="true" tiptext="Classes for package flash.net" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/package-detail.html">
        <folder name="FileReference" id="[flash.net.FileReference]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="The FileReference class provides a means to upload and download files between a user&apos;s computer and a server." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/FileReference.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class FileReference" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/FileReference.html">
                <string name="uploadUnencoded" object="[flash.net.FileReference]" text=".uploadUnencoded(%request:flash.net:URLRequest%):void" tiptext="Starts the upload of a file to a remote server without encoding." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/FileReference.html#uploadUnencoded()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class FileReference" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/FileReference.html">
                <string name="extension" object="[flash.net.FileReference]" text=".extension" tiptext="The filename extension." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/FileReference.html#extension"/>
            </folder>
        </folder>
        <folder name="URLRequest" id="[flash.net.URLRequest]" sort="true" index="true" asAncestors="Object" tiptext="The URLRequest class captures all of the information in a single HTTP request." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class URLRequest" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html">
                <string name="digest" object="[flash.net.URLRequest]" text=".digest" tiptext="A string that uniquely identifies the signed Adobe platform component to be stored to (or retrieved from) the Flash Player cache." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#digest"/>
                <string name="followRedirects" object="[flash.net.URLRequest]" text=".followRedirects" tiptext="Specifies whether redirects are to be followed (true) or not (false)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#followRedirects"/>
                <string name="userAgent" object="[flash.net.URLRequest]" text=".userAgent" tiptext="Specifies the user-agent string to be used in the HTTP request." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#userAgent"/>
                <string name="manageCookies" object="[flash.net.URLRequest]" text=".manageCookies" tiptext="Specifies whether the HTTP protocol stack should manage cookies for this request." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#manageCookies"/>
                <string name="useCache" object="[flash.net.URLRequest]" text=".useCache" tiptext="Specifies whether the local cache should be consulted before this URLRequest fetches data." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#useCache"/>
                <string name="cacheResponse" object="[flash.net.URLRequest]" text=".cacheResponse" tiptext="Specifies whether successful response data should be cached for this request." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#cacheResponse"/>
                <string name="authenticate" object="[flash.net.URLRequest]" text=".authenticate" tiptext="Specifies whether authentication requests should be handled (true or not (false) for this request." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequest.html#authenticate"/>
            </folder>
        </folder>
        <folder name="URLRequestDefaults" id="[flash.net.URLRequestDefaults]" sort="true" index="true" asAncestors="Object" tiptext="The URLRequestDefaults class includes static properties which you can set to define default values for the properties of the URLRequest class." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class URLRequestDefaults" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html">
                <string name="setLoginCredentialsForHost" object="[flash.net.URLRequestDefaults]" text="URLRequestDefaults.setLoginCredentialsForHost(%hostname:String,user:String,password:String%)" static="true" tiptext="Sets default user and password credentials for a selected host." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#setLoginCredentialsForHost()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class URLRequestDefaults" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html">
                <string name="followRedirects" object="[flash.net.URLRequestDefaults]" text=".followRedirects" tiptext="The default setting for the followRedirects property of URLRequest objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#followRedirects"/>
                <string name="manageCookies" object="[flash.net.URLRequestDefaults]" text=".manageCookies" tiptext="The default setting for the manageCookies property of URLRequest objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#manageCookies"/>
                <string name="authenticate" object="[flash.net.URLRequestDefaults]" text=".authenticate" tiptext="The default setting for the authenticate property of URLRequest objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#authenticate"/>
                <string name="useCache" object="[flash.net.URLRequestDefaults]" text=".useCache" tiptext="The default setting for the useCache property of URLRequest objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#useCache"/>
                <string name="cacheResponse" object="[flash.net.URLRequestDefaults]" text=".cacheResponse" tiptext="The default setting for the cacheResponse property of URLRequest objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#cacheResponse"/>
                <string name="userAgent" object="[flash.net.URLRequestDefaults]" text=".userAgent" tiptext="The default setting for the userAgent property of URLRequest objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestDefaults.html#userAgent"/>
            </folder>
        </folder>
        <folder name="URLRequestMethod" id="[flash.net.URLRequestMethod]" sort="true" index="true" asAncestors="Object" tiptext="The URLRequestMethod class provides values that specify whether the URLRequest object should use the POST method or the GET method when sending data to a server." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestMethod.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class URLRequestMethod" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestMethod.html">
                <string name="PUT" object="[flash.net.URLRequestMethod]" text="URLRequestMethod.PUT" constant="true" tiptext="Specifies that the URLRequest object is a PUT." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestMethod.html#PUT"/>
                <string name="DELETE" object="[flash.net.URLRequestMethod]" text="URLRequestMethod.DELETE" constant="true" tiptext="Specifies that the URLRequest object is a DELETE." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestMethod.html#DELETE"/>
                <string name="HEAD" object="[flash.net.URLRequestMethod]" text="URLRequestMethod.HEAD" constant="true" tiptext="Specifies that the URLRequest object is a HEAD." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestMethod.html#HEAD"/>
                <string name="OPTIONS" object="[flash.net.URLRequestMethod]" text="URLRequestMethod.OPTIONS" constant="true" tiptext="Specifies that the URLRequest object is a OPTIONS." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLRequestMethod.html#OPTIONS"/>
            </folder>
        </folder>
        <folder name="URLStream" id="[flash.net.URLStream]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="The URLStream class provides low-level access to downloading URLs." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLStream.html">
            <folder name="Events" id="Events" tiptext="Events for class URLStream" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLStream.html">
                <string name="httpResponseStatus" object="[flash.net.URLStream]" text=".addEventListener(%type:String=HTTPStatusEvent.HTTP_RESPONSE_STATUS{HTTPStatusEvent.HTTP_RESPONSE_STATUS},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched if a call to the URLStream.load() method attempts to access data over HTTP, and Flash Player or  Adobe AIR is able to detect and return the status code for the request." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/net/URLStream.html#event:httpResponseStatus"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.sampler" id="flash.sampler" sort="true" tiptext="Classes for package flash.sampler" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package-detail.html">
        <folder name="DeleteObjectSample" id="[flash.sampler.DeleteObjectSample]" sort="true" index="true" asAncestors="flash.sampler:Sample,Object" tiptext="The DeleteObjectSample class represents objects that are created within a getSamples() stream; each DeleteObjectSample object corresponds to a NewObjectSample object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/DeleteObjectSample.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class DeleteObjectSample" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/DeleteObjectSample.html">
                <string name="id" object="[flash.sampler.DeleteObjectSample]" text="DeleteObjectSample.id" constant="true" tiptext="The unique identification number that matches up with a NewObjectSample&apos;s identification number." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/DeleteObjectSample.html#id"/>
                <string name="size" object="[flash.sampler.DeleteObjectSample]" text="DeleteObjectSample.size" constant="true" tiptext="The size of the DeleteObjectSample object before it is deleted." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/DeleteObjectSample.html#size"/>
            </folder>
        </folder>
        <folder name="NewObjectSample" id="[flash.sampler.NewObjectSample]" sort="true" index="true" asAncestors="flash.sampler:Sample,Object" tiptext="The NewObjectSample class represents objects that are created within a getSamples() stream." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/NewObjectSample.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class NewObjectSample" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/NewObjectSample.html">
                <string name="id" object="[flash.sampler.NewObjectSample]" text="NewObjectSample.id" constant="true" tiptext="The unique identification number that matches up with a DeleteObjectSample&apos;s identification number." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/NewObjectSample.html#id"/>
                <string name="type" object="[flash.sampler.NewObjectSample]" text="NewObjectSample.type" constant="true" tiptext="The Class object corresponding to the object created within a getSamples() stream." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/NewObjectSample.html#type"/>
                <string name="object" object="[flash.sampler.NewObjectSample]" text=".object" tiptext="The NewObjectSample object if it still exists." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/NewObjectSample.html#object"/>
            </folder>
        </folder>
        <folder name="Methods" id="Methods" tiptext="Methods for package flash.sampler" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package-detail.html">
            <string name="clearSamples" text="clearSamples(%%):void" tiptext="Clears the current set of Sample objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#clearSamples()"/>
            <string name="startSampling" text="startSampling(%%):void" tiptext="Begins the process of collecting memory usage Sample objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#startSampling()"/>
            <string name="stopSampling" text="stopSampling(%%):void" tiptext="Ends the process of collecting memory usage Sample objects and frees resources dedicated to the sampling process." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#stopSampling()"/>
            <string name="pauseSampling" text="pauseSampling(%%):void" tiptext="Stops the sampling process momentarily." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#pauseSampling()"/>
            <string name="getSize" text="getSize(%o:*%):Number" tiptext="Returns the size in memory of a specified object when used with the Flash Player 9.0.xx.0 or later debugger version." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getSize()"/>
            <string name="getMemberNames" text="getMemberNames(%o:Object[,instanceNames:Boolean=false]%):Object" tiptext="Returns an object containing all members of a specified object, including private members." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getMemberNames()"/>
            <string name="getSamples" text="getSamples(%%):Object" tiptext="Returns an object of memory usage Sample instances from the last sampling session." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getSamples()"/>
            <string name="getSampleCount" text="getSampleCount(%%):Number" tiptext="Returns the number of samples collected." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getSampleCount()"/>
            <string name="getInvocationCount" text="getInvocationCount(%obj:Object,qname:QName%):Number" tiptext="Returns the number of times a method was executed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getInvocationCount()"/>
            <string name="getSetterInvocationCount" text="getSetterInvocationCount(%obj:Object,qname:QName%):Number" tiptext="Returns the number of times a set function was executed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getSetterInvocationCount()"/>
            <string name="getGetterInvocationCount" text="getGetterInvocationCount(%obj:Object,qname:QName%):Number" tiptext="Returns the number of times a get function was executed." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#getGetterInvocationCount()"/>
            <string name="isGetterSetter" text="isGetterSetter(%obj:Object,qname:QName%):Boolean" tiptext="Checks to see if a property is defined by a get/set function." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/package.html#isGetterSetter()"/>
        </folder>
        <folder name="Sample" id="[flash.sampler.Sample]" sort="true" index="true" asAncestors="Object" tiptext="The Sample class creates objects that hold memory analysis information over distinct durations." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/Sample.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class Sample" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/Sample.html">
                <string name="time" object="[flash.sampler.Sample]" text="Sample.time" constant="true" tiptext="The microseconds that define the duration of the Sample instance." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/Sample.html#time"/>
                <string name="stack" object="[flash.sampler.Sample]" text="Sample.stack" constant="true" tiptext="Contains information about the methods executed by Flash Player over a specified period of time." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/Sample.html#stack"/>
            </folder>
        </folder>
        <folder name="StackFrame" id="[flash.sampler.StackFrame]" sort="true" index="true" asAncestors="Object" tiptext="The StackFrame class provides access to the properties of a data block containing a function." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class StackFrame" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html">
                <string name="toString" object="[flash.sampler.StackFrame]" text=".toString(%%):String" tiptext="Converts the StackFrame to a string of its properties." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html#toString()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class StackFrame" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html">
                <string name="name" object="[flash.sampler.StackFrame]" text="StackFrame.name" constant="true" tiptext="The function name in the stack frame." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html#name"/>
                <string name="file" object="[flash.sampler.StackFrame]" text="StackFrame.file" constant="true" tiptext="The file name of the SWF file being debugged." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html#file"/>
                <string name="line" object="[flash.sampler.StackFrame]" text="StackFrame.line" constant="true" tiptext="The line number for the function in the SWF file being debugged." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/sampler/StackFrame.html#line"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.security" id="flash.security" sort="true" tiptext="Classes for package flash.security" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/package-detail.html">
        <folder name="RevocationCheckSettings" id="[flash.security.RevocationCheckSettings]" sort="true" index="true" asAncestors="Object" tiptext="The RevocationCheckSettings class defines constants used by the revocationCheckSetting property of an XMLSignatureValidator object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class RevocationCheckSettings" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html">
                <string name="NEVER" object="[flash.security.RevocationCheckSettings]" text="RevocationCheckSettings.NEVER" constant="true" tiptext="Setting to have the XMLSignatureValidator object never perform a revocation check." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html#NEVER"/>
                <string name="BEST_EFFORT" object="[flash.security.RevocationCheckSettings]" text="RevocationCheckSettings.BEST_EFFORT" constant="true" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html#BEST_EFFORT"/>
                <string name="REQUIRED_IF_AVAILABLE" object="[flash.security.RevocationCheckSettings]" text="RevocationCheckSettings.REQUIRED_IF_AVAILABLE" constant="true" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html#REQUIRED_IF_AVAILABLE"/>
                <string name="ALWAYS_REQUIRED" object="[flash.security.RevocationCheckSettings]" text="RevocationCheckSettings.ALWAYS_REQUIRED" constant="true" tiptext="Setting to have the XMLSignatureValidator object always perform a revocation check." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html#ALWAYS_REQUIRED"/>
            </folder>
        </folder>
        <folder name="SignatureStatus" id="[flash.security.SignatureStatus]" sort="true" index="true" asAncestors="Object" tiptext="The SignatureStatus class efines constants used by the validityStatus property of an XMLSignatureValidator object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignatureStatus.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SignatureStatus" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignatureStatus.html">
                <string name="VALID" object="[flash.security.SignatureStatus]" text="SignatureStatus.VALID" constant="true" tiptext="Valid." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignatureStatus.html#VALID"/>
                <string name="INVALID" object="[flash.security.SignatureStatus]" text="SignatureStatus.INVALID" constant="true" tiptext="Invalid status." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignatureStatus.html#INVALID"/>
                <string name="UNKNOWN" object="[flash.security.SignatureStatus]" text="SignatureStatus.UNKNOWN" constant="true" tiptext="Unknown status." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignatureStatus.html#UNKNOWN"/>
            </folder>
        </folder>
        <folder name="SignerTrustSettings" id="[flash.security.SignerTrustSettings]" sort="true" index="true" asAncestors="Object" tiptext="The SignerTrustSettings class defines constants used in the array used by the SignerTrustSettings property of an XMLSignatureValidator object." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignerTrustSettings.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class SignerTrustSettings" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignerTrustSettings.html">
                <string name="SIGNING" object="[flash.security.SignerTrustSettings]" text="SignerTrustSettings.SIGNING" constant="true" tiptext="The signer is trusted for signing in general" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignerTrustSettings.html#SIGNING"/>
                <string name="CODE_SIGNING" object="[flash.security.SignerTrustSettings]" text="SignerTrustSettings.CODE_SIGNING" constant="true" tiptext="Signer is trusted for code signing." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignerTrustSettings.html#CODE_SIGNING"/>
                <string name="PLAYLIST_SIGNING" object="[flash.security.SignerTrustSettings]" text="SignerTrustSettings.PLAYLIST_SIGNING" constant="true" tiptext="Signer is trusted for signing playlists." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/SignerTrustSettings.html#PLAYLIST_SIGNING"/>
            </folder>
        </folder>
        <folder name="URIDereferencer" id="[flash.security.URIDereferencer]" sort="true" index="true" tiptext="The URIDereferencer interface is used to resolve URIs in an XML signature." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/URIDereferencer.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class URIDereferencer" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/URIDereferencer.html">
                <string name="dereference" object="[flash.security.URIDereferencer]" text=".dereference(%uri:String%):flash.utils:IDataInput" tiptext="" version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/URIDereferencer.html#dereference()"/>
            </folder>
        </folder>
        <folder name="XMLSignatureValidator" id="[flash.security.XMLSignatureValidator]" sort="true" index="true" asAncestors="flash.events:EventDispatcher,Object" tiptext="The XMLSignatureValidator class is used to validate XML signatures." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class XMLSignatureValidator" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html">
                <string name="XMLSignatureValidator" object="[flash.security.XMLSignatureValidator]" text="new XMLSignatureValidator(%%)" constructor="true" tiptext="The XMLSignatureValidator class is used to validate XML signatures." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#XMLSignatureValidator()"/>
                <string name="addCertificate" object="[flash.security.XMLSignatureValidator]" text=".addCertificate(%cert:flash.utils:ByteArray,trusted:Boolean%)" tiptext="Adds an x509 certificate for chain building (optional)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#addCertificate()"/>
                <string name="verify" object="[flash.security.XMLSignatureValidator]" text=".verify(%signature:XML%):void" tiptext="Verifies the specified signature." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#verify()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class XMLSignatureValidator" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html">
                <string name="uriDereferencer" object="[flash.security.XMLSignatureValidator]" text=".uriDereferencer" tiptext="Sets the URIDereferencer to use during validation (required)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#uriDereferencer"/>
                <string name="useSystemTrustStore" object="[flash.security.XMLSignatureValidator]" text=".useSystemTrustStore" tiptext="Whether to use certificates in the system trust store for chain building (optional)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#useSystemTrustStore"/>
                <string name="revocationCheckSetting" object="[flash.security.XMLSignatureValidator]" text=".revocationCheckSetting" tiptext="The revocation check setting used by this XMLSignatureValidator object." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#revocationCheckSetting"/>
                <string name="referencesStatus" object="[flash.security.XMLSignatureValidator]" text=".referencesStatus" tiptext="Returns the validity of the digest of all the references in the SignedInfo element." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#referencesStatus"/>
                <string name="digestStatus" object="[flash.security.XMLSignatureValidator]" text=".digestStatus" tiptext="Returns the validity of the cryptographic signature computed over the SignedInfo element." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#digestStatus"/>
                <string name="identityStatus" object="[flash.security.XMLSignatureValidator]" text=".identityStatus" tiptext="Returns the validity of the signer&apos;s certificate." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#identityStatus"/>
                <string name="validityStatus" object="[flash.security.XMLSignatureValidator]" text=".validityStatus" tiptext="Returns XML signature&apos;s validity, as &quot;valid&quot;, &quot;invalid&quot;, or &quot;unknown&quot;." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#validityStatus"/>
                <string name="signerTrustSettings" object="[flash.security.XMLSignatureValidator]" text=".signerTrustSettings" tiptext="The signer&apos;s trust settings if the signature is valid." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#signerTrustSettings"/>
                <string name="signerExtendedKeyUsages" object="[flash.security.XMLSignatureValidator]" text=".signerExtendedKeyUsages" tiptext="Return&apos;s the Extended Key Usages OIDs listed in the signer&apos;s certificate if the signer certificate chains up to a trusted root." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#signerExtendedKeyUsages"/>
                <string name="signerCN" object="[flash.security.XMLSignatureValidator]" text=".signerCN" tiptext="Return&apos;s the Common Name from the signer&apos;s certificate." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#signerCN"/>
                <string name="signerDN" object="[flash.security.XMLSignatureValidator]" text=".signerDN" tiptext="Return&apos;s the Distinguished Name from the signer&apos;s certificate." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#signerDN"/>
            </folder>
            <folder name="Events" id="Events" tiptext="Events for class XMLSignatureValidator" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html">
                <string name="error" object="[flash.security.XMLSignatureValidator]" text=".addEventListener(%type:String=Event.ERROR{Event.ERROR,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched if verification encounters any errors (and does not complete)." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#event:error"/>
                <string name="complete" object="[flash.security.XMLSignatureValidator]" text=".addEventListener(%type:String=Event.COMPLETE{Event.ERROR,Event.COMPLETE},listener::Function[,useCapture:Boolean = false,priority:int = 0,useWeakReference:Boolean = false]%):void" tiptext="Dispatched when verification completes successfully." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/security/XMLSignatureValidator.html#event:complete"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.system" id="flash.system" sort="true" tiptext="Classes for package flash.system" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/package-detail.html">
        <folder name="Security" id="[flash.system.Security]" sort="true" index="true" asAncestors="Object" tiptext="The Security class lets you specify how content in different domains can communicate with each other." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class Security" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html">
                <string name="allowDomain" object="[flash.system.Security]" text="Security.allowDomain(%domains:restParam%):void" static="true" tiptext="Lets SWF files and HTML files access objects and variables in the calling SWF file." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#allowDomain()"/>
                <string name="allowInsecureDomain" object="[flash.system.Security]" text="Security.allowInsecureDomain(%domains:restParam%):void" static="true" tiptext="Lets SWF and HTML files hosted using the HTTPS protocol, access objects and variables in the calling SWF file." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#allowInsecureDomain()"/>
                <string name="loadPolicyFile" object="[flash.system.Security]" text="Security.loadPolicyFile(%url:String%):void" static="true" tiptext="Loads a cross-domain policy file from a location specified by the url parameter." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#loadPolicyFile()"/>
                <string name="showSettings" object="[flash.system.Security]" text="Security.showSettings(%[panel:String=default]%):void" static="true" tiptext="Displays the Security Settings panel in Flash Player." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#showSettings()"/>
            </folder>
            <folder name="Properties" id="Properties" tiptext="Properties for class Security" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html">
                <string name="REMOTE" object="[flash.system.Security]" text="Security.REMOTE" constant="true" tiptext="The file is from an Internet URL and operates under domain-based sandbox rules." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#REMOTE"/>
                <string name="LOCAL_WITH_FILE" object="[flash.system.Security]" text="Security.LOCAL_WITH_FILE" constant="true" tiptext="The file is a local file, has not been trusted by the user, and it is not a SWF file that was published with a networking designation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#LOCAL_WITH_FILE"/>
                <string name="LOCAL_WITH_NETWORK" object="[flash.system.Security]" text="Security.LOCAL_WITH_NETWORK" constant="true" tiptext="The file is a local file, has not been trusted by the user, and it is a SWF file that was published with a networking designation." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#LOCAL_WITH_NETWORK"/>
                <string name="LOCAL_TRUSTED" object="[flash.system.Security]" text="Security.LOCAL_TRUSTED" constant="true" tiptext="The file is a local file and has been trusted by the user, using either the Flash Player Settings Manager or a FlashPlayerTrust configuration file." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#LOCAL_TRUSTED"/>
                <string name="APPLICATION" object="[flash.system.Security]" text="Security.APPLICATION" constant="true" tiptext="The file is running in an AIR application, and it was installed with the package (the AIR file) for that application." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#APPLICATION"/>
                <string name="exactSettings" object="[flash.system.Security]" text=".exactSettings" tiptext="Determines how Flash Player or AIR chooses the domain to use for certain content settings, including settings for camera and microphone permissions, storage quotas, and storage of persistent shared objects." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#exactSettings"/>
                <string name="sandboxType" object="[flash.system.Security]" text=".sandboxType" tiptext="Indicates the type of security sandbox in which the calling file is operating." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/system/Security.html#sandboxType"/>
            </folder>
        </folder>
    </folder>
        <folder name="flash.utils" id="flash.utils" sort="true" tiptext="Classes for package flash.utils" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/package-detail.html">
        <folder name="ByteArray" id="[flash.utils.ByteArray]" sort="true" index="true" asAncestors="Object" tiptext="The ByteArray class provides methods and properties to optimize reading, writing, and working with binary data." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/ByteArray.html">
            <folder name="Methods" id="Methods" tiptext="Methods for class ByteArray" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/ByteArray.html">
                <string name="compress" object="[flash.utils.ByteArray]" text=".compress(%[algorithm:String=unknown]%):void" tiptext="Compresses the byte array." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/ByteArray.html#compress()"/>
                <string name="uncompress" object="[flash.utils.ByteArray]" text=".uncompress(%[algorithm:String=unknown]%):void" tiptext="Decompresses the byte array." version="9" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/ByteArray.html#uncompress()"/>
            </folder>
        </folder>
        <folder name="CompressionAlgorithm" id="[flash.utils.CompressionAlgorithm]" sort="true" index="true" asAncestors="Object" tiptext="Defines string constants for the names of compress and uncompress options." helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/CompressionAlgorithm.html">
            <folder name="Properties" id="Properties" tiptext="Properties for class CompressionAlgorithm" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/CompressionAlgorithm.html">
                <string name="ZLIB" object="[flash.utils.CompressionAlgorithm]" text="CompressionAlgorithm.ZLIB" constant="true" tiptext="Defines the string to use for the zlib compression algorithm." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/CompressionAlgorithm.html#ZLIB"/>
                <string name="DEFLATE" object="[flash.utils.CompressionAlgorithm]" text="CompressionAlgorithm.DEFLATE" constant="true" tiptext="Defines the string to use for the deflate compression algorithm." version="" helpurl="HelpPanel/Help/ActionScriptLangRefV3/flash/utils/CompressionAlgorithm.html#DEFLATE"/>
            </folder>
        </folder>
    </folder>
</folder>
    </actionspanel>
    <codehints>
        <package name="air.net" children="ServiceMonitor,SocketMonitor,URLMonitor"/>
        <package name="flash.data" children="EncryptedLocalStore,SQLCollationType,SQLColumnNameStyle,SQLColumnSchema,SQLConnection,SQLIndexSchema,SQLMode,SQLResult,SQLSchema,SQLSchemaResult,SQLStatement,SQLTableSchema,SQLTransactionLockType,SQLTriggerSchema,SQLViewSchema"/>
        <package name="flash.desktop" children="Clipboard,ClipboardFormats,ClipboardTransferMode,DockIcon,Icon,InteractiveIcon,NativeApplication,NativeDragActions,NativeDragManager,NativeDragOptions,NotificationType,SystemTrayIcon,Updater"/>
        <package name="flash.display" children="FocusDirection,NativeMenu,NativeMenuItem,NativeWindow,NativeWindowDisplayState,NativeWindowInitOptions,NativeWindowResize,NativeWindowSystemChrome,NativeWindowType,Screen,Stage"/>
        <package name="flash.errors" children="SQLError,SQLErrorOperation"/>
        <package name="flash.events" children="BrowserInvokeEvent,DRMAuthenticateEvent,DRMErrorEvent,DRMStatusEvent,Event,FileListEvent,HTMLUncaughtScriptExceptionEvent,HTTPStatusEvent,InvokeEvent,NativeDragEvent,NativeWindowBoundsEvent,NativeWindowDisplayStateEvent,OutputProgressEvent,ScreenMouseEvent,SQLErrorEvent,SQLEvent,SQLUpdateEvent"/>
        <package name="flash.filesystem" children="File,FileMode,FileStream"/>
        <package name="flash.html" children="HTMLHistoryItem,HTMLHost,HTMLLoader,HTMLPDFCapability,HTMLWindowCreateOptions"/>
        <package name="flash.net" children="FileReference,URLRequest,URLRequestDefaults,URLRequestMethod,URLStream"/>
        <package name="flash.sampler" children="DeleteObjectSample,NewObjectSample,Sample,StackFrame,clearSamples,startSampling,stopSampling,pauseSampling,getSize,getMemberNames,getSamples,getSampleCount,getInvocationCount,getSetterInvocationCount,getGetterInvocationCount,isGetterSetter"/>
        <package name="flash.security" children="RevocationCheckSettings,SignatureStatus,SignerTrustSettings,URIDereferencer,XMLSignatureValidator"/>
        <package name="flash.system" children="Security"/>
        <package name="flash.utils" children="ByteArray,CompressionAlgorithm"/>
        <typeinfo pattern="*_mc" object="flash.display.MovieClip"/>
        <typeinfo pattern="*_array" object="Array"/>
        <typeinfo pattern="*_str" object="String"/>
        <typeinfo pattern="*_btn" object="fl.controls.Button"/>
        <typeinfo pattern="*_txt" object="flash.text.TextField"/>
        <typeinfo pattern="*_fmt" object="flash.text.TextFormat"/>
        <typeinfo pattern="*_date" object="Date"/>
        <typeinfo pattern="*_sound" object="flash.media.Sound"/>
        <typeinfo pattern="*_xml" object="XML"/>
        <typeinfo pattern="*_xmlnode" object="flash.xml.XMLNode"/>
        <typeinfo pattern="*_xmlsocket" object="flash.net.XMLSocket"/>
        <typeinfo pattern="*_color" object="fl.motion.Color"/>
        <typeinfo pattern="*_cm" object="flash.ui.ContextMenu"/>
        <typeinfo pattern="*_cmi" object="flash.ui.ContextMenuItem"/>
        <typeinfo pattern="*_pj" object="flash.printing.PrintJob"/>
        <typeinfo pattern="*_err" object="Error"/>
        <typeinfo pattern="*_cam" object="flash.media.Camera"/>
        <typeinfo pattern="*_lc" object="flash.net.LocalConnection"/>
        <typeinfo pattern="*_mic" object="flash.media.Microphone"/>
        <typeinfo pattern="*_nc" object="flash.net.NetConnection"/>
        <typeinfo pattern="*_ns" object="flash.net.NetStream"/>
        <typeinfo pattern="*_so" object="flash.net.SharedObject"/>
        <typeinfo pattern="*_video" object="flash.media.Video"/>
    </codehints>
<colorsyntax>
    <identifier text="air.net"/>
    <identifier text="ServiceMonitor"/>
    <identifier text=".ServiceMonitor"/>
    <identifier text=".start"/>
    <identifier text=".stop"/>
    <identifier text=".checkStatus"/>
    <identifier text=".toString"/>
    <identifier text="ServiceMonitor.makeJavascriptSubclass"/>
    <identifier text=".pollInterval"/>
    <identifier text=".running"/>
    <identifier text=".available"/>
    <identifier text=".lastStatusUpdate"/>
    <identifier text="StatusEvent.STATUS"/>
    <identifier text="SocketMonitor"/>
    <identifier text=".SocketMonitor"/>
    <identifier text=".checkStatus"/>
    <identifier text=".toString"/>
    <identifier text=".host"/>
    <identifier text=".port"/>
    <identifier text="URLMonitor"/>
    <identifier text=".URLMonitor"/>
    <identifier text=".checkStatus"/>
    <identifier text=".toString"/>
    <identifier text=".urlRequest"/>
    <identifier text=".acceptableStatusCodes"/>
    <identifier text="flash.data"/>
    <identifier text="EncryptedLocalStore"/>
    <identifier text="EncryptedLocalStore.setItem"/>
    <identifier text="EncryptedLocalStore.getItem"/>
    <identifier text="EncryptedLocalStore.removeItem"/>
    <identifier text="EncryptedLocalStore.reset"/>
    <identifier text="SQLCollationType"/>
    <identifier text="SQLCollationType.BINARY"/>
    <identifier text="SQLCollationType.NO_CASE"/>
    <identifier text="SQLColumnNameStyle"/>
    <identifier text="SQLColumnNameStyle.DEFAULT"/>
    <identifier text="SQLColumnNameStyle.LONG"/>
    <identifier text="SQLColumnNameStyle.SHORT"/>
    <identifier text="SQLColumnSchema"/>
    <identifier text=".SQLColumnSchema"/>
    <identifier text=".allowNull"/>
    <identifier text=".autoIncrement"/>
    <identifier text=".defaultCollationType"/>
    <identifier text=".dataType"/>
    <identifier text=".name"/>
    <identifier text=".primaryKey"/>
    <identifier text="SQLConnection"/>
    <identifier text=".SQLConnection"/>
    <identifier text=".addEventListener"/>
    <identifier text=".analyze"/>
    <identifier text=".attach"/>
    <identifier text=".begin"/>
    <identifier text=".cancel"/>
    <identifier text=".commit"/>
    <identifier text=".compact"/>
    <identifier text=".close"/>
    <identifier text=".deanalyze"/>
    <identifier text=".detach"/>
    <identifier text=".getSchemaResult"/>
    <identifier text=".loadSchema"/>
    <identifier text=".open"/>
    <identifier text=".openAsync"/>
    <identifier text=".removeEventListener"/>
    <identifier text=".rollback"/>
    <identifier text=".autoCompact"/>
    <identifier text=".connected"/>
    <identifier text=".cacheSize"/>
    <identifier text=".columnNameStyle"/>
    <identifier text=".inTransaction"/>
    <identifier text=".lastInsertRowID"/>
    <identifier text=".pageSize"/>
    <identifier text=".totalChanges"/>
    <identifier text="SQLUpdateEvent.UPDATE"/>
    <identifier text="SQLEvent.SCHEMA"/>
    <identifier text="SQLEvent.ROLLBACK"/>
    <identifier text="SQLEvent.OPEN"/>
    <identifier text="SQLUpdateEvent.INSERT"/>
    <identifier text="SQLErrorEvent.ERROR"/>
    <identifier text="SQLEvent.DETACH"/>
    <identifier text="SQLUpdateEvent.DELETE"/>
    <identifier text="SQLEvent.DEANALYZE"/>
    <identifier text="SQLEvent.COMMIT"/>
    <identifier text="SQLEvent.CLOSE"/>
    <identifier text="SQLEvent.COMPACT"/>
    <identifier text="SQLEvent.CANCEL"/>
    <identifier text="SQLEvent.BEGIN"/>
    <identifier text="SQLEvent.ATTACH"/>
    <identifier text="SQLEvent.ANALYZE"/>
    <identifier text="SQLIndexSchema"/>
    <identifier text=".SQLIndexSchema"/>
    <identifier text=".table"/>
    <identifier text="SQLMode"/>
    <identifier text="SQLMode.CREATE"/>
    <identifier text="SQLMode.READ"/>
    <identifier text="SQLMode.UPDATE"/>
    <identifier text="SQLResult"/>
    <identifier text=".SQLResult"/>
    <identifier text=".complete"/>
    <identifier text=".data"/>
    <identifier text=".rowsAffected"/>
    <identifier text=".lastInsertRowID"/>
    <identifier text="SQLSchema"/>
    <identifier text=".SQLSchema"/>
    <identifier text=".database"/>
    <identifier text=".name"/>
    <identifier text=".sql"/>
    <identifier text="SQLSchemaResult"/>
    <identifier text=".SQLSchemaResult"/>
    <identifier text=".indices"/>
    <identifier text=".tables"/>
    <identifier text=".triggers"/>
    <identifier text=".views"/>
    <identifier text="SQLStatement"/>
    <identifier text=".SQLStatement"/>
    <identifier text=".cancel"/>
    <identifier text=".clearParameters"/>
    <identifier text=".execute"/>
    <identifier text=".getResult"/>
    <identifier text=".next"/>
    <identifier text=".executing"/>
    <identifier text=".sqlConnection"/>
    <identifier text=".itemClass"/>
    <identifier text=".parameters"/>
    <identifier text=".text"/>
    <identifier text="SQLErrorEvent.ERROR"/>
    <identifier text="SQLEvent.RESULT"/>
    <identifier text="SQLTableSchema"/>
    <identifier text=".SQLTableSchema"/>
    <identifier text=".columns"/>
    <identifier text="SQLTransactionLockType"/>
    <identifier text="SQLTransactionLockType.DEFERRED"/>
    <identifier text="SQLTransactionLockType.EXCLUSIVE"/>
    <identifier text="SQLTransactionLockType.IMMEDIATE"/>
    <identifier text="SQLTriggerSchema"/>
    <identifier text=".SQLTriggerSchema"/>
    <identifier text=".table"/>
    <identifier text="SQLViewSchema"/>
    <identifier text=".SQLViewSchema"/>
    <identifier text="flash.desktop"/>
    <identifier text="Clipboard"/>
    <identifier text=".Clipboard"/>
    <identifier text=".clear"/>
    <identifier text=".clearData"/>
    <identifier text=".setData"/>
    <identifier text=".setDataHandler"/>
    <identifier text=".getData"/>
    <identifier text=".hasFormat"/>
    <identifier text=".generalClipboard"/>
    <identifier text=".formats"/>
    <identifier text="ClipboardFormats"/>
    <identifier text="ClipboardFormats.TEXT_FORMAT"/>
    <identifier text="ClipboardFormats.HTML_FORMAT"/>
    <identifier text="ClipboardFormats.URL_FORMAT"/>
    <identifier text="ClipboardFormats.FILE_LIST_FORMAT"/>
    <identifier text="ClipboardFormats.BITMAP_FORMAT"/>
    <identifier text="ClipboardTransferMode"/>
    <identifier text="ClipboardTransferMode.ORIGINAL_PREFERRED"/>
    <identifier text="ClipboardTransferMode.ORIGINAL_ONLY"/>
    <identifier text="ClipboardTransferMode.CLONE_PREFERRED"/>
    <identifier text="ClipboardTransferMode.CLONE_ONLY"/>
    <identifier text="DockIcon"/>
    <identifier text=".bounce"/>
    <identifier text=".bitmaps"/>
    <identifier text=".width"/>
    <identifier text=".height"/>
    <identifier text=".menu"/>
    <identifier text="Icon"/>
    <identifier text=".bitmaps"/>
    <identifier text="InteractiveIcon"/>
    <identifier text=".bitmaps"/>
    <identifier text=".width"/>
    <identifier text=".height"/>
    <identifier text="NativeApplication"/>
    <identifier text=".exit"/>
    <identifier text=".activate"/>
    <identifier text=".copy"/>
    <identifier text=".cut"/>
    <identifier text=".paste"/>
    <identifier text=".clear"/>
    <identifier text=".selectAll"/>
    <identifier text=".undo"/>
    <identifier text=".redo"/>
    <identifier text=".getDefaultApplication"/>
    <identifier text=".isSetAsDefaultApplication"/>
    <identifier text=".setAsDefaultApplication"/>
    <identifier text=".removeAsDefaultApplication"/>
    <identifier text=".addEventListener"/>
    <identifier text=".removeEventListener"/>
    <identifier text=".dispatchEvent"/>
    <identifier text=".nativeApplication"/>
    <identifier text=".runtimeVersion"/>
    <identifier text=".runtimePatchLevel"/>
    <identifier text=".applicationID"/>
    <identifier text=".publisherID"/>
    <identifier text=".applicationDescriptor"/>
    <identifier text=".menu"/>
    <identifier text=".autoExit"/>
    <identifier text=".icon"/>
    <identifier text=".supportsMenu"/>
    <identifier text=".supportsDockIcon"/>
    <identifier text=".supportsSystemTrayIcon"/>
    <identifier text=".startAtLogin"/>
    <identifier text=".activeWindow"/>
    <identifier text=".openedWindows"/>
    <identifier text=".timeSinceLastUserInput"/>
    <identifier text=".idleThreshold"/>
    <identifier text="Event.USER_PRESENT"/>
    <identifier text="Event.USER_IDLE"/>
    <identifier text="Event.NETWORK_CHANGE"/>
    <identifier text="Event.EXITING"/>
    <identifier text="Event.DEACTIVATE"/>
    <identifier text="Event.ACTIVATE"/>
    <identifier text="InvokeEvent.INVOKE"/>
    <identifier text="NativeDragActions"/>
    <identifier text="NativeDragActions.COPY"/>
    <identifier text="NativeDragActions.MOVE"/>
    <identifier text="NativeDragActions.LINK"/>
    <identifier text="NativeDragActions.NONE"/>
    <identifier text="NativeDragManager"/>
    <identifier text="NativeDragManager.acceptDragDrop"/>
    <identifier text="NativeDragManager.doDrag"/>
    <identifier text=".dropAction"/>
    <identifier text=".isDragging"/>
    <identifier text=".dragInitiator"/>
    <identifier text="NativeDragOptions"/>
    <identifier text=".toString"/>
    <identifier text=".allowCopy"/>
    <identifier text=".allowMove"/>
    <identifier text=".allowLink"/>
    <identifier text="NotificationType"/>
    <identifier text="NotificationType.INFORMATIONAL"/>
    <identifier text="NotificationType.CRITICAL"/>
    <identifier text="SystemTrayIcon"/>
    <identifier text="SystemTrayIcon.MAX_TIP_LENGTH"/>
    <identifier text=".bitmaps"/>
    <identifier text=".width"/>
    <identifier text=".height"/>
    <identifier text=".tooltip"/>
    <identifier text=".menu"/>
    <identifier text="MouseEvent.RIGHT_MOUSE_CLICK"/>
    <identifier text="MouseEvent.RIGHT_MOUSE_UP"/>
    <identifier text="MouseEvent.RIGHT_MOUSE_DOWN"/>
    <identifier text="MouseEvent.RIGHT_MOUSE_CLICK"/>
    <identifier text="MouseEvent.RIGHT_MOUSE_UP"/>
    <identifier text="MouseEvent.RIGHT_MOUSE_DOWN"/>
    <identifier text="Updater"/>
    <identifier text=".Updater"/>
    <identifier text=".update"/>
    <identifier text="flash.display"/>
    <identifier text="FocusDirection"/>
    <identifier text="FocusDirection.TOP"/>
    <identifier text="FocusDirection.BOTTOM"/>
    <identifier text="FocusDirection.NONE"/>
    <identifier text="NativeMenu"/>
    <identifier text=".addItem"/>
    <identifier text=".addItemAt"/>
    <identifier text=".containsItem"/>
    <identifier text=".getItemAt"/>
    <identifier text=".getItemByName"/>
    <identifier text=".removeItem"/>
    <identifier text=".removeItemAt"/>
    <identifier text=".getItemIndex"/>
    <identifier text=".setItemIndex"/>
    <identifier text=".addSubmenuAt"/>
    <identifier text=".addSubmenu"/>
    <identifier text=".display"/>
    <identifier text=".clone"/>
    <identifier text=".parent"/>
    <identifier text=".numItems"/>
    <identifier text=".items"/>
    <identifier text="Event.DISPLAYING"/>
    <identifier text="Event.SELECT"/>
    <identifier text="NativeMenuItem"/>
    <identifier text=".NativeMenuItem"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text=".menu"/>
    <identifier text=".name"/>
    <identifier text=".isSeparator"/>
    <identifier text=".enabled"/>
    <identifier text=".checked"/>
    <identifier text=".label"/>
    <identifier text=".keyEquivalent"/>
    <identifier text=".keyEquivalentModifiers"/>
    <identifier text=".mnemonicIndex"/>
    <identifier text=".submenu"/>
    <identifier text=".data"/>
    <identifier text="Event.DISPLAYING"/>
    <identifier text="Event.SELECT"/>
    <identifier text="NativeWindow"/>
    <identifier text=".NativeWindow"/>
    <identifier text=".minimize"/>
    <identifier text=".maximize"/>
    <identifier text=".restore"/>
    <identifier text=".close"/>
    <identifier text=".startMove"/>
    <identifier text=".startResize"/>
    <identifier text=".orderToFront"/>
    <identifier text=".orderToBack"/>
    <identifier text=".orderInFrontOf"/>
    <identifier text=".orderInBackOf"/>
    <identifier text=".activate"/>
    <identifier text=".globalToScreen"/>
    <identifier text=".notifyUser"/>
    <identifier text=".stage"/>
    <identifier text=".title"/>
    <identifier text=".bounds"/>
    <identifier text=".displayState"/>
    <identifier text=".closed"/>
    <identifier text=".visible"/>
    <identifier text=".systemChrome"/>
    <identifier text=".transparent"/>
    <identifier text=".type"/>
    <identifier text=".minimizable"/>
    <identifier text=".maximizable"/>
    <identifier text=".resizable"/>
    <identifier text=".minSize"/>
    <identifier text=".maxSize"/>
    <identifier text=".alwaysInFront"/>
    <identifier text=".supportsMenu"/>
    <identifier text=".supportsNotification"/>
    <identifier text=".systemMinSize"/>
    <identifier text=".systemMaxSize"/>
    <identifier text=".active"/>
    <identifier text=".menu"/>
    <identifier text=".width"/>
    <identifier text=".height"/>
    <identifier text=".x"/>
    <identifier text=".y"/>
    <identifier text="Event.DEACTIVATE"/>
    <identifier text="Event.ACTIVATE"/>
    <identifier text="Event.CLOSE"/>
    <identifier text="Event.CLOSING"/>
    <identifier text="NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE"/>
    <identifier text="NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING"/>
    <identifier text="NativeWindowBoundsEvent.RESIZE"/>
    <identifier text="NativeWindowBoundsEvent.RESIZING"/>
    <identifier text="NativeWindowBoundsEvent.MOVE"/>
    <identifier text="NativeWindowBoundsEvent.MOVING"/>
    <identifier text="NativeWindowDisplayState"/>
    <identifier text="NativeWindowDisplayState.NORMAL"/>
    <identifier text="NativeWindowDisplayState.MAXIMIZED"/>
    <identifier text="NativeWindowDisplayState.MINIMIZED"/>
    <identifier text="NativeWindowInitOptions"/>
    <identifier text=".NativeWindowInitOptions"/>
    <identifier text=".systemChrome"/>
    <identifier text=".transparent"/>
    <identifier text=".type"/>
    <identifier text=".minimizable"/>
    <identifier text=".maximizable"/>
    <identifier text=".resizable"/>
    <identifier text="NativeWindowResize"/>
    <identifier text="NativeWindowResize.TOP"/>
    <identifier text="NativeWindowResize.LEFT"/>
    <identifier text="NativeWindowResize.BOTTOM"/>
    <identifier text="NativeWindowResize.RIGHT"/>
    <identifier text="NativeWindowResize.TOP_LEFT"/>
    <identifier text="NativeWindowResize.TOP_RIGHT"/>
    <identifier text="NativeWindowResize.BOTTOM_LEFT"/>
    <identifier text="NativeWindowResize.BOTTOM_RIGHT"/>
    <identifier text="NativeWindowResize.NONE"/>
    <identifier text="NativeWindowSystemChrome"/>
    <identifier text="NativeWindowSystemChrome.NONE"/>
    <identifier text="NativeWindowSystemChrome.STANDARD"/>
    <identifier text="NativeWindowType"/>
    <identifier text="NativeWindowType.NORMAL"/>
    <identifier text="NativeWindowType.LIGHTWEIGHT"/>
    <identifier text="NativeWindowType.UTILITY"/>
    <identifier text="Screen"/>
    <identifier text="Screen.getScreensForRectangle"/>
    <identifier text=".screens"/>
    <identifier text=".mainScreen"/>
    <identifier text=".bounds"/>
    <identifier text=".visibleBounds"/>
    <identifier text=".colorDepth"/>
    <identifier text="Stage"/>
    <identifier text=".nativeWindow"/>
    <identifier text="flash.errors"/>
    <identifier text="SQLError"/>
    <identifier text=".SQLError"/>
    <identifier text=".toString"/>
    <identifier text=".details"/>
    <identifier text=".operation"/>
    <identifier text="SQLErrorOperation"/>
    <identifier text="SQLErrorOperation.ANALYZE"/>
    <identifier text="SQLErrorOperation.ATTACH"/>
    <identifier text="SQLErrorOperation.BEGIN"/>
    <identifier text="SQLErrorOperation.COMPACT"/>
    <identifier text="SQLErrorOperation.COMMIT"/>
    <identifier text="SQLErrorOperation.CLOSE"/>
    <identifier text="SQLErrorOperation.DEANALYZE"/>
    <identifier text="SQLErrorOperation.DETACH"/>
    <identifier text="SQLErrorOperation.EXECUTE"/>
    <identifier text="SQLErrorOperation.OPEN"/>
    <identifier text="SQLErrorOperation.ROLLBACK"/>
    <identifier text="SQLErrorOperation.SCHEMA"/>
    <identifier text="flash.events"/>
    <identifier text="BrowserInvokeEvent"/>
    <identifier text=".BrowserInvokeEvent"/>
    <identifier text=".clone"/>
    <identifier text="BrowserInvokeEvent.BROWSER_INVOKE"/>
    <identifier text=".arguments"/>
    <identifier text=".sandboxType"/>
    <identifier text=".securityDomain"/>
    <identifier text=".isHTTPS"/>
    <identifier text=".isUserEvent"/>
    <identifier text="DRMAuthenticateEvent"/>
    <identifier text=".DRMAuthenticateEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="DRMAuthenticateEvent.DRM_AUTHENTICATE"/>
    <identifier text="DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM"/>
    <identifier text="DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY"/>
    <identifier text=".header"/>
    <identifier text=".usernamePrompt"/>
    <identifier text=".passwordPrompt"/>
    <identifier text=".urlPrompt"/>
    <identifier text=".authenticationType"/>
    <identifier text=".netstream"/>
    <identifier text="DRMErrorEvent"/>
    <identifier text=".DRMErrorEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="DRMErrorEvent.DRM_ERROR"/>
    <identifier text=".subErrorID"/>
    <identifier text="DRMStatusEvent"/>
    <identifier text=".DRMStatusEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="DRMStatusEvent.DRM_STATUS"/>
    <identifier text=".isAvailableOffline"/>
    <identifier text=".isAnonymous"/>
    <identifier text=".voucherEndDate"/>
    <identifier text=".offlineLeasePeriod"/>
    <identifier text=".policies"/>
    <identifier text=".detail"/>
    <identifier text="Event"/>
    <identifier text=".Event"/>
    <identifier text=".formatToString"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text=".stopPropagation"/>
    <identifier text=".stopImmediatePropagation"/>
    <identifier text=".preventDefault"/>
    <identifier text=".isDefaultPrevented"/>
    <identifier text="Event.ACTIVATE"/>
    <identifier text="Event.ADDED"/>
    <identifier text="Event.ADDED_TO_STAGE"/>
    <identifier text="Event.CANCEL"/>
    <identifier text="Event.CHANGE"/>
    <identifier text="Event.CLOSE"/>
    <identifier text="Event.CLOSING"/>
    <identifier text="Event.EXITING"/>
    <identifier text="Event.COMPLETE"/>
    <identifier text="Event.CONNECT"/>
    <identifier text="Event.DEACTIVATE"/>
    <identifier text="Event.DISPLAYING"/>
    <identifier text="Event.ENTER_FRAME"/>
    <identifier text="Event.ID3"/>
    <identifier text="Event.INIT"/>
    <identifier text="Event.MOUSE_LEAVE"/>
    <identifier text="Event.OPEN"/>
    <identifier text="Event.REMOVED"/>
    <identifier text="Event.REMOVED_FROM_STAGE"/>
    <identifier text="Event.RENDER"/>
    <identifier text="Event.RESIZE"/>
    <identifier text="Event.SCROLL"/>
    <identifier text="Event.SELECT"/>
    <identifier text="Event.SOUND_COMPLETE"/>
    <identifier text="Event.TAB_CHILDREN_CHANGE"/>
    <identifier text="Event.TAB_ENABLED_CHANGE"/>
    <identifier text="Event.TAB_INDEX_CHANGE"/>
    <identifier text="Event.UNLOAD"/>
    <identifier text="Event.FULLSCREEN"/>
    <identifier text="Event.NETWORK_CHANGE"/>
    <identifier text="Event.USER_IDLE"/>
    <identifier text="Event.USER_PRESENT"/>
    <identifier text="Event.HTML_BOUNDS_CHANGE"/>
    <identifier text="Event.HTML_RENDER"/>
    <identifier text="Event.HTML_DOM_INITIALIZE"/>
    <identifier text="Event.LOCATION_CHANGE"/>
    <identifier text=".type"/>
    <identifier text=".bubbles"/>
    <identifier text=".cancelable"/>
    <identifier text=".target"/>
    <identifier text=".currentTarget"/>
    <identifier text=".eventPhase"/>
    <identifier text="FileListEvent"/>
    <identifier text=".FileListEvent"/>
    <identifier text=".files"/>
    <identifier text="FileListEvent.DIRECTORY_LISTING"/>
    <identifier text="FileListEvent.SELECT_MULTIPLE"/>
    <identifier text="HTMLUncaughtScriptExceptionEvent"/>
    <identifier text=".HTMLUncaughtScriptExceptionEvent"/>
    <identifier text=".clone"/>
    <identifier text="HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION"/>
    <identifier text=".exceptionValue"/>
    <identifier text=".stackTrace"/>
    <identifier text="HTTPStatusEvent"/>
    <identifier text="HTTPStatusEvent.HTTP_RESPONSE_STATUS"/>
    <identifier text=".responseURL"/>
    <identifier text=".responseHeaders"/>
    <identifier text="InvokeEvent"/>
    <identifier text=".InvokeEvent"/>
    <identifier text=".clone"/>
    <identifier text="InvokeEvent.INVOKE"/>
    <identifier text=".currentDirectory"/>
    <identifier text=".arguments"/>
    <identifier text="NativeDragEvent"/>
    <identifier text=".NativeDragEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_ENTER"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_OVER"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_DROP"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_EXIT"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_START"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_UPDATE"/>
    <identifier text="NativeDragEvent.NATIVE_DRAG_COMPLETE"/>
    <identifier text=".clipboard"/>
    <identifier text=".allowedActions"/>
    <identifier text=".dropAction"/>
    <identifier text="NativeWindowBoundsEvent"/>
    <identifier text=".NativeWindowBoundsEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="NativeWindowBoundsEvent.MOVING"/>
    <identifier text="NativeWindowBoundsEvent.MOVE"/>
    <identifier text="NativeWindowBoundsEvent.RESIZING"/>
    <identifier text="NativeWindowBoundsEvent.RESIZE"/>
    <identifier text=".beforeBounds"/>
    <identifier text=".afterBounds"/>
    <identifier text="NativeWindowDisplayStateEvent"/>
    <identifier text=".NativeWindowDisplayStateEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING"/>
    <identifier text="NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGE"/>
    <identifier text=".beforeDisplayState"/>
    <identifier text=".afterDisplayState"/>
    <identifier text="OutputProgressEvent"/>
    <identifier text=".OutputProgressEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="OutputProgressEvent.OUTPUT_PROGRESS"/>
    <identifier text=".bytesPending"/>
    <identifier text=".bytesTotal"/>
    <identifier text="ScreenMouseEvent"/>
    <identifier text=".ScreenMouseEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text=".screenX"/>
    <identifier text=".screenY"/>
    <identifier text="SQLErrorEvent"/>
    <identifier text=".SQLErrorEvent"/>
    <identifier text=".clone"/>
    <identifier text=".toString"/>
    <identifier text="SQLErrorEvent.ERROR"/>
    <identifier text=".error"/>
    <identifier text="SQLEvent"/>
    <identifier text=".SQLEvent"/>
    <identifier text=".clone"/>
    <identifier text="SQLEvent.ANALYZE"/>
    <identifier text="SQLEvent.ATTACH"/>
    <identifier text="SQLEvent.BEGIN"/>
    <identifier text="SQLEvent.CANCEL"/>
    <identifier text="SQLEvent.COMPACT"/>
    <identifier text="SQLEvent.CLOSE"/>
    <identifier text="SQLEvent.COMMIT"/>
    <identifier text="SQLEvent.DEANALYZE"/>
    <identifier text="SQLEvent.DETACH"/>
    <identifier text="SQLEvent.OPEN"/>
    <identifier text="SQLEvent.ROLLBACK"/>
    <identifier text="SQLEvent.RESULT"/>
    <identifier text="SQLEvent.SCHEMA"/>
    <identifier text="SQLUpdateEvent"/>
    <identifier text=".SQLUpdateEvent"/>
    <identifier text=".clone"/>
    <identifier text="SQLUpdateEvent.UPDATE"/>
    <identifier text="SQLUpdateEvent.INSERT"/>
    <identifier text="SQLUpdateEvent.DELETE"/>
    <identifier text=".table"/>
    <identifier text=".rowID"/>
    <identifier text="flash.filesystem"/>
    <identifier text="File"/>
    <identifier text=".File"/>
    <identifier text=".cancel"/>
    <identifier text=".resolvePath"/>
    <identifier text=".getRelativePath"/>
    <identifier text="File.createTempFile"/>
    <identifier text="File.createTempDirectory"/>
    <identifier text="File.getRootDirectories"/>
    <identifier text=".canonicalize"/>
    <identifier text=".browseForOpen"/>
    <identifier text=".browseForOpenMultiple"/>
    <identifier text=".browseForSave"/>
    <identifier text=".browseForDirectory"/>
    <identifier text=".deleteFile"/>
    <identifier text=".deleteFileAsync"/>
    <identifier text=".deleteDirectory"/>
    <identifier text=".deleteDirectoryAsync"/>
    <identifier text=".copyTo"/>
    <identifier text=".copyToAsync"/>
    <identifier text=".moveTo"/>
    <identifier text=".moveToAsync"/>
    <identifier text=".moveToTrash"/>
    <identifier text=".moveToTrashAsync"/>
    <identifier text=".createDirectory"/>
    <identifier text=".getDirectoryListing"/>
    <identifier text=".getDirectoryListingAsync"/>
    <identifier text=".clone"/>
    <identifier text=".systemCharset"/>
    <identifier text=".separator"/>
    <identifier text=".lineEnding"/>
    <identifier text=".exists"/>
    <identifier text=".isHidden"/>
    <identifier text=".isDirectory"/>
    <identifier text=".isPackage"/>
    <identifier text=".isSymbolicLink"/>
    <identifier text=".parent"/>
    <identifier text=".nativePath"/>
    <identifier text=".userDirectory"/>
    <identifier text=".documentsDirectory"/>
    <identifier text=".desktopDirectory"/>
    <identifier text=".applicationStorageDirectory"/>
    <identifier text=".applicationDirectory"/>
    <identifier text=".url"/>
    <identifier text=".icon"/>
    <identifier text="FileListEvent.DIRECTORY_LISTING"/>
    <identifier text="FileListEvent.SELECT_MULTIPLE"/>
    <identifier text="Event.SELECT"/>
    <identifier text="SecurityErrorEvent.SECURITY_ERROR"/>
    <identifier text="IOErrorEvent.IO_ERROR"/>
    <identifier text="Event.COMPLETE"/>
    <identifier text="Event.CANCEL"/>
    <identifier text="FileMode"/>
    <identifier text="FileMode.READ"/>
    <identifier text="FileMode.WRITE"/>
    <identifier text="FileMode.UPDATE"/>
    <identifier text="FileMode.APPEND"/>
    <identifier text="FileStream"/>
    <identifier text=".FileStream"/>
    <identifier text=".open"/>
    <identifier text=".openAsync"/>
    <identifier text=".truncate"/>
    <identifier text=".close"/>
    <identifier text=".readBoolean"/>
    <identifier text=".readByte"/>
    <identifier text=".readBytes"/>
    <identifier text=".readDouble"/>
    <identifier text=".readFloat"/>
    <identifier text=".readInt"/>
    <identifier text=".readMultiByte"/>
    <identifier text=".readObject"/>
    <identifier text=".readShort"/>
    <identifier text=".readUnsignedByte"/>
    <identifier text=".readUnsignedInt"/>
    <identifier text=".readUnsignedShort"/>
    <identifier text=".readUTF"/>
    <identifier text=".readUTFBytes"/>
    <identifier text=".writeBoolean"/>
    <identifier text=".writeByte"/>
    <identifier text=".writeBytes"/>
    <identifier text=".writeDouble"/>
    <identifier text=".writeFloat"/>
    <identifier text=".writeInt"/>
    <identifier text=".writeMultiByte"/>
    <identifier text=".writeObject"/>
    <identifier text=".writeShort"/>
    <identifier text=".writeUnsignedInt"/>
    <identifier text=".writeUTF"/>
    <identifier text=".writeUTFBytes"/>
    <identifier text=".position"/>
    <identifier text=".readAhead"/>
    <identifier text=".bytesAvailable"/>
    <identifier text=".endian"/>
    <identifier text=".objectEncoding"/>
    <identifier text="Event.COMPLETE"/>
    <identifier text="OutputProgressEvent.OUTPUT_PROGRESS"/>
    <identifier text="ProgressEvent.PROGRESS"/>
    <identifier text="IOErrorEvent.IO_ERROR"/>
    <identifier text="Event.CLOSE"/>
    <identifier text="flash.html"/>
    <identifier text="HTMLHistoryItem"/>
    <identifier text=".url"/>
    <identifier text=".originalUrl"/>
    <identifier text=".isPost"/>
    <identifier text=".title"/>
    <identifier text="HTMLHost"/>
    <identifier text=".HTMLHost"/>
    <identifier text=".windowFocus"/>
    <identifier text=".windowBlur"/>
    <identifier text=".updateLocation"/>
    <identifier text=".updateStatus"/>
    <identifier text=".updateTitle"/>
    <identifier text=".createWindow"/>
    <identifier text=".windowClose"/>
    <identifier text=".htmlLoader"/>
    <identifier text=".windowRect"/>
    <identifier text="HTMLLoader"/>
    <identifier text=".HTMLLoader"/>
    <identifier text="HTMLLoader.createRootWindow"/>
    <identifier text=".loadString"/>
    <identifier text=".load"/>
    <identifier text=".reload"/>
    <identifier text=".cancelLoad"/>
    <identifier text=".historyBack"/>
    <identifier text=".historyForward"/>
    <identifier text=".historyGo"/>
    <identifier text=".getHistoryAt"/>
    <identifier text=".loaded"/>
    <identifier text=".location"/>
    <identifier text=".contentWidth"/>
    <identifier text=".contentHeight"/>
    <identifier text=".width"/>
    <identifier text=".height"/>
    <identifier text=".scrollH"/>
    <identifier text=".scrollV"/>
    <identifier text=".window"/>
    <identifier text=".runtimeApplicationDomain"/>
    <identifier text=".userAgent"/>
    <identifier text=".manageCookies"/>
    <identifier text=".useCache"/>
    <identifier text=".cacheResponse"/>
    <identifier text=".authenticate"/>
    <identifier text=".paintsDefaultBackground"/>
    <identifier text=".textEncodingOverride"/>
    <identifier text=".textEncodingFallback"/>
    <identifier text=".hasFocusableContent"/>
    <identifier text=".htmlHost"/>
    <identifier text=".navigateInSystemBrowser"/>
    <identifier text=".pdfCapability"/>
    <identifier text=".historyLength"/>
    <identifier text=".historyPosition"/>
    <identifier text="Event.HTML_DOM_INITIALIZE"/>
    <identifier text="HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION"/>
    <identifier text="Event.SCROLL"/>
    <identifier text="Event.HTML_BOUNDS_CHANGE"/>
    <identifier text="Event.LOCATION_CHANGE"/>
    <identifier text="Event.HTML_RENDER"/>
    <identifier text="Event.COMPLETE"/>
    <identifier text="HTMLPDFCapability"/>
    <identifier text="HTMLPDFCapability.STATUS_OK"/>
    <identifier text="HTMLPDFCapability.ERROR_INSTALLED_READER_NOT_FOUND"/>
    <identifier text="HTMLPDFCapability.ERROR_INSTALLED_READER_TOO_OLD"/>
    <identifier text="HTMLPDFCapability.ERROR_PREFERRED_READER_TOO_OLD"/>
    <identifier text="HTMLPDFCapability.ERROR_CANNOT_LOAD_READER"/>
    <identifier text="HTMLWindowCreateOptions"/>
    <identifier text=".x"/>
    <identifier text=".y"/>
    <identifier text=".width"/>
    <identifier text=".height"/>
    <identifier text=".menuBarVisible"/>
    <identifier text=".statusBarVisible"/>
    <identifier text=".toolBarVisible"/>
    <identifier text=".locationBarVisible"/>
    <identifier text=".scrollBarsVisible"/>
    <identifier text=".resizable"/>
    <identifier text=".fullscreen"/>
    <identifier text="flash.net"/>
    <identifier text="FileReference"/>
    <identifier text=".uploadUnencoded"/>
    <identifier text=".extension"/>
    <identifier text="URLRequest"/>
    <identifier text=".digest"/>
    <identifier text=".followRedirects"/>
    <identifier text=".userAgent"/>
    <identifier text=".manageCookies"/>
    <identifier text=".useCache"/>
    <identifier text=".cacheResponse"/>
    <identifier text=".authenticate"/>
    <identifier text="URLRequestDefaults"/>
    <identifier text="URLRequestDefaults.setLoginCredentialsForHost"/>
    <identifier text=".followRedirects"/>
    <identifier text=".manageCookies"/>
    <identifier text=".authenticate"/>
    <identifier text=".useCache"/>
    <identifier text=".cacheResponse"/>
    <identifier text=".userAgent"/>
    <identifier text="URLRequestMethod"/>
    <identifier text="URLRequestMethod.PUT"/>
    <identifier text="URLRequestMethod.DELETE"/>
    <identifier text="URLRequestMethod.HEAD"/>
    <identifier text="URLRequestMethod.OPTIONS"/>
    <identifier text="URLStream"/>
    <identifier text="HTTPStatusEvent.HTTP_RESPONSE_STATUS"/>
    <identifier text="flash.sampler"/>
    <identifier text="DeleteObjectSample"/>
    <identifier text="DeleteObjectSample.id"/>
    <identifier text="DeleteObjectSample.size"/>
    <identifier text="NewObjectSample"/>
    <identifier text="NewObjectSample.id"/>
    <identifier text="NewObjectSample.type"/>
    <identifier text=".object"/>
    <identifier text="clearSamples"/>
    <identifier text="startSampling"/>
    <identifier text="stopSampling"/>
    <identifier text="pauseSampling"/>
    <identifier text="getSize"/>
    <identifier text="getMemberNames"/>
    <identifier text="getSamples"/>
    <identifier text="getSampleCount"/>
    <identifier text="getInvocationCount"/>
    <identifier text="getSetterInvocationCount"/>
    <identifier text="getGetterInvocationCount"/>
    <identifier text="isGetterSetter"/>
    <identifier text="Sample"/>
    <identifier text="Sample.time"/>
    <identifier text="Sample.stack"/>
    <identifier text="StackFrame"/>
    <identifier text=".toString"/>
    <identifier text="StackFrame.name"/>
    <identifier text="StackFrame.file"/>
    <identifier text="StackFrame.line"/>
    <identifier text="flash.security"/>
    <identifier text="RevocationCheckSettings"/>
    <identifier text="RevocationCheckSettings.NEVER"/>
    <identifier text="RevocationCheckSettings.BEST_EFFORT"/>
    <identifier text="RevocationCheckSettings.REQUIRED_IF_AVAILABLE"/>
    <identifier text="RevocationCheckSettings.ALWAYS_REQUIRED"/>
    <identifier text="SignatureStatus"/>
    <identifier text="SignatureStatus.VALID"/>
    <identifier text="SignatureStatus.INVALID"/>
    <identifier text="SignatureStatus.UNKNOWN"/>
    <identifier text="SignerTrustSettings"/>
    <identifier text="SignerTrustSettings.SIGNING"/>
    <identifier text="SignerTrustSettings.CODE_SIGNING"/>
    <identifier text="SignerTrustSettings.PLAYLIST_SIGNING"/>
    <identifier text="URIDereferencer"/>
    <identifier text=".dereference"/>
    <identifier text="XMLSignatureValidator"/>
    <identifier text=".XMLSignatureValidator"/>
    <identifier text=".addCertificate"/>
    <identifier text=".verify"/>
    <identifier text=".uriDereferencer"/>
    <identifier text=".useSystemTrustStore"/>
    <identifier text=".revocationCheckSetting"/>
    <identifier text=".referencesStatus"/>
    <identifier text=".digestStatus"/>
    <identifier text=".identityStatus"/>
    <identifier text=".validityStatus"/>
    <identifier text=".signerTrustSettings"/>
    <identifier text=".signerExtendedKeyUsages"/>
    <identifier text=".signerCN"/>
    <identifier text=".signerDN"/>
    <identifier text="Event.ERROR"/>
    <identifier text="Event.COMPLETE"/>
    <identifier text="flash.system"/>
    <identifier text="Security"/>
    <identifier text="Security.allowDomain"/>
    <identifier text="Security.allowInsecureDomain"/>
    <identifier text="Security.loadPolicyFile"/>
    <identifier text="Security.showSettings"/>
    <identifier text="Security.REMOTE"/>
    <identifier text="Security.LOCAL_WITH_FILE"/>
    <identifier text="Security.LOCAL_WITH_NETWORK"/>
    <identifier text="Security.LOCAL_TRUSTED"/>
    <identifier text="Security.APPLICATION"/>
    <identifier text=".exactSettings"/>
    <identifier text=".sandboxType"/>
    <identifier text="flash.utils"/>
    <identifier text="ByteArray"/>
    <identifier text=".compress"/>
    <identifier text=".uncompress"/>
    <identifier text="CompressionAlgorithm"/>
    <identifier text="CompressionAlgorithm.ZLIB"/>
    <identifier text="CompressionAlgorithm.DEFLATE"/>
</colorsyntax>
</customactions>
