﻿<?xml version="1.0" encoding="UTF-8"?>

<toolbox>
	<actionspanel>
		<!--Operators-->
		<!--Functions-->
		<folder name="Global Functions" id="Actions" sort="false" tiptext="Functions that can be added to your script" helpid="x2089A">
			<folder name="Movie Clip Control" id="Movie Clip Control" tiptext="Functions that control Movie Clips" helpid="x20A39">
				<action id="onClipEvent" name="onClipEvent" tiptext="Performs actions when a particular movie clip event occurs" helpid="x20987" text="onClipEvent (% event %) {\n}\n" codehint="false" quickey="oc" version="5"/>
				<action id="on" name="on" tiptext="Performs actions when a particular mouse event occurs" helpid="x20986" text="on (% event %) {\n}\n" codehint="false" quickey="on" version="3"/>
				<action id="setProperty" name="setProperty" tiptext="Set a property of a movie clip" helpid="x209AB" text="setProperty(% target, property, value %);\n" quickey="sp" version="4"/>
				<action id="duplicateMovieClip" name="duplicateMovieClip" tiptext="Make a duplicate of a movie clip" helpid="x208D8" text="duplicateMovieClip(% target, newname=&quot;&quot;, depth %);\n" quickey="dm" version="4"/>
				<action id="removeMovieClip" name="removeMovieClip" tiptext="Removes a movie clip created with duplicateMovieClip" helpid="x2099C" text="removeMovieClip(% target %);\n" quickey="rm" version="4"/>
				<action id="startDrag" name="startDrag" tiptext="Start a drag operation on a movie clip" helpid="x209B5" text="startDrag(% target, lockcenter, l, t, r, b %);\n" quickey="dr" version="4"/>
				<action id="stopDrag" name="stopDrag" tiptext="Stops a drag operation currently in progress" helpid="x209B8" text="stopDrag();\n" quickey="sd" version="4"/>
				<string name="updateAfterEvent" tiptext="Updates the stage after &quot;mouse&quot; or &quot;key&quot; clip events" helpid="x20A15" text="updateAfterEvent()" type="procedure" version="5"/>
				<string name="getProperty" tiptext="Returns a property of the specified movie clip" helpid="x20927" text="getProperty(% target, property %)" version="4"/>
				<string name="targetPath" tiptext="Returns the target path string for a specified movie clip" helpid="x209D5" text="targetPath(% movieClip %)" version="5"/>
			</folder>
			<folder name="Timeline Control" id="Movie Control" tiptext="Functions that control movie playback" helpid="x20A37">
				<ifmode mode="SCRIPT_ASSIST_ON">
					<action id="goto" name="goto" tiptext="Go to the specified frame of the movie" helpid="x2092D" quickey="go"/>
				</ifmode>
				<ifmode mode="SCRIPT_ASSIST_OFF">
					<action name="gotoAndPlay" tiptext="Go to the specified frame and play" helpid="x2092E" text="gotoAndPlay(% frame %);\n" text2="gotoAndPlay(% scene, frame %);\n" quickey="gp"/>
					<action name="gotoAndStop" tiptext="Go to the specified frame and stop" helpid="x2092F" text="gotoAndStop(% frame %);\n" text2="gotoAndStop(% scene, frame %);\n" quickey="gs"/>
					<action name="nextFrame" tiptext="Go to the next frame" helpid="x20978" text="nextFrame();\n" quickey="nf"/>
					<action name="prevFrame" tiptext="Go to the previous frame" helpid="x20995" text="prevFrame();\n" quickey="pf"/>
					<action name="nextScene" tiptext="Go to the next scene" helpid="x20979" text="nextScene();\n" quickey="ns"/>
					<action name="prevScene" tiptext="Go to the previous scene" helpid="x20996" text="prevScene();\n" quickey="ps"/>
				</ifmode>
				<action id="play" name="play" tiptext="Start playing the movie" helpid="x20991" text="play();\n" quickey="pl"/>
				<action id="stop" name="stop" tiptext="Stop playing the movie" helpid="x209B6" text="stop();\n" quickey="st"/>
				<action id="stopAllSounds" name="stopAllSounds" tiptext="Stop playing all sounds" helpid="x209B7" text="stopAllSounds();\n" quickey="ss"/>
			</folder>
			<folder name="Browser/Network" id="Browser_Network" tiptext="Functions that control the Web browser and network" helpid="x20A38">
				<action id="getURL" name="getURL" tiptext="Tell Web browser to navigate to specified URL" helpid="x20929" text="getURL(% url, window, method %);\n" quickey="gu"/>
				<ifmode mode="SCRIPT_ASSIST_ON">
					<action id="loadMovie" name="loadMovie" tiptext="Loads a SWF, JPEG, GIF or PNG from an URL into a movie clip" helpid="x20955" text="loadMovie(% url, target, method %);\n" quickey="lm" version="3"/>
					<action id="unloadMovie" name="unloadMovie" tiptext="Unload a movie clip loaded with loadMovie" helpid="x209DF" text="unloadMovie(% target %);\n" quickey="um" version="3"/>
					<action id="loadVariables" name="loadVariables" tiptext="Load variables from an URL" helpid="x20956" text="loadVariables(% url, target, method %);\n" quickey="lv" version="4"/>
				</ifmode>
				<ifmode mode="SCRIPT_ASSIST_OFF">
					<action name="loadMovie" tiptext="Loads a SWF, JPEG, GIF or PNG from an URL into a movie clip" helpid="x20955" text="loadMovie(% url, target, method %);\n" quickey="lm" version="3"/>
					<action name="loadMovieNum" tiptext="Loads a SWF, JPEG, GIF or PNG from an URL into a level" helpid="x20A26" text="loadMovieNum(% url, level, method %);\n" quickey="ln" version="3"/>
					<action name="loadVariables" tiptext="Load variables from an URL" helpid="x20956" text="loadVariables(% url, target, method %);\n" quickey="lv" version="4"/>
					<action name="loadVariablesNum" tiptext="Load variables from an URL into a level" helpid="x20A25" text="loadVariablesNum(% url, level, method %);\n" quickey="vn" version="4"/>
					<action name="unloadMovie" tiptext="Unload a movie clip loaded with loadMovie" helpid="x209DF" text="unloadMovie(% target %);\n" quickey="um" version="3"/>
					<action name="unloadMovieNum" tiptext="Unload a movie clip loaded with loadMovieNum" helpid="x20A27" text="unloadMovieNum(% level %);\n" quickey="un" version="3"/>
				</ifmode>
				<action id="FSCommand" name="fscommand" tiptext="Sends FSCommand to movie's container" helpid="x20921" text="fscommand(% command, parameters %);\n" quickey="fs" version="3"/>
			</folder>
			<folder name="Printing Functions" id="Printing" tiptext="Functions that print movies or movie clips" helpid="x20A3E">
				<action id="print" name="print" tiptext="Print a movie clip" helpid="x20997" text="print(% target, type %);\n" quickey="pr" version="4"/>
				<ifmode mode="SCRIPT_ASSIST_OFF">
					<action name="printAsBitmap" tiptext="Prints a movie clip as a bitmap" helpid="x20998" text="printAsBitmap(% target, type %);\n" quickey="pb" version="4"/>
					<action name="printNum" tiptext="Print a level" helpid="x20A28" text="printNum(% level, type %);\n" quickey="pn" version="4"/>
					<action name="printAsBitmapNum" tiptext="Prints a level as a bitmap" helpid="x20A29" text="printAsBitmapNum(% level, type %);\n" quickey="bn" version="4"/>
				</ifmode>
			</folder>
			<folder name="Miscellaneous Functions" id="Miscellaneous Functions" tiptext="Miscellaneous functions" helpid="x20A3D">
				<action id="trace" name="trace" tiptext="Sends a message to the Output window" helpid="x209DB" text="trace(% message %);\n" quickey="tr" version="4"/>
				<ifmode mode="SCRIPT_ASSIST_ON">
					<action id="comment" name="comment" tiptext="Insert a comment to help document your script" helpid="x208DF" text="// %%\n" quickey="//"/>
					<action id="evaluate" name="evaluate" tiptext="Evaluates an arbitrary expression" helpid="x2091A" quickey="ev" version="4"/>
				</ifmode>
				<ifdef mode="FEATURE_INTERVAL_FUNCS">
					<string name="setInterval" tiptext="Initialize a periodic callback" helpid="x20A46" text="setInterval(% functionName, interval, params %)" type="expression" version="6"/>
					<string name="clearInterval" tiptext="Cancel a periodic callback" helpid="x20A47" text="clearInterval(% intervalID %)" version="6"/>
				</ifdef>
				<string name="eval" tiptext="Returns value of variable named by the expresssion" helpid="x20919" text="eval(% variable %)" version="4"/>
				<string name="getTimer" tiptext="The number of milliseconds since the movie started playing" helpid="x209D7" text="getTimer()" version="4"/>
				<string name="escape" tiptext="Escapes characters in a string not permitted in URLs" helpid="x20918" text="escape(% string %)" version="5"/>
				<string name="unescape" tiptext="Unescapes %XX hex sequences in a string" helpid="x209DE" text="unescape(% string %)" version="5"/>
				<string name="getVersion" tiptext="Get version number of Flash Player" helpid="x2092A" text="getVersion()" version="4"/>
				<string name="MMExecute" tiptext="Executes a JavaScript API command from ActionScript" helpid="x20588" text="MMExecute(% string %)" version="7"/>
			</folder>
			<folder name="Mathematical Functions" id="Mathematical Functions" tiptext="Functions that perform mathematical operations" helpid="x20A3F" version="4">
				<string name="parseInt" tiptext="Parses a string into an integer" helpid="x20990" text="parseInt(% string, radix %)" version="5"/>
				<string name="parseFloat" tiptext="Parses a string into a floating-point number" helpid="x2098F" text="parseFloat(% string %)" version="5"/>
				<string name="isFinite" tiptext="Tests whether a number is finite" helpid="x20939" text="isFinite(% number %)" version="5"/>
				<string name="isNaN" tiptext="Tests whether a number is NaN (Not A Number)" helpid="x2093A" text="isNaN(% number %)" version="5"/>
			</folder>
			<folder name="Conversion Functions" id="Conversion Functions" tiptext="Functions that perform type conversions" helpid="x20A40" version="4">
				<string name="String" tiptext="Converts argument to type string" helpid="x209B9" text="String(% expression %)" version="4"/>
				<string name="Number" tiptext="Converts argument to type number" helpid="x2097B" text="Number(% expression %)" version="4"/>
				<string name="Boolean" tiptext="Converts argument to type boolean" helpid="x208BF" text="Boolean(% expression %)" version="5"/>
				<string name="Array" tiptext="Constructs array from arguments" helpid="x20BC6" text="Array(%%)" text2="Array(% length %)" text3="Array(% item1, ..., itemN %)" version="6"/>
				<string name="Object" tiptext="Converts argument to corresponding object type" helpid="x20BC7" text="Object(% expression %)" text2="Object(%%)" version="6"/>
			</folder>
		</folder>
		<folder name="ActionScript 2.0 Classes" id="ActionScript 2.0 Classes" sort="false" tiptext="Predefined classes provided by ActionScript" helpid="x20980" version="4">
			<folder name="Client/Server and XML" id="Client_Server" tiptext="Classes for client/server communication" helpid="x20AB1" version="5">
				<!--LoadVars object-->
				<!--XML object-->
				<!--XMLNode object-->
				<!--XMLSocket object-->
				<ifdef mode="FEATURE_XML_ENHANCEMENTS">
					<folder name="LoadVars" id="LoadVars" sort="false" index="true" tiptext="Object-oriented interface to Load Variables" helpid="x20A4A" version="6">
						<string name="new LoadVars" tiptext="Creates new LoadVars object" helpid="x20A4B" text="new LoadVars()" version="6"/>
						<folder name="Methods" id="Methods" tiptext="Methods of the LoadVars object" helpid="x2058B" version="6">
							<string name="decode" tiptext="Converts the variable string to properties of the specified LoadVars object" helpid="x20B25" object="LoadVars" text=".decode(%variables:String%)" version="6"/>
							<string name="load" tiptext="Loads variables into Flash from an URL" helpid="x20A4F" object="LoadVars" text=".load(% url %)" version="6"/>
							<string name="send" tiptext="Sends variables from Flash to an URL" helpid="x20A50" object="LoadVars" text=".send(% url, window, method %)" version="6"/>
							<string name="sendAndLoad" tiptext="Sends variables from Flash to an URL and downloads variable results" helpid="x20A51" object="LoadVars" text=".sendAndLoad(% url:String, targetObject, method %)" version="6"/>
							<string name="toString" tiptext="Converts this LoadVars object to a URL-encoded string" helpid="x20A4E" object="LoadVars" text=".toString()" version="6"/>
							<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded of variables" helpid="x20A52" object="LoadVars" text=".getBytesLoaded()" version="6"/>
							<string name="getBytesTotal" tiptext="Returns expected total downloaded size of variables" helpid="x20A53" object="LoadVars" text=".getBytesTotal()" version="6"/>
							<string name="addRequestHeader" tiptext="Adds request headers for POST actions" helpid="x2052B" object="LoadVars" text=".addRequestHeader(% headerName, headerValue %)" text2=".addRequestHeader(% headerArray %)" version="7"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of the LoadVars object" helpid="x20AA4" version="6">
							<string name="loaded" tiptext="Sets to true if load/sendAndLoad completed" helpid="x20A4C" object="LoadVars" text=".loaded" version="6"/>
							<string name="contentType" tiptext="MIME Content Type for send/sendAndLoad" helpid="x20B4F" object="LoadVars" text=".contentType" version="6"/>
						</folder>
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the LoadVars object" helpid="x20A4A" version="6">
							<string name="onLoad" tiptext="Invoked when load/sendAndLoad completes" helpid="x20A4D" object="LoadVars" text=".onLoad(success)" version="6" type="event"/>
							<string name="onData" tiptext="Callback to receive raw data from server" helpid="x2058A" object="LoadVars" text=".onData(data)" version="6" type="event"/>
							<string name="onHTTPStatus" tiptext="Invoked when Flash Player receives an HTTP status code from the server." helpid="x229E2"  object="LoadVars" text=".onHTTPStatus(% httpStatus:Number %)" version="8"/>
						</folder>
					</folder>
				</ifdef>
				<folder name="XML" id="XML" index="true" sort="false" tiptext="Object that allows you to work with XML documents" helpid="x20A01" version="5">
					<string name="new XML" tiptext="Creates new XML object" helpid="x209FC" text="new XML(% source %)" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of XML objects" helpid="x20A8B" version="5">
						<string name="appendChild" tiptext="Appends a child to an XML element" helpid="x209F0" object="XML" text=".appendChild(% child %)" version="5"/>
						<string name="cloneNode" tiptext="Clones this node, and optionally children" helpid="x209F3" object="XML" text=".cloneNode(% deep %)" version="5"/>
						<string name="createElement" tiptext="Creates a new XML element" helpid="x209F4" object="XML" text=".createElement(% nodeName:String %)" version="5"/>
						<string name="createTextNode" tiptext="Creates a new XML text node" helpid="x209F5" object="XML" text=".createTextNode(% text:String %)" version="5"/>
						<ifdef mode="FEATURE_XML_ENHANCEMENTS">
							<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded of XML" helpid="x20A54" object="XML" text=".getBytesLoaded()" version="6"/>
							<string name="getBytesTotal" tiptext="Returns expected total downloaded size of XML" helpid="x20A55" object="XML" text=".getBytesTotal()" version="6"/>
						</ifdef>
						<string name="hasChildNodes" tiptext="Returns true if XML element has child nodes" helpid="x209F7" object="XML" text=".hasChildNodes()" version="5"/>
						<string name="insertBefore" tiptext="Inserts a child before another child in an XML element" helpid="x209F8" object="XML" text=".insertBefore(% newChild, beforeChild %)" version="5"/>
						<string name="load" tiptext="Loads XML into Flash from an URL" helpid="x209FA" object="XML" text=".load(% url %)" version="5"/>
						<string name="parseXML" tiptext="Parses XML string into this XML object" helpid="x20A04" object="XML" text=".parseXML(% string:String %)" version="5"/>
						<string name="removeNode" tiptext="Removes node from the XML document hierarchy" helpid="x20A06" object="XML" text=".removeNode()" version="5"/>
						<string name="send" tiptext="Sends XML from Flash to an URL" helpid="x20A07" object="XML" text=".send(% url, window %)" version="5"/>
						<string name="sendAndLoad" tiptext="Sends XML from Flash to an URL and download XML results" helpid="x20A08" object="XML" text='.sendAndLoad(% url:String="", resultXML %)' version="5"/>
						<string name="toString" tiptext="Converts this XML object to an XML string" helpid="x20A09" object="XML" text=".toString()" version="5"/>
						<string name="addRequestHeader" tiptext="Adds request headers for POST actions" helpid="x2053F" object="XML" text=".addRequestHeader(% headerName, headerValue %)" text2=".addRequestHeader(% headerArray %)" version="7"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of XML objects" helpid="x20A8C" version="5">
						<string name="loaded" tiptext="Sets to true if XML load/sendAndLoad completed" helpid="x209FB" object="XML" text=".loaded" version="5"/>
						<string name="firstChild" tiptext="First child of this XML node" helpid="x209F6" object="XML" text=".firstChild" version="5"/>
						<string name="lastChild" tiptext="Last child of this XML node" helpid="x209F9" object="XML" text=".lastChild" version="5"/>
						<string name="nextSibling" tiptext="Next sibling of this XML node" helpid="x209FD" object="XML" text=".nextSibling" version="5"/>
						<string name="previousSibling" tiptext="Previous sibling of this XML node" helpid="x20A05" object="XML" text=".previousSibling" version="5"/>
						<string name="nodeValue" tiptext="Value (text) of this XML text node" helpid="x20A00" object="XML" text=".nodeValue" version="5"/>
						<string name="nodeType" tiptext="Type of this node (1=element, 3=text)" helpid="x209FF" object="XML" text=".nodeType" version="5"/>
						<string name="nodeName" tiptext="Name of this XML element" helpid="x209FE" object="XML" text=".nodeName" version="5"/>
						<string name="attributes" tiptext="Associative array of XML element's attributes" helpid="x209F1" object="XML" text=".attributes" version="5"/>
						<string name="childNodes" tiptext="Array of XML element's child nodes" helpid="x209F2" object="XML" text=".childNodes" version="5"/>
						<string name="parentNode" tiptext="Parent of this XML node" helpid="x20A03" object="XML" text=".parentNode" version="5"/>
						<string name="status" tiptext="Status code returned by XML parser" helpid="x20A14" object="XML" text=".status" version="5"/>
						<string name="xmlDecl" tiptext="Text of the XML document&apos;s &lt;?xml&gt; declaration" helpid="x20A12" object="XML" text=".xmlDecl" version="5"/>
						<string name="docTypeDecl" tiptext="Text of the XML document&apos;s &lt;!DOCTYPE&gt; declaration" helpid="x20A13" object="XML" text=".docTypeDecl" version="5"/>
						<string name="ignoreWhite" tiptext="Set to true to ignore whitespace" helpid="x20AB9" object="XML" text=".ignoreWhite" version="5"/>
						<string name="contentType" tiptext="MIME Content Type for send/sendAndLoad" helpid="x20ABA" object="XML" text=".contentType" version="5"/>
						<string name="idMap" tiptext="An Object containing the nodes of the XML that have an id attribute assigned." helpid="x21861" object="XML" text=".idMap" version="8"/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of XML objects" helpid="x20A8D" version="5">
						<string name="onLoad" tiptext="Invoked when load/sendAndLoad completes" helpid="x20A02" object="XML" text=".onLoad(success)" version="5" type="event"/>
						<string name="onData" tiptext="Callback to receive raw data from server" helpid="x20BC5" object="XML" text=".onData(data)" version="5" type="event"/>
						<string name="onHTTPStatus" tiptext="Invoked when Flash Player receives an HTTP status code from the server." helpid="x229E3" object="XML" text=".onHTTPStatus(% httpStatus:Number %)" version="8"/>
					</folder>
				</folder>
				<folder name="XMLNode" id="XMLNode" index="true" sort="false" tiptext="Internal superclass of XML object that allows you to work with XML documents" helpid="x20589" version="5">
					<string name="new XMLNode" tiptext="Creates new XMLNode object" helpid="x209FC" text="new XMLNode(% type, value %)" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of XMLNode objects" helpid="x20A8B" version="5">
						<string name="appendChild" tiptext="Appends a child to an XML element" helpid="x209F0" object="XMLNode" text=".appendChild(% child %)" version="5"/>
						<string name="cloneNode" tiptext="Clones this node, and optionally children" helpid="x209F3" object="XMLNode" text=".cloneNode(% deep %)" version="5"/>
						<string name="hasChildNodes" tiptext="Returns true if XML element has child nodes" helpid="x209F7" object="XMLNode" text=".hasChildNodes()" version="5"/>
						<string name="insertBefore" tiptext="Inserts a child before another child in an XML element" helpid="x209F8" object="XMLNode" text=".insertBefore(% newChild, beforeChild %)" version="5"/>
						<string name="removeNode" tiptext="Removes node from the XML document hierarchy" helpid="x20A06" object="XMLNode" text=".removeNode()" version="5"/>
						<string name="toString" tiptext="Converts this XMLNode object to an XML string" helpid="x20A09" object="XMLNode" text=".toString()" version="5"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of XMLNode objects" helpid="x20A8C" version="5">
						<string name="firstChild" tiptext="First child of this XMLNode" helpid="x209F6" object="XMLNode" text=".firstChild" version="5"/>
						<string name="lastChild" tiptext="Last child of this XMLNode" helpid="x209F9" object="XMLNode" text=".lastChild" version="5"/>
						<string name="nextSibling" tiptext="Next sibling of this XMLNode" helpid="x209FD" object="XMLNode" text=".nextSibling" version="5"/>
						<string name="previousSibling" tiptext="Previous sibling of this XMLNode" helpid="x20A05" object="XMLNode" text=".previousSibling" version="5"/>
						<string name="nodeValue" tiptext="Value (text) of this XMLNode" helpid="x20A00" object="XMLNode" text=".nodeValue" version="5"/>
						<string name="nodeType" tiptext="Type of this node (1=element, 3=text)" helpid="x209FF" object="XMLNode" text=".nodeType" version="5"/>
						<string name="nodeName" tiptext="Name of this XMLNode element" helpid="x209FE" object="XMLNode" text=".nodeName" version="5"/>
						<string name="attributes" tiptext="Associative array of XMLNode element's attributes" helpid="x209F1" object="XMLNode" text=".attributes" version="5"/>
						<string name="childNodes" tiptext="Array of XMLNode element's child nodes" helpid="x209F2" object="XMLNode" text=".childNodes" version="5"/>
						<string name="parentNode" tiptext="Parent of this XMLNode" helpid="x20A03" object="XMLNode" text=".parentNode" version="5"/>
					</folder>
				</folder>
				<folder name="XMLSocket" id="XMLSocket" index="true" sort="false" tiptext="XML socket connection to server" helpid="x209EB" version="5">
					<string name="new XMLSocket" tiptext="Creates a new XMLSocket object" helpid="x209EA" text="new XMLSocket()" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of XMLSocket objects" helpid="x209EB" version="5">
						<string name="connect" tiptext="Connects to specified host and port" helpid="x209E9" object="XMLSocket" text='.connect(% host:String="", port %)' version="5"/>
						<string name="send" tiptext="Sends XML document to server" helpid="x209EF" object="XMLSocket" text=".send(% data %)" version="5"/>
						<string name="close" tiptext="Closes current socket connection" helpid="x209E8" object="XMLSocket" text=".close()" version="5"/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of XMLSocket objects" helpid="x209EB" version="5">
						<string name="onClose" tiptext="Function invoked when connection is closed" helpid="x209EC" object="XMLSocket" text=".onClose" version="5" type="event"/>
						<string name="onConnect" tiptext="Invoked when connection is established" helpid="x209ED" object="XMLSocket" text=".onConnect(success)" version="5" type="event"/>
						<string name="onXML" tiptext="Callback to receive XML from server" helpid="x209EE" object="XMLSocket" text=".onXML(xmlText)" version="5" type="event"/>
						<string name="onData" tiptext="Callback to receive raw data from server" helpid="x20B9D" object="XMLSocket" text=".onData(data)" version="5" type="event"/>
					</folder>
				</folder>
			</folder>
			<folder name="Core" id="Core" tiptext="Core classes of ActionScript language" helpid="x20AAC" version="5">
				<folder name="Date" id="Date" sort="false" index="true" tiptext="Class that helps you work with dates and times" helpid="x208E9" version="5">
					<string name="new Date" tiptext="Creates a new Date object" helpid="x208FD" text="new Date(%%)" text2="new Date(% timeValue %)" text3="new Date(% year, month, date, hour, min, sec, ms %)" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of the Date object" helpid="x20AA2" version="5">
						<string name="getDate" tiptext="Gets day of month [local time]" helpid="x208EA" object="Date" text=".getDate()" version="5"/>
						<string name="getMonth" tiptext="Gets month of year (0=Jan, 1=Feb, ...) [local time]" helpid="x208F0" object="Date" text=".getMonth()" version="5"/>
						<string name="getFullYear" tiptext="Gets full year (e.g. 2000) [local time]" helpid="x208EC" object="Date" text=".getFullYear()" version="5"/>
						<string name="getDay" tiptext="Gets day of week (0=Sun, 1=Mon, ...) [local time]" helpid="x208EB" object="Date" text=".getDay()" version="5"/>
						<string name="getHours" tiptext="Gets hour of day (0=12am, 23=11pm) [local time]" helpid="x208ED" object="Date" text=".getHours()" version="5"/>
						<string name="getMinutes" tiptext="Gets minute of hour [local time]" helpid="x208EF" object="Date" text=".getMinutes()" version="5"/>
						<string name="getSeconds" tiptext="Gets seconds since last minute began [local time]" helpid="x208F1" object="Date" text=".getSeconds()" version="5"/>
						<string name="getMilliseconds" tiptext="Gets milliseconds since last second began [local time]" helpid="x208EE" object="Date" text=".getMilliseconds()" version="5"/>
						<string name="getYear" tiptext="Gets the year minus 1900 [local time]" helpid="x208FC" object="Date" text=".getYear()" version="5"/>
						<string name="UTC" tiptext="Returns time value for specific UTC date and time" helpid="x2090F" object="Date" text="Date.UTC(% year, [month], [date], [hour], [min], [sec], [ms] %)" version="5"/>
						<string name="getTimezoneOffset" tiptext="Gets offset of local time from UTC time in minutes" helpid="x208F3" object="Date" text=".getTimezoneOffset()" version="5"/>
						<string name="getTime" tiptext="Gets milliseconds since midnight Jan 1 1970 UTC" helpid="x208F2" object="Date" text=".getTime()" version="5"/>
						<string name="getUTCDate" tiptext="Gets day of month [UTC time]" helpid="x208F4" object="Date" text=".getUTCDate()" version="5"/>
						<string name="getUTCMonth" tiptext="Gets month of year (0=Jan, 1=Feb, ...) [UTC time]" helpid="x208FA" object="Date" text=".getUTCMonth()" version="5"/>
						<string name="getUTCFullYear" tiptext="Gets the full year (e.g. 2000) [UTC time]" helpid="x208F6" object="Date" text=".getUTCFullYear()" version="5"/>
						<string name="getUTCDay" tiptext="Gets day of week (0=Sun, 1=Mon, ...) [UTC time]" helpid="x208F5" object="Date" text=".getUTCDay()" version="5"/>
						<string name="getUTCHours" tiptext="Gets hour of day (0=12am, 23=11pm) [UTC time]" helpid="x208F7" object="Date" text=".getUTCHours()" version="5"/>
						<string name="getUTCMinutes" tiptext="Gets minute of hour [UTC time]" helpid="x208F9" object="Date" text=".getUTCMinutes()" version="5"/>
						<string name="getUTCSeconds" tiptext="Gets seconds since last minute began [UTC time]" helpid="x208FB" object="Date" text=".getUTCSeconds()" version="5"/>
						<string name="getUTCMilliseconds" tiptext="Gets milliseconds since last second began [UTC time]" helpid="x208F8" object="Date" text=".getUTCMilliseconds()" version="5"/>
						<string name="setTime" tiptext="Sets milliseconds since midnight Jan 1 1970 UTC" helpid="x20905" object="Date" text=".setTime(% value %)" version="5"/>
						<string name="setHours" tiptext="Sets hour of day (0=12am, 23=11pm) [local time]" helpid="x20900" object="Date" text=".setHours(% hours%)" version="5"/>
						<string name="setDate" tiptext="Sets day of month [local time]" helpid="x208FE" object="Date" text=".setDate(% date %)" version="5"/>
						<string name="setMonth" tiptext="Sets month of year (0=Jan, 1=Feb, ...) [local time]" helpid="x20903" object="Date" text=".setMonth(% month %)" version="5"/>
						<string name="setFullYear" tiptext="Sets the full year (e.g. 2000) [local time]" helpid="x208FF" object="Date" text=".setFullYear(% year, month, date %)" version="5"/>
						<string name="setSeconds" tiptext="Sets seconds since last minute began [local time]" helpid="x20904" object="Date" text=".setSeconds(% seconds %)" version="5"/>
						<string name="setMinutes" tiptext="Sets minute of hour [local time]" helpid="x20902" object="Date" text=".setMinutes(% minutes %)" version="5"/>
						<string name="setMilliseconds" tiptext="Sets milliseconds since last second started [local time]" helpid="x20901" object="Date" text=".setMilliseconds(% ms %)" version="5"/>
						<string name="setYear" tiptext="Sets the year minus 1900 [local time]" helpid="x2090D" object="Date" text=".setYear(% year %)" version="5"/>
						<string name="setUTCDate" tiptext="Sets day of month [UTC time]" helpid="x20906" object="Date" text=".setUTCDate(% date %)" version="5"/>
						<string name="setUTCMonth" tiptext="Sets month of year (0=Jan, 1=Feb, ...) [UTC time]" helpid="x2090B" object="Date" text=".setUTCMonth(% month, date %)" text2=".setUTCMonth(% month %)" version="5"/>
						<string name="setUTCFullYear" tiptext="Sets full year (e.g. 2000) [UTC time]" helpid="x20907" object="Date" text=".setUTCFullYear(% year, month, date %)" version="5"/>
						<string name="setUTCHours" tiptext="Sets hour of day (0=12am, 23=11pm) [UTC time]" helpid="x20908" object="Date" text=".setUTCHours(% hours %)" version="5"/>
						<string name="setUTCMinutes" tiptext="Sets minute of hour [UTC time]" helpid="x2090A" object="Date" text=".setUTCMinutes(% minutes %)" version="5"/>
						<string name="setUTCSeconds" tiptext="Sets seconds since last minute began [UTC time]" helpid="x2090C" object="Date" text=".setUTCSeconds(% seconds %)" version="5"/>
						<string name="setUTCMilliseconds" tiptext="Sets milliseconds since last second began [UTC time]" helpid="x20909" object="Date" text=".setUTCMilliseconds(% ms %)" version="5"/>
						<string name="toString" tiptext="Return a string representation of the date/time" helpid="x2090E" object="Date" text=".toString()" version="5"/>
					</folder>
				</folder>
			</folder>
			<folder name="Movie" id="Movie" tiptext="Classes for scripting Flash movies" helpid="x20AB0" version="5">
				<folder name="MovieClip" id="MovieClip" sort="false" index="true" tiptext="Class that represents a movie clip" helpid="x208D0" version="5">
					<folder name="Methods" id="Methods" tiptext="Methods of MovieClip class" helpid="x20A75" version="5">
						<string name="attachMovie" tiptext="Creates instance of movie clip located in the Library" helpid="x208C8" object="MovieClip" text=".attachMovie(% idName, newName, depth [, initObject] %)" version="5"/>
						<ifdef mode="FEATURE_DRAWING_API">
							<string name="createEmptyMovieClip" tiptext="Creates an empty Movie Clip instance" helpid="x20B27" object="MovieClip" text=".createEmptyMovieClip(% instanceName=&quot;&quot;, depth %)" version="6"/>
						</ifdef>
						<ifdef mode="FEATURE_TEXTFIELD_OBJECT">
							<string name="createTextField" tiptext="Creates an empty text field in this movie clip" helpid="x20B66" object="MovieClip" text=".createTextField(% instanceName=&quot;&quot;, depth, x, y, width, height %)" version="6"/>
						</ifdef>
						<string name="duplicateMovieClip" tiptext="Duplicates this movie clip" helpid="x208C9" object="MovieClip" text=".duplicateMovieClip(% newName=&quot;&quot;, depth, [initObject] %)" version="5"/>
						<string name="getBounds" tiptext="Returns an object whose properties contain the bounds of the movie clip" helpid="x20A10" object="MovieClip" text=".getBounds(% targetCoordinateSpace %)" version="5"/>
						<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded for this movie clip" helpid="x20A16" object="MovieClip" text=".getBytesLoaded()" version="5"/>
						<string name="getBytesTotal" tiptext="Returns the size of the movie clip" helpid="x20A17" object="MovieClip" text=".getBytesTotal()" version="5"/>
						<string name="getDepth" tiptext="Returns the absolute &quot;z&quot; order of the movie clip" helpid="x20B95" object="MovieClip" text=".getDepth()" version="6"/>
						<string name="getInstanceAtDepth" tiptext="Returns the movie clip instance found at the specified depth." helpid="x204A9" object="MovieClip" text=".getInstanceAtDepth(% depth %)" version="7"/>
						<string name="getNextHighestDepth" tiptext="Returns the next highest &quot;z&quot; order depth available" helpid="x204AA" object="MovieClip" text=".getNextHighestDepth()" version="7"/>
						<string name="getRect" tiptext="Returns minimum and maximum x and y coordinate values of the movie clip" helpid="x217EA" object="MovieClip" text=".getRect()" version="8"/>
						<string name="getSWFVersion" tiptext="Returns the version of the movie clip" helpid="x204AB" object="MovieClip" text=".getSWFVersion()" version="7"/>
						<string name="getURL" tiptext="Navigates to an URL, optionally sending variables" helpid="x208CA" object="MovieClip" text=".getURL(&quot;url&quot;%, [window], [method] %)" version="5"/>
						<string name="globalToLocal" tiptext="Converts stage coordinate to movie clip coordinate" helpid="x2092C" object="MovieClip" text=".globalToLocal(% point %)" version="5"/>
						<string name="gotoAndPlay" tiptext="Go to a frame of movie clip and start playing" helpid="x208CB" object="MovieClip" text=".gotoAndPlay(% frame %)" version="5"/>
						<string name="gotoAndStop" tiptext="Go to a frame of movie clip and stop" helpid="x208CC" object="MovieClip" text=".gotoAndStop(% frame %)" version="5"/>
						<string name="hitTest" tiptext="Check if a point or movie clip intersects another movie clip" helpid="x20933" object="MovieClip" text=".hitTest(% x, y, shapeFlag %)" text2=".hitTest(% target %)" version="5"/>
						<string name="loadMovie" tiptext="Loads a SWF or JPEG from an URL into movie clip" helpid="x208CD" object="MovieClip" text=".loadMovie(% url, [method] %)" version="5"/>
						<string name="loadVariables" tiptext="Loads variables from an URL into movie clip" helpid="x208CE" object="MovieClip" text=".loadVariables(% url, [method] %)" version="5"/>
						<string name="localToGlobal" tiptext="Converts movie clip coordinate to stage coordinate" helpid="x20957" object="MovieClip" text=".localToGlobal(% point %)" version="5"/>
						<string name="nextFrame" tiptext="Go to next frame of movie clip" helpid="x208CF" object="MovieClip" text=".nextFrame()" version="5"/>
						<string name="play" tiptext="Starts playing movie clip from current frame" helpid="x208D1" object="MovieClip" text=".play()" version="5"/>
						<string name="prevFrame" tiptext="Go to previous frame of movie clip" helpid="x208D2" object="MovieClip" text=".prevFrame()" version="5"/>
						<string name="removeMovieClip" tiptext="Removes movie clip created with duplicateMovieClip" helpid="x208D3" object="MovieClip" text=".removeMovieClip()" version="5"/>
						<ifdef mode="FEATURE_SCRIPTABLE_CLIPPING">
							<string name="setMask" tiptext="Sets the scriptable mask of this movie clip" helpid="x2058E" object="MovieClip" text=".setMask(% maskMovieClip %)" version="6"/>
						</ifdef>
						<string name="startDrag" tiptext="Starts drag operation on movie clip" helpid="x208D4" object="MovieClip" text=".startDrag(% [lockCenter], [left], [top], [right], [bottom] %)" version="5"/>
						<string name="stop" tiptext="Stops playing movie clip" helpid="x208D5" object="MovieClip" text=".stop()" version="5"/>
						<string name="stopDrag" tiptext="Stops drag operation" helpid="x208D6" object="MovieClip" text=".stopDrag()" version="5"/>
						<string name="swapDepths" tiptext="Swaps the &quot;z&quot; order of 2 Movie Clips" text2=".swapDepths(% depth %)" helpid="x209D2" object="MovieClip" text=".swapDepths(% target %)" version="5"/>
						<string name="unloadMovie" tiptext="Unloads .swf previously loaded with loadMovie" helpid="x208D7" object="MovieClip" text=".unloadMovie()" version="5"/>
						<string name="getTextSnapshot" tiptext="Creates a new TextSnapshot object representing the static text on the MovieClip at the time of the call" helpid="x2048C" object="MovieClip" text=".getTextSnapshot()" version="6"/>
						<!-- new FP8 MovieClip methods -->
						<string name="attachBitmap" text=".attachBitmap(% bmp:flash.display.BitmapData, depth:Number[, pixelSnapping:String, smoothing:Boolean] %)" object="MovieClip" version="8" helpid="x217C6" tiptext="Attaches a bitmap image to a movie clip."/>
						<string name="beginBitmapFill" text=".beginBitmapFill(% bmp:flash.display.BitmapData[, matrix:flash.geom.Matrix, clipped:Boolean] %)" object="MovieClip" version="8" helpid="x217C7" tiptext="Fills a drawing area with a bitmap image."/>
						<!-- attachAudio method -->
						<string name="attachAudio" text=".attachAudio(% id:Object %)" object="MovieClip" version="6" helpid="x20534" tiptext="Specifies the audio source to be played."/>
					</folder>
					<folder name="Properties" id="MovieClipProperties" tiptext="Properties of MovieClip object" helpid="x20A76" version="6">
						<string name="cacheAsBitmap" tiptext="If true, this MovieClip caches a bitmap representation of itself" helpid="x217C2" object="MovieClip" text=".cacheAsBitmap" version="8"/>
						<string name="enabled" tiptext="If true, button movie clip is enabled; if false, disabled" helpid="x20A77" object="MovieClip" text=".enabled" version="6"/>
						<string name="focusEnabled" tiptext="If true, movie clip may receive the focus" helpid="x20B97" object="MovieClip" text=".focusEnabled" version="6"/>
						<string name="forceSmoothing" tiptext="If true, images that are added through the loadMovie() method and are in the same hierarchy level as the movie clip are smoothed when scaled. " helpid="x22AF0" object="MovieClip" text=".forceSmoothing" version="9"/>
						<string name="hitArea" tiptext="Hit Area to use for Button Movie Clips" helpid="x20A78" object="MovieClip" text=".hitArea" version="6"/>
						<string name="opaqueBackground" tiptext="If true, this MovieClip is an opaque surface (not transparent) with a certain background color" helpid="x217C4" object="MovieClip" text=".opaqueBackground" version="8"/>
						<string name="scrollRect" tiptext="If set to a flash.geom.Rectangle object, this MovieClip is cropped to a certain size and scrolled" helpid="x217C5" object="MovieClip" text=".scrollRect" version="8"/>
						<string name="tabIndex" tiptext="Tab index of a MovieClip object" helpid="x20A79" object="MovieClip" text=".tabIndex" version="6"/>
						<string name="tabEnabled" tiptext="If true, tab stop enabled; if false, disabled" helpid="x20A7A" object="MovieClip" text=".tabEnabled" version="6"/>
						<string name="tabChildren" tiptext="If true, children may be tab stops" helpid="x20A7B" object="MovieClip" text=".tabChildren" version="6"/>
						<string name="trackAsMenu" tiptext="Track as Menu Item for Button Movie Clips" helpid="x20A7C" object="MovieClip" text=".trackAsMenu" version="6"/>
						<string name="useHandCursor" tiptext="If true, use hand cursor over movie clip rather than arrow" helpid="x20A7D" object="MovieClip" text=".useHandCursor" version="6"/>
						<string name="menu" tiptext="Context Menu object to use for the movie clip" helpid="x20536" object="MovieClip" text=".menu" version="7"/>
						<string name="_x" tiptext="X position of the movie clip" helpid="x209E7" version="4" object="MovieClip" text="._x"/>
						<string name="_y" tiptext="Y position of the movie clip" helpid="x20A0A" version="4" object="MovieClip" text="._y"/>
						<string name="_xmouse" tiptext="X position of the mouse" helpid="x2096D" version="5" object="MovieClip" text="._xmouse"/>
						<string name="_ymouse" tiptext="Y position of the mouse" helpid="x2096E" version="5" object="MovieClip" text="._ymouse"/>
						<string name="_xscale" tiptext="X scale factor of the movie clip (percentage)" helpid="x209A1" version="4" object="MovieClip" text="._xscale"/>
						<string name="_yscale" tiptext="Y scale factor of the movie clip (percentage)" helpid="x209A2" version="4" object="MovieClip" text="._yscale"/>
						<string name="_width" tiptext="Width of the movie clip" helpid="x209E5" version="4" object="MovieClip" text="._width"/>
						<string name="_height" tiptext="Height of the movie clip" helpid="x20931" version="4" object="MovieClip" text="._height"/>
						<string name="_alpha" tiptext="Alpha transparency of the movie clip (percentage)" helpid="x2089B" version="4" object="MovieClip" text="._alpha"/>
						<string name="_visible" tiptext="Returns true if movie clip is visible, false if hidden" helpid="x209E2" version="4" object="MovieClip" text="._visible"/>
						<string name="_target" tiptext="Target path of the movie clip" helpid="x209D4" version="4" object="MovieClip" text="._target"/>
						<string name="_rotation" tiptext="Angle of rotation of the movie clip (degrees)" helpid="x2099F" version="4" object="MovieClip" text="._rotation"/>
						<string name="_name" tiptext="Instance name of the movie clip" helpid="x20973" version="4" object="MovieClip" text="._name"/>
						<string name="_framesloaded" tiptext="Number of frames already loaded in the movie clip" helpid="x20952" version="4" object="MovieClip" text="._framesloaded"/>
						<string name="_droptarget" tiptext="During drag, movie clip the dragged movie clip is over" helpid="x20914" version="4" object="MovieClip" text="._droptarget"/>
						<string name="_currentframe" tiptext="Current frame of the movie clip" helpid="x208E8" version="4" object="MovieClip" text="._currentframe"/>
						<string name="_totalframes" tiptext="Total number of frames in the movie clip" helpid="x209DA" version="4" object="MovieClip" text="._totalframes"/>
						<string name="_focusrect" tiptext="Returns false if tab focus rectangles are hidden, true if displayed" helpid="x204B4" version="4" object="MovieClip" text="._focusrect"/>
						<string name="_url" tiptext="URL the movie clip was loaded from" helpid="x209E0" version="4" object="MovieClip" text="._url"/>
						<string name="_parent" text="._parent" tiptext="The parent Movie Clip of the current Movie Clip" helpid="x20537" version="5" object="MovieClip"/>
						<string name="_lockroot" tiptext="Forces references to _root in this clip or its children to resolve to this clip" helpid="x20535" version="7" object="MovieClip" text="._lockroot"/>
						<string name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="x20521" text="._accProps" object="MovieClip" version="7"/>
						<string name="_quality" tiptext="Sets or retrieves the rendering quality used for a SWF file" helpid="x20545" text="._quality" object="MovieClip" version="6"/>
						<string name="_soundbuftime" tiptext="Specifies the number of seconds a sound prebuffers before it starts to stream" helpid="x20538" text="._soundbuftime" object="MovieClip" version="6"/>
						<!-- new FP8 MovieClip properties -->
						<string name="blendMode" text=".blendMode" object="MovieClip" version="8" helpid="x229CC" tiptext="Blend mode for this movie clip."/>
						<string name="filters" text=".filters" object="MovieClip" version="8" helpid="x217C3" tiptext="Specifies each filter object currently associated with the movie clip."/>
						<string name="scale9Grid" text=".scale9Grid" object="MovieClip" version="8" helpid="x229CD" tiptext="A Rectangle that defines the nine scaling regions for the movie clip."/>
						<string name="transform" text=".transform" object="MovieClip" version="8" helpid="x229CE" tiptext="Stores data about geometric and color transformations applied to this movie clip."/>
					</folder>
					<ifdef mode="FEATURE_DRAWING_API">
						<folder name="Drawing Methods" id="Drawing Methods" tiptext="Methods that perform direct drawing" helpid="x20B28" version="6">
							<string name="beginFill" tiptext="Identifies the beginning of a solid fill" helpid="x20B29" object="MovieClip" text=".beginFill(% rgb, alpha %)" version="6"/>
							<string name="beginGradientFill" tiptext="Identifies the beginning of a gradient fill" helpid="x20B2A" object="MovieClip" text=".beginGradientFill(% fillType, colors, alphas, ratios, matrix %)" version="6"/>

						    <string name="lineGradientStyle" object="MovieClip" version="8" helpid="x20B2F" tiptext="Specifies a line style used for subsequent calls to the lineTo() and curveTo() methods." text=".lineGradientStyle(% fillType, [colors], [alphas], [ratios], [matrix], [spreadMethod], [interpolation], [focalPointRatio] %)"/>
							<string name="lineStyle" tiptext="Changes the current line style" helpid="x20B2B" object="MovieClip" text=".lineStyle(% thickness, [rgb], [alpha], [pixelHinting], [noScale], [capsStyle], [jointStyle], [miterLimit] %)" version="6"/>
							<string name="moveTo" tiptext="Moves the current drawing position" helpid="x20B2C" object="MovieClip" text=".moveTo(% x, y %)" version="6"/>
							<string name="lineTo" tiptext="Draws a line from the current drawing position" helpid="x20B2D" object="MovieClip" text=".lineTo(% x, y %)" version="6"/>
							<string name="curveTo" tiptext="Draws a curve from the current drawing position" helpid="x20BC8" object="MovieClip" text=".curveTo(% controlX, controlY, anchorX, anchorY %)" version="6"/>
							<string name="endFill" tiptext="Identifies the end of a fill" helpid="x20B3E" object="MovieClip" text=".endFill()" version="6"/>
							<string name="clear" tiptext="Clears all drawing commands on Movie Clip" helpid="x20B3F" object="MovieClip" text=".clear()" version="6"/>
						</folder>
					</ifdef>
					<ifdef mode="FEATURE_EVENT_MODEL">
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of MovieClip objects" helpid="x20A5B" version="6">
							<string name="onPress" tiptext="Invoked when press event occurs" helpid="x20A5C" object="MovieClip" text=".onPress" version="6" type="event"/>
							<string name="onRelease" tiptext="Invoked when release event occurs" helpid="x20A5D" object="MovieClip" text=".onRelease" version="6" type="event"/>
							<string name="onReleaseOutside" tiptext="Invoked when releaseOutside event occurs" helpid="x20A5E" object="MovieClip" text=".onReleaseOutside" version="6" type="event"/>
							<string name="onRollOver" tiptext="Invoked when rollOver event occurs" helpid="x20A5F" object="MovieClip" text=".onRollOver" version="6" type="event"/>
							<string name="onRollOut" tiptext="Invoked when rollOut event occurs" helpid="x20A60" object="MovieClip" text=".onRollOut" version="6" type="event"/>
							<string name="onDragOver" tiptext="Invoked when dragOver event occurs" helpid="x20A61" object="MovieClip" text=".onDragOver" version="6" type="event"/>
							<string name="onDragOut" tiptext="Invoked when dragOut event occurs" helpid="x20A62" object="MovieClip" text=".onDragOut" version="6" type="event"/>
							<string name="onLoad" tiptext="Invoked when load event occurs" helpid="x20A64" object="MovieClip" text=".onLoad" version="6" type="event"/>
							<string name="onUnload" tiptext="Invoked when unload event occurs" helpid="x20A65" object="MovieClip" text=".onUnload" version="6" type="event"/>
							<string name="onEnterFrame" tiptext="Invoked when frame is entered" helpid="x20B2E" object="MovieClip" text=".onEnterFrame" version="6" type="event"/>
							<string name="onMouseDown" tiptext="Invoked when mouseDown event occurs" helpid="x20A66" object="MovieClip" text=".onMouseDown" version="6" type="event"/>
							<string name="onMouseUp" tiptext="Invoked when mouseUp event occurs" helpid="x20A67" object="MovieClip" text=".onMouseUp" version="6" type="event"/>
							<string name="onMouseMove" tiptext="Invoked when mouseMove event occurs" helpid="x20A68" object="MovieClip" text=".onMouseMove" version="6" type="event"/>
							<string name="onKeyDown" tiptext="Invoked when keyDown event occurs" helpid="x20A69" object="MovieClip" text=".onKeyDown" version="6" type="event"/>
							<string name="onKeyUp" tiptext="Invoked when keyUp event occurs" helpid="x20A6A" object="MovieClip" text=".onKeyUp" version="6" type="event"/>
							<string name="onData" tiptext="Invoked when data event occurs" helpid="x20A6B" object="MovieClip" text=".onData" version="6" type="event"/>
							<string name="onSetFocus" tiptext="Invoked when movie clip receives focus" helpid="x20A82" object="MovieClip" text=".onSetFocus(oldFocus)" version="6" type="event"/>
							<string name="onKillFocus" tiptext="Invoked when movie clip loses focus" helpid="x20A83" object="MovieClip" text=".onKillFocus(newFocus)" version="6" type="event"/>
						</folder>
					</ifdef>
				</folder>
			</folder>	
		</folder>
		<folder name="Global Properties" id="Properties" tiptext="Global properties and identifiers" helpid="x20999" version="4">
			<property name="_quality" description="Quality" tiptext="Current rendering quality as string: LOW, MEDIUM, HIGH or BEST" helpid="x20A0D" variable="_quality" version="5"/>
			<property name="_soundbuftime" description="Sound buffer time" tiptext="Number of seconds of sound to prebuffer, default = 5" helpid="x209B1" variable="_soundbuftime" version="4"/>
			<folder name="Identifiers" tiptext="Access to the timelines of other loaded movie clips, both relative and absolute.">
				<string name="_global" text="_global" tiptext="The global object, which holds global variables" helpid="x20A5A" version="6"/>
				<string name="_root" text="_root" tiptext="The root Movie Clip of the current level, e.g. _level0 or _level2" helpid="x20AB3" version="5"/>
				<string name="_parent" text="_parent" tiptext="The parent Movie Clip of the current Movie Clip" helpid="x20AB4" version="5"/>
				<string name="_level" text="_level" tiptext="A numbered level loaded with loadMovie, like _level1" helpid="x20AB5" version="3"/>
				<string name="this" text="this" tiptext="The current object; container of executing script or method" helpid="x20AB2" version="5"/>
			</folder>
			<property name="_focusrect" description="Show focus rectangle" tiptext="Returns false if tab focus rectangles are hidden, true if displayed" helpid="x2091E" variable="_focusrect" version="4"/>
			<property name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="x20521" text="_accProps" variable="_accProps" version="7"/>
		</folder>
		<folder name="Operators" id="Operators" tiptext="Operators to use in expressions" helpid="x20925" version="4">
			<!--Bitwise operators are a subcategory of Operators-->
			<!--Assignment operators are a subcategory of Operators-->
			<string name="&quot;&quot;" tiptext="Put double quotes around string literals in an expression" helpid="x2099A" text="&quot;%%&quot;" version="4"/>
			<string name="()" tiptext="Use parentheses to group expressions, i.e. (x+y)*z" helpid="x2098E" text="(%%)" version="4"/>
			<folder name="Arithmetic Operators" id="Arithmetic Operators" tiptext="Operators that perform arithmetic operations" helpid="x208BD" version="4">
				<string name="+" tiptext="Add numbers" helpid="x20992" text="+" version="4"/>
				<string name="-" tiptext="Subtract numbers" helpid="x2096A" text="-" version="4"/>
				<string name="*" tiptext="Multiply numbers" helpid="x209D8" text="*" version="4"/>
				<string name="/" tiptext="Divides first number by the second number" helpid="x20912" text="/" version="4"/>
				<string name="%" tiptext="Calculate the remainder of x divided by y" helpid="x2096C" text="%" version="4"/>
			</folder>
			<folder name="Comparison Operators" id="Comparison Operators" tiptext="Operators that perform comparisons" helpid="x208BD" version="4">
				<string name="==" tiptext="Test equality" helpid="x20917" text="==" version="4"/>
				<ifdef mode="FEATURE_SWITCH_AND_STRICT_EQUALITY">
					<string name="===" tiptext="Test strict equality" helpid="x2F024" text="===" version="4"/>
					<string name="!==" tiptext="Test strict inequality" helpid="x2F025" text="!==" version="4"/>
				</ifdef>
				<string name="!=" tiptext="Test inequality" helpid="x20975" text="!=" version="4"/>
				<string name="&lt;" tiptext="Less than" helpid="x2095A" text="&lt;" version="4"/>
				<string name="&gt;" tiptext="Greater than" helpid="x20930" text="&gt;" version="4"/>
				<string name="&lt;=" tiptext="Less than or equal to" helpid="x20953" text="&lt;=" version="4"/>
				<string name="&gt;=" tiptext="Greater than or equal to" helpid="x20924" text="&gt;=" version="4"/>
			</folder>
			<folder name="Logical Operators" id="Logical Operators" tiptext="Operators that perform logical operations" helpid="x208BD" version="4">
				<string name="&amp;&amp;" tiptext="Short-circuit logical AND operator" helpid="x20988" text="&amp;&amp;" version="4"/>
				<string name="||" tiptext="Short-circuit logical OR operator" helpid="x2098A" text="||" version="4"/>
				<string name="!" tiptext="Logical NOT operator" helpid="x20989" text="!" version="4"/>
			</folder>
			<folder name="Bitwise Operators" id="Bitwise Operators" tiptext="Operators that manipulate bits (AND, OR, XOR, etc.)" helpid="x208BD" version="5">
				<string name="&amp;" tiptext="Bitwise AND operator" helpid="x208B8" text="&amp;" version="5"/>
				<string name="|" tiptext="Bitwise OR operator" helpid="x208BA" text="|" version="5"/>
				<string name="^" tiptext="Bitwise XOR operator" helpid="x208BE" text="^" version="5"/>
				<string name="&lt;&lt;" tiptext="Shifts left by a number of bits" helpid="x208B9" text="&lt;&lt;" version="5"/>
				<string name="&gt;&gt;" tiptext="Shifts right by a number of bits" helpid="x208BB" text="&gt;&gt;" version="5"/>
				<string name="&gt;&gt;&gt;" tiptext="Shifts right by a number of bits (unsigned)" helpid="x208BC" text="&gt;&gt;&gt;" version="5"/>
				<string name="~" tiptext="Bitwise one's complement operator" helpid="x208E0" text="~" version="5"/>
			</folder>
			<folder name="Assignment" id="Assignment" tiptext="Operators that perform variable assignments" helpid="x208E1" version="4">
				<string name="=" tiptext="Store the value of B in A" helpid="x20AB8" text="=" version="4"/>
				<string name="|=" tiptext="Store the bitwise OR of A and B in A" helpid="x208AF" text="|=" version="5"/>
				<string name="&amp;=" tiptext="Store the bitwise AND of A and B in A" helpid="x208AA" text="&amp;=" version="5"/>
				<string name="^=" tiptext="Store the bitwise XOR of A and B in A" helpid="x208B3" text="^=" version="5"/>
				<string name="+=" tiptext="Store the sum A + B in A" helpid="x208A9" text="+=" version="4"/>
				<string name="-=" tiptext="Store the value A - B in A" helpid="x208B1" text="-=" version="4"/>
				<string name="*=" tiptext="Stores the value A * B in A" helpid="x208AE" text="*=" version="4"/>
				<string name="/=" tiptext="Stores the quotient A / B in A" helpid="x208AB" text="/=" version="4"/>
				<string name="%=" tiptext="Stores the remainder A % B in A" helpid="x208AD" text="%=" version="4"/>
				<string name="&lt;&lt;=" tiptext="Stores A shifted left by B bits in A" helpid="x208AC" text="&lt;&lt;=" version="5"/>
				<string name="&gt;&gt;=" tiptext="Stores A shifted right by B bits in A" helpid="x208B0" text="&gt;&gt;=" version="5"/>
				<string name="&gt;&gt;&gt;=" tiptext="Stores A shifted right by B bits in A (unsigned)" helpid="x208B2" text="&gt;&gt;&gt;=" version="5"/>
			</folder>
			<folder name="Miscellaneous Operators" id="Miscellaneous Operators" tiptext="Miscellaneous Operators" helpid="x208E1" version="4">
				<string name="?:" tiptext="Conditional operator. Example: a ? b : c" helpid="x20B42" text="condition ? trueExpression : falseExpression" version="4"/>
				<string name="++" tiptext="Increments a variable. Example: x++, ++y" helpid="x20937" text="++" version="4"/>
				<string name="--" tiptext="Decrements a variable. Example: x--, --y" helpid="x20910" text="--" version="4"/>
				<string name="typeof" tiptext="Returns the type of expression x" helpid="x209DD" text="typeof(% expression %)" version="5"/>
				<string name="instanceof" tiptext="Returns whether a is of class b" helpid="x20A59" text="a instanceof b" version="6"/>
				<string name="void" tiptext="Evaluates expression, return undefined" helpid="x209E3" text="void (% expression %)" version="5"/>
			</folder>
		</folder>
		<folder name="Statements" tiptext="ActionScript statement keywords">
			<folder name="Variables" id="Variables" tiptext="Actions that modify and access variables" helpid="x20A3A">
				<action id="set variable" name="set variable" tiptext="Set a variable" helpid="x209AC" text="set (% name, value %);\n" quickey="sv" version="4"/>
				<action id="with" name="with" tiptext="Actions within with operate on the specified object" helpid="x209E6" text="with (% object %) {\n}\n" quickey="wt" version="5"/>
				<action id="delete" name="delete" tiptext="Delete a variable or object" helpid="x20911" text="delete %path%;\n" quickey="de" version="5"/>
				<action id="var" name="var" tiptext="Declares local variables" helpid="x209E1" text="var %%;\n" quickey="vr" version="5"/>
			</folder>
			<folder name="Conditions/Loops" id="Conditions_Loops" tiptext="Conditional statements and loop constructs" helpid="x20A3B">
				<action id="if" name="if" tiptext="Performs actions if a condition is true" helpid="x20934" text="if (% condition %) {\n}\n" text2="if (% condition %) {\n \n} else {\n \n}\n" quickey="if" version="4"/>
				<action id="else" name="else" tiptext="Inside if, perform actions if condition is false" helpid="x20915" text="} else {\n" quickey="el" version="4"/>
				<action id="else if" name="else if" tiptext="Inside if, perform actions if alternate condition is true" helpid="x20916" text="} else if (% condition %) {\n" quickey="ei" version="4"/>
				<action id="while" name="while" tiptext="Perform actions while the condition is true." helpid="x209E4" text="while (% condition %) {\n}\n" quickey="wh" version="4"/>
				<action id="do while" name="do while" tiptext="Do While Loop" helpid="x20913" text="do {\n} while (% condition %);\n" quickey="do" version="4"/>
				<action id="for" name="for" tiptext="For Loop" helpid="x2091F" text="for (% init; condition; next %) {\n}\n" quickey="fr" version="4"/>
				<action id="for in" name="for..in" tiptext="Enumerates the children of an object" helpid="x20920" text="for (% $iterator$ in $object$ %) {\n}\n" quickey="fi" version="5"/>
				<action id="break" name="break" tiptext="Break out of the enclosing loop" helpid="x208C4" text="break;\n" quickey="br" version="4"/>
				<action id="continue" name="continue" tiptext="Continue at the start of the enclosing loop" helpid="x208E3" text="continue;\n" quickey="co" version="4"/>
				<ifdef mode="FEATURE_SWITCH_AND_STRICT_EQUALITY">
					<action id="switch" name="switch" tiptext="Performs a block of code based on a condition" helpid="x20A2E" text="switch (% condition %) {\n}\n" quickey="sw" version="4"/>
					<action id="case" name="case" tiptext="Identifies a block of code inside a 'switch' statement" helpid="x20A2F" text="case condition :\n" quickey="ce" version="4"/>
					<action id="default" name="default" tiptext="Identifies the default block of code in a 'switch' statement" helpid="x20A30" text="default :\n" quickey="dt" version="4"/>
				</ifdef>
			</folder>
			<ifdef mode="FEATURE_EXCEPTIONS">
				<folder name="Exceptions" id="Exceptions" tiptext="Exception handling" helpid="x20AC6">
					<action id="try" name="try" tiptext="Try a block of code with exception handling" helpid="x20AC7" text="try {\n}\n" quickey="ty" version="7"/>
					<action id="catch" name="catch" tiptext="Catches an exception" helpid="x20AC7" text="catch (% variable %) {\n}\n" quickey="ch" version="7"/>
					<action id="finally" name="finally" tiptext="Executes code after exception handling" helpid="x20AC7" text="finally {\n}\n" quickey="fy" version="7"/>
					<action id="throw" name="throw" tiptext="Throws an exception" helpid="x20ACA" text="throw %expression%;\n" quickey="th" version="7"/>
				</folder>
			</ifdef>
			<folder id="Class Constructs" tiptext="Constructs for creating classes" helpid="x2057D" version="6" name="Class Constructs">
				<action id="class" name="class" tiptext="Declares a class construct" helpid="x20410" text="class %name% {\n}\n" quickey="cl" version="6"/>
				<action id="interface" name="interface" tiptext="Declared an interface construct" helpid="x20518" text="interface %name% {\n}\n" quickey="it" version="6"/>
				<string name="extends" tiptext="Subclasses another class or interface" helpid="x20510" text="extends %name%" version="6"/>
				<string name="implements" tiptext="Implements the functions of an interface" helpid="x20512" text="implements %name%" version="6"/>
				<string name="static" tiptext="Declares a class member static" helpid="x20516" text="static" version="6"/>
				<string name="public" tiptext="Declares a class member public" helpid="x20514" text="public" version="6"/>
				<string name="private" tiptext="Declares a class member private" helpid="x20513" text="private" version="6"/>
				<action id="import" name="import" tiptext="Imports a class or interface for use in the following script" helpid="x20517" text="import" quickey="ip" version="6"/>
				<string name="intrinsic" tiptext="Allows compile-time type checking of previously defined classes" helpid="x2050E" text="intrinsic" version="6"/>
				<string name="dynamic" tiptext="Declares a class dynamic" helpid="x2050F" text="dynamic" version="6"/>
				<string name="get" tiptext="Declares a class member function an implicit getter" helpid="x20511" text="get" version="6"/>
				<string name="set" tiptext="Declares a class member function an implicit setter" helpid="x20515" text="set" version="6"/>
				<string name="super" text="super" tiptext="Superclass operator; invokes constructor/method of superclass" helpid="x20B88" version="6"/>
			</folder>
			<folder name="User-Defined Functions" id="User-Defined Functions" tiptext="Actions that create and invoke functions" helpid="x20A3C">
				<action id="function" name="function" tiptext="Declares a user-defined function" helpid="x20922" text="function %name% () {\n}\n" quickey="fn" version="5"/>
				<action id="return" name="return" tiptext="Returns a value from a function" helpid="x2099D" text="return (%%);\n" quickey="rt" version="5"/>
			</folder>
		</folder>
		<folder name="ActionScript 2.0 Classes" id="ActionScript 2.0 Classes" sort="false" tiptext="Predefined classes provided by ActionScript" helpid="x20980" version="4">
			<folder name="Client/Server and XML" id="Client_Server" tiptext="Classes for client/server communication" helpid="x20AB1" version="5">
			<!--Placeholder to maintain sort order. Overlaid content from the Core Actions > ClientServer.xml file will be loaded here. --></folder>
			<folder name="Core" id="Core" tiptext="Core classes of ActionScript language" helpid="x20AAC" version="5">
				<!--Array object-->
				<!--Boolean object-->
				<!--Date object-->
				<!--Function object-->
				<!--Math object-->
				<!--Number object-->
				<!--Object object-->
				<!--String object-->
				<ifdef mode="FEATURE_XML_ACTIONS_TOOLBOX">
					<folder name="arguments" id="arguments" index="true" tiptext="Object passed to user-defined functions" helpid="x20AAD" version="5">
						<string name="callee" tiptext="Function object that is being invoked" helpid="x20AAF" text="arguments.callee" version="5"/>
						<string name="caller" tiptext="Function object that invoked this function" helpid="x20AAE" text="arguments.caller" version="6"/>
						<string name="length" tiptext="Number of arguments passed to this function" helpid="x20BBC" text="arguments.length" version="6"/>
					</folder>
				</ifdef>
				<folder name="Array" id="Array" sort="false" index="true" tiptext="Class for working with Arrays" helpid="x208A1" version="5">
					<string name="new Array" tiptext="Creates a new Array object" helpid="x208A0" text="new Array(%%)" text2="new Array(% length %)" text3="new Array(% item1, ..., itemN %)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of the Array object" helpid="x20A9E" version="5">
						<string name="concat" tiptext="Concatenates this array to others and return new array" helpid="x2089D" object="Array" text=".concat(% array1, ..., arrayN %)" version="5"/>
						<string name="join" tiptext="Joins all array elements into string" helpid="x2089E" object="Array" text=".join(% separator %)" version="5"/>
						<string name="pop" tiptext="Remove last item in array and return it" helpid="x208A2" object="Array" text=".pop()" version="5"/>
						<string name="push" tiptext="Append new item to the end of array" helpid="x208A3" object="Array" text=".push(% value %)" version="5"/>
						<string name="reverse" tiptext="Rearranges the elements of an array into reverse order" helpid="x2099E" object="Array" text=".reverse()" version="5"/>
						<string name="shift" tiptext="Remove first item in array and return it" helpid="x208A4" object="Array" text=".shift()" version="5"/>
						<string name="slice" tiptext="Returns new array of elements from indexA to indexB" helpid="x208A5" object="Array" text=".slice(% indexA, indexB %)" version="5"/>
						<string name="sort" tiptext="Sorts an array" helpid="x209AF" object="Array" text=".sort(%%)" text2=".sort(% compareFunction %)" text3=".sort(% optionFlags %)" text4=".sort(% callbackFunction, optionFlags %)" version="5"/>
						<string name="sortOn" tiptext="Sorts an array, using object property as sort key" helpid="x2058F" object="Array" text=".sortOn(% key %)" text2=".sortOn(% sortField, optionFlags %)" text3=".sortOn(% fieldList %)" text4=".sortOn(% fieldList, optionFlags %)" version="6"/>
						<string name="splice" tiptext="Delete count items at index, insert elems if specified" helpid="x208A6" object="Array" text=".splice(% index, count, element1, ..., elementN %)" version="5"/>
						<string name="toString" tiptext="Return string of all array elements separated by commas" helpid="x20A11" object="Array" text=".toString()" version="5"/>
						<string name="unshift" tiptext="Insert a new item at the beginning of the array" helpid="x208A7" object="Array" text=".unshift(% value %)" version="5"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the Array object" helpid="x20A9F" version="5">
						<string name="length" tiptext="Length of the array" helpid="x2089F" object="Array" text=".length" version="5"/>
					</folder>
					<folder name="Constants" id="Constants" tiptext="Constant properties of the Array class" helpid="x2057E" version="7">
						<string name="CASEINSENSITIVE" tiptext="Sort without case sensitivity" helpid="x217F6" text="Array.CASEINSENSITIVE" version="7"/>
						<string name="DESCENDING" tiptext="Sort in descending order" helpid="x217F7" text="Array.DESCENDING" version="7"/>
						<string name="UNIQUESORT" tiptext="Return error if sort is not unique" helpid="x217FA" text="Array.UNIQUESORT" version="7"/>
						<string name="RETURNINDEXEDARRAY" tiptext="Return indexed array" helpid="x217F9" text="Array.RETURNINDEXEDARRAY" version="7"/>
						<string name="NUMERIC" tiptext="Sort numerically" helpid="x217F8" text="Array.NUMERIC" version="7"/>
					</folder>
				</folder>
				<folder name="Boolean" id="Boolean" sort="false" index="true" tiptext="Class which represents boolean values" helpid="x208C1" version="5">
					<string name="new Boolean" tiptext="Creates a new Boolean object" helpid="x208C0" text="new Boolean(% value %)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of the Boolean object" helpid="x20AA0" version="5">
						<string name="toString" tiptext="Convert Boolean object to string" helpid="x208C2" object="Boolean" text=".toString()" version="5"/>
						<string name="valueOf" tiptext="Convert Boolean object to primitive type (boolean)" helpid="x208C3" object="Boolean" text=".valueOf()" version="5"/>
					</folder>
				</folder>
				<ifdef mode="FEATURE_EXCEPTIONS">
					<folder name="Error" id="Error" tiptext="Class for creating new error objects" index="true" sort="false" helpid="x20ACB" version="7">
						<string name="new Error" tiptext="Creates a new Error object" helpid="x20ACC" text="new Error(%%)" text2="new Error(% message %)" type="expression" version="7"/>
						<folder name="Properties" id="Properties" tiptext="Properties of the Error class" helpid="x20ACD" version="7">
							<string name="name" tiptext="Name of the error" helpid="x20ACE" object="Error" text=".name" version="7"/>
							<string name="message" tiptext="Text of the error message" helpid="x20ACF" object="Error" text=".message" version="7"/>
						</folder>
						<folder name="Methods" id="Methods" tiptext="Methods of the Error class" helpid="x20AD0" version="7">
							<string name="toString" tiptext="Convert Error object to string" helpid="x20AD1" object="Error" text=".toString()" version="7"/>
						</folder>
					</folder>
				</ifdef>
				<ifdef mode="FEATURE_OBJECT_MODEL">
					<folder name="Function" id="Function" index="true" sort="false" tiptext="Class that represents a function" helpid="x20B89" version="6">
						<folder name="Methods" id="Methods" tiptext="Methods of the Function class" helpid="x20B8A" version="6">
							<string name="call" tiptext="Invokes the function with specified parameters" helpid="x20B8B" type="procedure" object="Function" text=".call(% thisObject, argument1, ..., argumentN %)" version="6"/>
							<string name="apply" tiptext="Invokes the function with parameters in array" helpid="x20B8C" type="procedure" object="Function" text=".apply(% thisObject, parametersArray %)" version="6"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of the Function class" helpid="x20BC0" version="5">
							<string name="prototype" tiptext="Prototype object for objects constructed by this function" helpid="x2183C" object="Function" text=".prototype" version="5"/>
						</folder>
					</folder>
				</ifdef>
				<folder name="Math" id="Math" tiptext="Class that provides mathematical functions and properties" helpid="x2095B" index="true" sort="false" version="4">
					<folder name="Methods" id="Methods" tiptext="Methods of the Math class" helpid="x20A9A" version="5">
						<string name="abs" tiptext="Absolute value" helpid="x20898" text="Math.abs(% number %)" version="4" object="Math"/>
						<string name="acos" tiptext="Calculate arccosine, in radians" helpid="x20899" text="Math.acos(% number %)" version="4" object="Math"/>
						<string name="asin" tiptext="Calculate arcsine, in radians" helpid="x208A8" text="Math.asin(% number %)" version="4" object="Math"/>
						<string name="atan" tiptext="Calculate arctangent, in radians" helpid="x208B4" text="Math.atan(% number %)" version="4" object="Math"/>
						<string name="atan2" tiptext="Calculates arctangent of y/x, in radians" helpid="x208B5" text="Math.atan2(% y, x %)" version="4" object="Math"/>
						<string name="ceil" tiptext="Calculate ceiling of number (round up)" helpid="x208C6" text="Math.ceil(% number %)" version="4" object="Math"/>
						<string name="cos" tiptext="Calculate cosine of angle (radians)" helpid="x208E7" text="Math.cos(% number %)" version="4" object="Math"/>
						<string name="exp" tiptext="Exponential function" helpid="x2091B" text="Math.exp(% number %)" version="4" object="Math"/>
						<string name="floor" tiptext="Calculate floor of number (round down)" helpid="x2091D" text="Math.floor(% number %)" version="4" object="Math"/>
						<string name="log" tiptext="Natural logarithm" helpid="x20958" text="Math.log(% number %)" version="4" object="Math"/>
						<string name="min" tiptext="Compute minimum of two numbers" helpid="x20969" text="Math.min(% x, y %)" version="4" object="Math"/>
						<string name="max" tiptext="Compute maximum of two numbers" helpid="x20963" text="Math.max(% x, y %)" version="4" object="Math"/>
						<string name="pow" tiptext="Calculate x to the power of y" helpid="x20994" text="Math.pow(% base, exponent %)" version="4" object="Math"/>
						<string name="random" tiptext="Generate a random number between 0 and 1" helpid="x20A0B" text="Math.random()" version="4" object="Math"/>
						<string name="round" tiptext="Rounds a number to the nearest integer" helpid="x209A0" text="Math.round(% number %)" version="4" object="Math"/>
						<string name="sin" tiptext="Calculate sine of angle (radians)" helpid="x209AE" text="Math.sin(% number %)" version="4" object="Math"/>
						<string name="sqrt" tiptext="Square root" helpid="x209B3" text="Math.sqrt(% number %)" version="4" object="Math"/>
						<string name="tan" tiptext="Calculate tangent of angle (radians)" helpid="x209D3" text="Math.tan(% number %)" version="4" object="Math"/>
					</folder>
					<folder name="Constants" id="Constants" tiptext="Constant properties of the Math class" helpid="x20A9B" version="5">
						<string name="E" tiptext="Euler's constant, approx 2.718" helpid="x2095C" text="Math.E" version="4" object="Math"/>
						<string name="LN10" tiptext="Natural logarithm of 10, approx 2.302" helpid="x2095D" text="Math.LN10" version="4" object="Math"/>
						<string name="LN2" tiptext="Natural logarithm of 2, approx 0.693" helpid="x2095E" text="Math.LN2" version="4" object="Math"/>
						<string name="LOG10E" tiptext="Base 10 logarithm of E, approx 0.434" helpid="x2095F" text="Math.LOG10E" version="4" object="Math"/>
						<string name="LOG2E" tiptext="Base 2 logarithm of E, approx 1.443" helpid="x20A18" text="Math.LOG2E" version="4" object="Math"/>
						<string name="PI" tiptext="The value of pi, approx 3.14159" helpid="x20960" text="Math.PI" version="4" object="Math"/>
						<string name="SQRT1_2" tiptext="Square root of 1/2, approx 0.707" helpid="x20961" text="Math.SQRT1_2" version="4" object="Math"/>
						<string name="SQRT2" tiptext="Square root of 2, approx 1.414" helpid="x20962" text="Math.SQRT2" version="4" object="Math"/>
					</folder>
				</folder>
				<folder name="Number" sort="false" id="Number" index="true" tiptext="Class which represents numbers" helpid="x2097D" version="5">
					<string name="new Number" tiptext="Creates a new Number object" helpid="x2097C" text="new Number(% number %)" text2="new Number(%%)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of the Number class" helpid="x20A97" version="5">
						<string name="toString" tiptext="Converts Number object to string, with optional radix conversion" helpid="x2097E" object="Number" text=".toString(%%)" text2=".toString(% radix %)" version="5"/>
						<string name="valueOf" tiptext="Convert Number object to primitive type (number)" helpid="x20A24" object="Number" text=".valueOf()" version="5"/>
					</folder>
					<folder name="Constants" id="Constants" tiptext="Constant properties of the Number class" helpid="x20A98" version="5">
						<string name="MIN_VALUE" tiptext="The smallest representable number" helpid="x2096B" text="Number.MIN_VALUE" version="5" object="Number"/>
						<string name="MAX_VALUE" tiptext="The largest representable number" helpid="x20964" text="Number.MAX_VALUE" version="5" object="Number"/>
						<string name="POSITIVE_INFINITY" tiptext="Positive infinity" helpid="x20993" text="Number.POSITIVE_INFINITY" version="5" object="Number"/>
						<string name="NEGATIVE_INFINITY" tiptext="Negative infinity" helpid="x20976" text="Number.NEGATIVE_INFINITY" version="5" object="Number"/>
						<string name="NaN" tiptext="NaN (Not A Number)" helpid="x20974" text="Number.NaN" version="5" object="Number"/>
					</folder>
				</folder>
				<folder name="Object" id="Object" sort="false" index="true" tiptext="Object is the primitive ActionScript class type" helpid="x20982" version="5">
					<string name="new Object" tiptext="Creates a new Object object" helpid="x20981" text="new Object(%%)" text2="new Object(% value %)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of Object objects" helpid="x20A96" version="5">
						<string name="toString" tiptext="Converts this object to its string representation" helpid="x20983" object="Object" text=".toString()" version="5"/>
						<string name="valueOf" tiptext="Returns the primitive value of this object" helpid="x20984" object="Object" text=".valueOf()" version="5"/>
						<ifdef mode="FEATURE_OBJECT_MODEL">
							<string name="watch" tiptext="Add a watchpoint on an object property" helpid="x20A2A" object="Object" text=".watch(% prop, callback, userData %)" version="6"/>
							<string name="unwatch" tiptext="Removes a watchpoint created with Object.watch" helpid="x20A2B" object="Object" text=".unwatch(% prop %)" version="6"/>
							<string name="registerClass" tiptext="Associates a linkage identifier with an object class" helpid="x20A2C" text="Object.registerClass(% symbolID, theClass %)" version="6"/>
							<string name="addProperty" tiptext="Registers a getter/setter property on an object" helpid="x20A2D" object="Object" text=".addProperty(% prop, getFunc, setFunc %)" version="6"/>
						</ifdef>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of Object objects" helpid="x20BBE" version="5">
						<string name="__proto__" tiptext="Prototype object that this object inherits from" helpid="x20BBF" object="Object" text=".__proto__" version="5"/>
						<string name="__resolve" tiptext="Reference to a user-defined function that is invoked if ActionScript code refers to an undefined property or method" helpid="x20B24" object="Object" text=".__resolve" version="6"/>
					</folder>
				</folder>
				<folder name="String" id="String" sort="false" index="true" tiptext="Class that helps you work with strings" helpid="x209C9" version="5">
					<string name="new String" tiptext="Creates a new String object" helpid="x209C8" text="new String(% value %)" text2="new String(%%)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of String objects" helpid="x209C9" version="5">
						<string name="charAt" tiptext="Return character at specified index" helpid="x209BA" object="String" text=".charAt(% index %)" version="5"/>
						<string name="charCodeAt" tiptext="Return character code at specified index" helpid="x209BB" object="String" text=".charCodeAt(% index %)" version="5"/>
						<string name="fromCharCode" tiptext="Construct string from character codes" helpid="x209BE" text="String.fromCharCode(% charCode1, ..., charCodeN %)" version="5" object="String"/>
						<string name="toUpperCase" tiptext="Return string converted to uppercase" helpid="x209D0" object="String" text=".toUpperCase()" version="5"/>
						<string name="toLowerCase" tiptext="Return string converted to lowercase" helpid="x209CF" object="String" text=".toLowerCase()" version="5"/>
						<string name="concat" tiptext="Concatenate string to other strings" helpid="x209BC" object="String" text=".concat(% string1, ..., stringN %)" version="5"/>
						<string name="indexOf" tiptext="Search string for substring, return index or -1" helpid="x209C2" object="String" text=".indexOf(% searchString, fromIndex %)" version="5"/>
						<string name="lastIndexOf" tiptext="Search string backwards for substring" helpid="x209C3" object="String" text=".lastIndexOf(% searchString, fromIndex %)" version="5"/>
						<string name="slice" tiptext="Returns slice of string between two indices" helpid="x209CB" object="String" text=".slice(% indexA, indexB %)" version="5"/>
						<string name="substring" tiptext="Returns substring of string between two indices" helpid="x209CE" object="String" text=".substring(% indexA, indexB %)" version="5"/>
						<string name="split" tiptext="Splits string into array of strings using delimiter" helpid="x209CC" object="String" text=".split(% separator, limit %)" version="5"/>
						<string name="substr" tiptext="Returns substring of count chars starting at index" helpid="x209CD" object="String" text=".substr(% start, length %)" version="5"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of String objects" helpid="x20A91" version="5">
						<string name="length" tiptext="Returns the length of a String object" helpid="x209C5" object="String" text=".length" version="5"/>
					</folder>
				</folder>
				<ifdef mode="FEATURE_CAPABILITIES">
					<folder name="System" id="System" index="true" tiptext="Object containing system information" helpid="x20B40" version="6">
						<folder name="Methods" id="Methods" tiptext="Methods of the System class" version="6" helpid="x20B40">
							<string name="showSettings" tiptext="Opens the settings dialog to the specified panel" text="System.showSettings(% [panel] %)" object="System" version="6" helpid="x2049E"/>
							<string name="setClipboard" tiptext="Place specified text on the system clipboard" text="System.setClipboard(% text %)" object="System" version="6" helpid="x204A1"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of the System class" version="7" helpid="x20B40">
							<string name="exactSettings" tiptext="If true, exact domain matching is used" helpid="x2051E" text="System.exactSettings" object="System" version="7"/>
						</folder>
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the System class" version="7" helpid="x20B40">
							<string name="onStatus" tiptext="Invoked when an object does not define its own onStatus handler" helpid="x2051F" text="System.onStatus(% infoObject %)" object="System" version="7"/>
						</folder>
						<folder name="Objects" id="Objects" tiptext="Objects of the System class" version="6" helpid="x20B40">
							<folder name="capabilities" sort="false" id="capabilities" index="true" tiptext="Object containing system capabilities info" helpid="x20ABB" version="6" object="System">
								<folder name="Properties" id="Properties" tiptext="Properties of the Capabilities object" helpid="x20BC2" version="6">
									<string name="hasAccessibility" tiptext="If true, system has Accessibility features" helpid="x20AC5" text="System.capabilities.hasAccessibility" object="System" version="6"/>
									<string name="hasAudio" tiptext="If true, system has audio capabilities" helpid="x20ABC" text="System.capabilities.hasAudio" object="System" version="6"/>
									<string name="hasAudioEncoder" tiptext="If true, system can encode audio" helpid="x20ABE" text="System.capabilities.hasAudioEncoder" object="System" version="7"/>
									<string name="hasEmbeddedVideo" tiptext="If true, system has embedded video capabilities" helpid="x204CF" text="System.capabilities.hasEmbeddedVideo" object="System" version="7"/>
									<!-- Added hasIME method -->
									<string name="hasIME" tiptext="If true, the system supports multibyte text entry" helpid="x2180F" text="System.capabilities.hasIME" object="System" version="8"/>
									<string name="hasMP3" tiptext="If true, the system has MP3 sound capabilities" helpid="x20ABD" text="System.capabilities.hasMP3" object="System" version="6"/>
									<string name="hasPrinting" tiptext="If true, the system has printing capabilities" helpid="x204D0" text="System.capabilities.hasPrinting" object="System" version="7"/>
									<string name="hasScreenBroadcast" tiptext="If true, the system has screen broadcast capabilities" helpid="x204D1" text="System.capabilities.hasScreenBroadcast" object="System" version="7"/>
									<string name="hasScreenPlayback" tiptext="If true, the system has screen playback capabilities" helpid="x204D2" text="System.capabilities.hasScreenPlayback" object="System" version="7"/>
									<string name="hasStreamingAudio" tiptext="If true, the system can stream audio" helpid="x204CD" text="System.capabilities.hasStreamingAudio" object="System" version="7"/>
									<string name="hasStreamingVideo" tiptext="If true, the system can stream video" helpid="x204CE" text="System.capabilities.hasStreamingVideo" object="System" version="7"/>
									<string name="hasVideoEncoder" tiptext="If true, the system can encode video" helpid="x20ABF" text="System.capabilities.hasVideoEncoder" object="System" version="6"/>
									<string name="isDebugger" tiptext="If true, the Flash Player is a debugger version" helpid="x204CA" text="System.capabilities.isDebugger" object="System" version="6"/>
									<string name="language" tiptext="Contains the system language setting" helpid="x204C7" text="System.capabilities.language" object="System" version="6"/>
									<string name="manufacturer" tiptext="Contains the Flash Player manufacturer" helpid="x204C6" text="System.capabilities.manufacturer" object="System" version="6"/>
									<string name="os" tiptext="Contains the system os" helpid="x204C8" text="System.capabilities.os" object="System" version="6"/>
									<string name="pixelAspectRatio" tiptext="Pixel aspect ratio of screen" helpid="x20AC4" text="System.capabilities.pixelAspectRatio" object="System" version="6"/>
									<string name="playerType" tiptext="Contains Flash Player type" helpid="x204C4" text="System.capabilities.playerType" object="System" version="7"/>
									<string name="screenColor" tiptext="String indicating type of color screen" helpid="x20AC3" text="System.capabilities.screenColor" object="System" version="6"/>
									<string name="screenDPI" tiptext="Screen dots per inch (dpi)" helpid="x20AC2" text="System.capabilities.screenDPI" object="System" version="6"/>
									<string name="screenResolutionX" tiptext="Screen X resolution in pixels" helpid="x20AC0" text="System.capabilities.screenResolutionX" object="System" version="6"/>
									<string name="screenResolutionY" tiptext="Screen Y resolution in pixels" helpid="x20AC1" text="System.capabilities.screenResolutionY" object="System" version="6"/>
									<string name="serverString" tiptext="String describing full set of capabilities" helpid="x204D5" text="System.capabilities.serverString" object="System" version="7"/>
									<string name="version" tiptext="Contains Flash Player version" helpid="x204D4" text="System.capabilities.version" object="System" version="6"/>
									<string name="avHardwareDisable" tiptext="If true, the camera and microphone are disabled" helpid="x204D3" text="System.capabilities.avHardwareDisable" object="System" version="7"/>
									<string name="localFileReadDisable" tiptext="If true, reading local files is disabled" helpid="x204CC" text="System.capabilities.localFileReadDisable" object="System" version="7"/>
									<string name="windowlessDisable" tiptext="If true, changing the WMODE attrib is disabled" helpid="x204D6" text="System.capabilities.windowlessDisable" object="System" version="7"/>
								</folder>
							</folder>
							<folder name="security" sort="false" id="security" index="true" tiptext="Object containing system security methods" helpid="x20A3D" version="6" object="System">
								<folder name="Methods" id="Methods" tiptext="Methods of the System.security object" version="6" helpid="x204DA">
									<string name="allowDomain" tiptext="Allows movies from other domains to access current movie" text="System.security.allowDomain(% domain1, ..., domainN %)" text2=".allowDomain(% domain1, ..., domainN %)" object="[System.security]" version="6" helpid="x204D9"/>
									<string name="allowInsecureDomain" tiptext="Allows movies from an insecure domain to access current movie in secure domain" text="System.security.allowInsecureDomain(% domain1, ..., domainN %)" text2=".allowInsecureDomain(% domain1, ..., domainN %)" object="[System.security]" version="7" helpid="x2051C"/>
									<string name="loadPolicyFile" tiptext="Allows movies to specify the location of a policy file" text="System.security.loadPolicyFile(% url:String %)" object="[System.security]" version="7" helpid="x20A3C"/>
								</folder>
								<folder name="Properties" id="Properties" tiptext="Properties of the System.security object" version="6" helpid="x204DA">
									<string name="sandboxType" tiptext="Indicates the type of security sandbox in which the calling SWF is operating." helpid="x229E4" object="[System.security]" text=".sandboxType" version="8"/>
								</folder>
							</folder>
							<folder name="IME" sort="false" id="IME" index="true" tiptext="Object containing system IME methods" helpid="x217AD" version="8" object="[System.IME]">
								<folder name="Constants" id="Constants" tiptext="Constant properties of the IME class" helpid="" index="false" version="8">
									<string name="ALPHANUMERIC_FULL" tiptext="Full width alphanumeric mode" helpid="x217AE" text="System.IME.ALPHANUMERIC_FULL" object="System" version="8"/>
									<string name="ALPHANUMERIC_HALF" tiptext="Half width alphanumeric mode" helpid="x217AF" text="System.IME.ALPHANUMERIC_HALF" object="System" version="8"/>
									<string name="CHINESE" tiptext="Chinese mode" helpid="x217B0" text="System.IME.CHINESE" object="System" version="8"/>
									<string name="JAPANESE_HIRAGANA" tiptext="Hiragana mode" helpid="x217B1" text="System.IME.JAPANESE_HIRAGANA" object="System" version="8"/>
									<string name="JAPANESE_KATAKANA_FULL" tiptext="Full width Katakana mode" helpid="x217B2" text="System.IME.JAPANESE_KATAKANA_FULL" object="System" version="8"/>
									<string name="JAPANESE_KATAKANA_HALF" tiptext="Half width Katakana mode" helpid="x217B3" text="System.IME.JAPANESE_KATAKANA_HALF" object="System" version="8"/>
									<string name="KOREAN" tiptext="Korean mode" helpid="x217B4" text="System.IME.KOREAN" object="System" version="8"/>
									<string name="UNKNOWN" tiptext="Unknown mode" helpid="x217B5" text="System.IME.UNKNOWN" object="System" version="8"/>
								</folder>
								<folder name="Methods" tiptext="System.IME methods" sort="true" id="IMEMethods" index="false" version="8">
									<string name="addListener" text="System.IME.addListener(% listener:Object %)" object="[System.IME]" version="8" helpid="x217BC" tiptext="Registers an object to receive notification when an IME event handler is invoked."/>
									<string name="doConversion" text="System.IME.doConversion()" object="[System.IME]" version="" helpid="x217BB" tiptext="Tells the IME to select the first candidate for the current composition string."/>
									<string name="getConversionMode" text="System.IME.getConversionMode()" object="[System.IME]" version="" helpid="x217B8" tiptext="Indicates the conversion mode of the current IME."/>
									<string name="getEnabled" text="System.IME.getEnabled()" object="[System.IME]" version="" helpid="x217B6" tiptext="Indicates if the system IME is enabled."/>
									<string name="removeListener" text="System.IME.removeListener(% listener:Object %)" object="[System.IME]" version="8" helpid="x217BD" tiptext="Removes a listener object previously registered to an IME instance."/>
									<string name="setCompositionString" text="System.IME.setCompositionString(% composition:String %)" object="[System.IME]" version="" helpid="x217BA" tiptext="Sets the IME composition string."/>
									<string name="setConversionMode" text="System.IME.setConversionMode(% mode:String %)" object="[System.IME]" version="" helpid="x217B9" tiptext="Sets the conversion mode of the current IME."/>
									<string name="setEnabled" text="System.IME.setEnabled(% enabled:Boolean %)" object="[System.IME]" version="" helpid="x217B7" tiptext="Enables or disables the system IME."/>
								</folder>
								<folder name="Events" tiptext="IME events" sort="true" id="IMEEvents" index="false" version="">
									<string name="onIMEComposition" text=".onIMEComposition" object="[System.IME]" helpid="x21860" version="8" type="event" tiptext="Notified when the IME composition string is being set."/>
								</folder>
							</folder>
							<string name="useCodepage" tiptext="If true, Flash Player uses code page of the OS" helpid="x204CB" text="System.useCodepage" object="System" version="6"/>
						</folder>
					</folder>
				</ifdef>
			</folder>
			<folder name="Media" id="Media" tiptext="Media classes in Flash" helpid="x20AB0" version="5">
				<!--Sound object-->
				<!--Camera object-->
				<!--Microphone object-->
				<!--NetConnection object-->
				<!--NetStream object-->
				<!--Video object-->
				<folder name="Camera" id="Camera" index="true" sort="false" tiptext="Class for working with the system camera" version="6" helpid="x204DB">
					<folder name="Methods" id="Methods" tiptext="Methods of the Camera class" version="6" helpid="x204DC">
						<string name="get" tiptext="Returns default or specified Camera object" text=".get(% [index] %)" object="Camera" version="6" helpid="x204DF"/>
						<string name="setKeyFrameInterval" helpid="x2181F" text=".setKeyFrameInterval(% keyFrameInterval %)" object="Camera" tiptext="" version="6"/>
						<string name="setLoopback" helpid="x21820" text=".setLoopback(% compress %)" object="Camera" tiptext="" version="6"/>
						<string name="setMode" tiptext="Sets camera capture mode" text=".setMode(% width, height, fps [, favorArea] %)" object="Camera" version="6" helpid="x204E3"/>
						<string name="setMotionLevel" tiptext="Sets activity level and timeout values for Camera.onActivity handler" text=".setMotionLevel(% level, [timeOut] %)" object="Camera" version="6" helpid="x204E0"/>
						<string name="setQuality" tiptext="Sets the maximum amount of bandwidth per second or the required picture quality of the outgoing video feed." helpid="x20522" text=".setQuality(% bandwidth, quality %)" object="Camera" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the Camera class" helpid="x204DD" version="6">
						<string name="activityLevel" tiptext="The amount of motion the camera is detecting" text=".activityLevel" helpid="x204EF" object="Camera" version="6"/>
						<string name="bandwidth" tiptext="current bandwidth setting" helpid="x204F8" text=".bandwidth" object="Camera" version="6"/>
						<string name="currentFps" tiptext="Rate at which the camera is capturing data, in frames per second" helpid="x204FD" text=".currentFps" object="Camera" version="6"/>
						<string name="fps" tiptext="Rate at which you would like the camera to capture data, in frames per second" helpid="x204FE" text=".fps" object="Camera" version="6"/>
						<string name="height" tiptext="Current capture height, in pixels" helpid="x204FF" text=".height" object="Camera" version="6"/>
						<string name="index" tiptext="Index of the camera object" helpid="x2050B" text=".index" object="Camera" version="6"/>
						<string name="motionLevel" tiptext="Amount of motion required to invoke Camera.onActivity" helpid="x204E4" text=".motionLevel" object="Camera" version="6"/>
						<string name="motionTimeOut" tiptext="Milliseconds until Camera.onActivity(false) is invoked after motion stops" helpid="x204E5" text=".motionTimeOut" object="Camera" version="6"/>
						<string name="muted" tiptext="Specifies whether the user has allowed (false) or denied (true) access" helpid="x204E6" text=".muted" object="Camera" version="6"/>
						<string name="name" tiptext="Name of the camera as specified by the camera driver" helpid="x204E7" text=".name" object="Camera" version="6"/>
						<string name="names" tiptext="Array of the names of all available video capture devices" helpid="x204E8" text=".names" object="Camera" version="6"/>
						<string name="quality" tiptext="current spatial quality for video compression" helpid="x204EB" text=".quality" object="Camera" version="6"/>
						<string name="width" tiptext="Current capture width, in pixels" helpid="x204EE" text=".width" object="Camera" version="6"/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the Camera class" helpid="x204DE" version="6">
						<string name="onActivity" tiptext="Invoked when the camera starts or stops detecting motion" helpid="x204E9" text=".onActivity(% active %)" type="event" object="Camera" version="6"/>
						<string name="onStatus" tiptext="Invoked when the user allows or denies access to the camera" helpid="x204EA" text=".onStatus(% infoObject %)" type="event" object="Camera" version="6"/>
					</folder>
				</folder>
				<folder name="Sound" id="Sound" index="true" sort="false" tiptext="Class that helps you work with sound" helpid="x209B0" version="5">
					<string name="new Sound" tiptext="Creates a sound object" helpid="x20A0C" text="new Sound(% target %)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of Sound objects" helpid="x209B0" version="5" sort="true">
						<string name="getPan" tiptext="Gets the pan of sound" helpid="x20926" object="Sound" text=".getPan()" version="5"/>
						<string name="getTransform" tiptext="Gets the current sound transform" helpid="x20928" object="Sound" text=".getTransform()" version="5"/>
						<string name="getVolume" tiptext="Gets the volume percentage" helpid="x2092B" object="Sound" text=".getVolume()" version="5"/>
						<string name="setPan" tiptext="Sets the pan of sound" helpid="x209AA" object="Sound" text=".setPan(% pan %)" version="5"/>
						<string name="setTransform" tiptext="Set each channel to a combination of left and right channel" helpid="x209B2" object="Sound" text=".setTransform(% sxform %)" version="5"/>
						<string name="setVolume" tiptext="Set the volume percentage" helpid="x209AD" object="Sound" text=".setVolume(% volume %)" version="5"/>
						<string name="stop" tiptext="Stops all sounds" helpid="x2098D" object="Sound" text=".stop()" version="5"/>
						<string name="attachSound" tiptext="Attach a sound located in the library" helpid="x208B6" object="Sound" text='.attachSound(% idName=&quot;&quot; %)' version="5"/>
						<ifdef mode="FEATURE_LOAD_IMAGES">
							<string name="loadSound" tiptext="Download a MP3 sound." helpid="x20BC9" object="Sound" text=".loadSound(% URL, isStreaming %)" version="6"/>
							<string name="getBytesLoaded" tiptext="Returns the number of bytes that have download during the loadSound() operation." helpid="x20B54" object="Sound" text=".getBytesLoaded()" version="6"/>
							<string name="getBytesTotal" tiptext="Returns the size of the file that is currently being downloaded." helpid="x20B55" object="Sound" text=".getBytesTotal()" version="6"/>
						</ifdef>
						<string name="start" tiptext="Starts playing the last attached sound" helpid="x209B4" object="Sound" text=".start(% secondsOffset, loops %)" version="5"/>
					</folder>
					<ifdef mode="FEATURE_SOUND_COMPLETION_EVENT">
						<folder name="Properties" id="Properties" tiptext="Properties of the Sound class" helpid="x20B31" version="6">
								<string name="checkPolicyFile" tiptext="If true, attempt to download a cross-domain policy file from the loaded object's server." helpid="x22AF3" object="Sound" text=".checkPolicyFile" version="9"/>
							<string name="position" tiptext="Number of milliseconds sound has been playing for" helpid="x20B32" object="Sound" text=".position" version="6"/>
							<string name="duration" tiptext="Duration of sound in milliseconds" helpid="x20B33" object="Sound" text=".duration" version="6"/>
						</folder>
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the Sound class" helpid="x20B34" version="6">
							<string name="onSoundComplete" tiptext="Invoked when sound has completed playing" helpid="x20B35" object="Sound" text=".onSoundComplete" version="6" type="event"/>
							<string name="onLoad" tiptext="Invoked when loaded sound has been received" helpid="x20B56" object="Sound" text=".onLoad(% success %)" version="6" type="event"/>
							<string name="onID3" tiptext="Invoked when ID3 tag information is available" helpid="x204B9" object="Sound" text=".onID3" version="7" type="event"/>
						</folder>
					</ifdef>
					<folder name="Objects" id="Objects" tiptext="Objects of the Sound object" helpid="x204B8" version="6">
						<folder name="id3" id="id3" tiptext="MP3 ID3 tag support" helpid="x204B8" version="6">
							<folder name="Properties" id="Properties" tiptext="Properties of id3 object" helpid="x204B8" version="6">
								<string name="artist" tiptext="IDV1: Artist name" helpid="x204B8" object="Sound" text=".id3.artist" version="6"/>
								<string name="album" tiptext="IDV1: Album title" helpid="x204B8" object="Sound" text=".id3.album" version="6"/>
								<string name="songname" tiptext="IDV1: Song name" helpid="x204B8" object="Sound" text=".id3.songname" version="6"/>
								<string name="year" tiptext="IDV1: Year of release" helpid="x204B8" object="Sound" text=".id3.year" version="6"/>
								<string name="genre" tiptext="IDV1: Genre ID" helpid="x204B8" object="Sound.id3" text=".id3.genre" version="6"/>
								<string name="track" tiptext="IDV1: Track number" helpid="x204B8" object="Sound" text=".id3.track" version="6"/>
								<string name="comment" tiptext="IDV1: Comment" helpid="x204B8" object="Sound" text=".id3.comment" version="6"/>
								<string name="COMM" tiptext="IDV2: Comment" helpid="x204B8" object="Sound" text=".id3.COMM" version="7"/>
								<string name="TALB" tiptext="IDV2: Album/movie/show title" helpid="x204B8" object="Sound" text=".id3.TALB" version="7"/>
								<string name="TBPM" tiptext="IDV2: Beats per minute" helpid="x204B8" object="Sound" text=".id3.TBPM" version="7"/>
								<string name="TCOM" tiptext="IDV2: Composer" helpid="x204B8" object="Sound" text=".id3.TCOM" version="7"/>
								<string name="TCON" tiptext="IDV2: Content type" helpid="x204B8" object="Sound" text=".id3.TCON" version="7"/>
								<string name="TCOP" tiptext="IDV2: Copyright message" helpid="x204B8" object="Sound" text=".id3.TCOP" version="7"/>
								<string name="TDAT" tiptext="IDV2: Date" helpid="x204B8" object="Sound" text=".id3.TDAT" version="7"/>
								<string name="TDLY" tiptext="IDV2: Playlist delay" helpid="x204B8" object="Sound" text=".id3.TDLY" version="7"/>
								<string name="TENC" tiptext="IDV2: Encoded by" helpid="x204B8" object="Sound" text=".id3.TENC" version="7"/>
								<string name="TEXT" tiptext="IDV2: Lyricist/text writer" helpid="x204B8" object="Sound" text=".id3.TEXT" version="7"/>
								<string name="TFLT" tiptext="IDV2: File type" helpid="x204B8" object="Sound" text=".id3.TFLT" version="7"/>
								<string name="TIME" tiptext="IDV2: Time" helpid="x204B8" object="Sound" text=".id3.TIME" version="7"/>
								<string name="TIT1" tiptext="IDV2: Content group description" helpid="x204B8" object="Sound" text=".id3.TIT1" version="7"/>
								<string name="TIT2" tiptext="IDV2: Title/song name/content description" helpid="x204B8" object="Sound" text=".id3.TIT2" version="7"/>
								<string name="TIT3" tiptext="IDV2: Subtitle/description refinement" helpid="x204B8" object="Sound" text=".id3.TIT3" version="7"/>
								<string name="TKEY" tiptext="IDV2: Initial key" helpid="x204B8" object="Sound" text=".id3.TKEY" version="7"/>
								<string name="TLAN" tiptext="IDV2: Languages" helpid="x204B8" object="Sound" text=".id3.TLAN" version="7"/>
								<string name="TLEN" tiptext="IDV2: Length" helpid="x204B8" object="Sound" text=".id3.TLEN" version="7"/>
								<string name="TMED" tiptext="IDV2: Media Type" helpid="x204B8" object="Sound" text=".id3.TMED" version="7"/>
								<string name="TOAL" tiptext="IDV2: Original album/movie/show title" helpid="x204B8" object="Sound" text=".id3.TOAL" version="7"/>
								<string name="TOFN" tiptext="IDV2: Original filename" helpid="x204B8" object="Sound" text=".id3.TOFN" version="7"/>
								<string name="TOLY" tiptext="IDV2: Original lyricists/text writers" helpid="x204B8" object="Sound" text=".id3.TOLY" version="7"/>
								<string name="TOPE" tiptext="IDV2: Original artists/performers" helpid="x204B8" object="Sound" text=".id3.TOPE" version="7"/>
								<string name="TORY" tiptext="IDV2: Original release year" helpid="x204B8" object="Sound" text=".id3.TORY" version="7"/>
								<string name="TOWN" tiptext="IDV2: File owner/Licensee" helpid="x204B8" object="Sound" text=".id3.TOWN" version="7"/>
								<string name="TPE1" tiptext="IDV2: Lead performers/soloists" helpid="x204B8" object="Sound" text=".id3.TPE1" version="7"/>
								<string name="TPE2" tiptext="IDV2: Band/orchestra/accompaniment" helpid="x204B8" object="Sound" text=".id3.TPE2" version="7"/>
								<string name="TPE3" tiptext="IDV2: Conductor/performer refinement" helpid="x204B8" object="Sound" text=".id3.TPE3" version="7"/>
								<string name="TPE4" tiptext="IDV2: Interpreted, remixed, or other modified by" helpid="x204B8" object="Sound" text=".id3.TPE4" version="7"/>
								<string name="TPOS" tiptext="IDV2: Part of a set" helpid="x204B8" object="Sound" text=".id3.TPOS" version="7"/>
								<string name="TPUB" tiptext="IDV2: Publisher" helpid="x204B8" object="Sound" text=".id3.TPUB" version="7"/>
								<string name="TRCK" tiptext="IDV2: Track number/position in set" helpid="x204B8" object="Sound" text=".id3.TRCK" version="7"/>
								<string name="TRDA" tiptext="IDV2: Recording dates" helpid="x204B8" object="Sound" text=".id3.TRDA" version="7"/>
								<string name="TRSN" tiptext="IDV2: Internet radio station name" helpid="x204B8" object="Sound" text=".id3.TRSN" version="7"/>
								<string name="TRSO" tiptext="IDV2: Internet radio station owner" helpid="x204B8" object="Sound" text=".id3.TRSO" version="7"/>
								<string name="TSIZ" tiptext="IDV2: Size" helpid="x204B8" object="Sound" text=".id3.TSIZ" version="7"/>
								<string name="TSRX" tiptext="IDV2: ISRC (international standard recording code)" helpid="x204B8" object="Sound" text=".id3.TSRX" version="7"/>
								<string name="TSSE" tiptext="IDV2: Software/hardware and settings used for encoding" helpid="x204B8" object="Sound" text=".id3.TSSE" version="7"/>
								<string name="TYER" tiptext="IDV2: Year" helpid="x204B8" object="Sound" text=".id3.TYER" version="7"/>
								<string name="WXXX" tiptext="IDV2: URL link frame" helpid="x204B8" object="Sound" text=".id3.WXXX" version="7"/>
							</folder>
						</folder>
					</folder>
				</folder>
				<folder name="Microphone" id="Microphone" index="true" sort="false" tiptext="Class for working with the system microphone" helpid="x204F0" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of the Microphone class" helpid="x204F1" version="6">
						<string name="get" tiptext="Returns default or specified Microphone object" helpid="x204F6" text=".get(% [index] %)" object="Microphone" version="6"/>
						<string name="setGain" tiptext="Sets amount by which Microphone should boost the signal volume" helpid="x204F9" text=".setGain(% gain %)" object="Microphone" version="6"/>
						<string name="setRate" tiptext="Sets the sample rate at which the microphone should capture sound, in kHz" helpid="x204FA" text=".setRate(% rate %)" object="Microphone" version="6"/>
						<string name="setSilenceLevel" tiptext="Sets the amount of sound required to activate the microphone" helpid="x204FB" text=".setSilenceLevel(% level, [timeOut] %)" object="Microphone" version="6"/>
						<string name="setUseEchoSuppression" tiptext="Specifies whether to use the echo suppression feature" helpid="x204FC" text=".setUseEchoSuppression(% useEchoSuppression %)" object="Microphone" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the Microphone class" helpid="x204F2" version="6">
						<string name="activityLevel" tiptext="Amount of sound the microphone is detecting" helpid="x204F4" text=".activityLevel" object="Microphone" version="6"/>
						<string name="gain" tiptext="Amount by which the Microphone boosts the signal" helpid="x204F5" text=".gain" object="Microphone" version="6"/>
						<string name="index" tiptext="Index of the current Microphone object" helpid="x204F7" text=".index" object="Microphone" version="6"/>
						<string name="muted" tiptext="Specifies whether the user has allowed or denied access to the microphone" helpid="x20455" text=".muted" object="Microphone" version="6"/>
						<string name="name" tiptext="Name of the current Microphone object" helpid="x2044A" text=".name" object="Microphone" version="6"/>
						<string name="names" tiptext="Array of strings reflecting the names of all available sound capture devices" helpid="x20532" text=".names" object="Microphone" version="6"/>
						<string name="rate" tiptext="The sound capture rate, in kHz" helpid="x20533" text=".rate" object="Microphone" version="6"/>
						<string name="silenceLevel" tiptext="Amount of sound required to activate the microphone" helpid="x2042C" text=".silenceLevel" object="Microphone" version="6"/>
						<string name="silenceTimeOut" tiptext="Milliseconds until Microphone.onActivity is invoked after silence is detected" helpid="x20448" text=".silenceTimeOut" object="Microphone" version="6"/>
						<string name="useEchoSuppression" tiptext="Specifies whether echo suppression is being used" helpid="x20454" text=".useEchoSuppression" object="Microphone" version="6"/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the Microphone class" helpid="x204F3" version="6">
						<string name="onActivity" tiptext="Invoked when the microphone starts or stops detecting sound" helpid="x204E1" text=".onActivity(% active %)" type="event" object="Microphone" version="6"/>
						<string name="onStatus" tiptext="Invoked when the user allows or denies access to the microphone" helpid="x204E2" text=".onStatus(% infoObject %)" type="event" object="Microphone" version="6"/>
					</folder>
				</folder>
				<folder name="NetConnection" id="NetConnection" index="true" sort="false" helpid="x20416" tiptext="Class to establish local connection for streaming FLV files" version="6">
					<string name="new NetConnection" tiptext="Create a new NetConnection object" helpid="x2043E" text="new NetConnection()" object="NetConnection" type="expression" version="6"/>
					<folder name="Methods" id="Methods" helpid="x20421" tiptext="Methods for the NetConnection class" version="6">
						<string name="connect" tiptext="Connects to a local proxy" helpid="x2043D" text=".connect(null)" object="NetConnection" version="6"/>
					</folder>
				</folder>
				<folder name="NetStream" id="NetStream" index="true" sort="false" helpid="x20417" tiptext="Class to stream FLV files over a local NetConnection object" version="6">
					<string name="new NetStream" tiptext="Create a new NetStream object" helpid="x2043F" text="new NetStream()" object="NetStream" type="expression" version="6"/>
					<folder name="Methods" id="Methods" helpid="x20423" tiptext="Methods of the NetStream class" version="6">
						<string name="close" tiptext="Stops publishing or playing all data on the stream" helpid="x20458" text=".close()" object="NetStream" version="6"/>
						<string name="pause" tiptext="Pauses or resumes playback of a stream" helpid="x2044F" text=".pause(% [pauseResume] %)" object="NetStream" version="6"/>
						<string name="play" tiptext="Feeds streaming audio or video being published on server to the client" helpid="x2043A" text=".play(% whatToPlay %)" object="NetStream" version="6"/>
						<string name="seek" tiptext="Seeks the specified number of seconds into the recorded stream that is playing" helpid="x20450" text=".seek(% numberOfSeconds %)" object="NetStream" version="6"/>
						<string name="setBufferTime" tiptext="Specifies buffering behavior of the stream" helpid="x20453" text=".setBufferTime(% numberOfSeconds %)" object="NetStream" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" helpid="x20412" tiptext="Properties for the NetStream class" version="6">
						<string name="bytesLoaded" tiptext="Current number of bytes loaded" helpid="x2042B" text=".bytesLoaded" object="NetStream" version="6"/>
						<string name="bytesTotal" tiptext="Total number of bytes in the file being loaded" helpid="x2045E" text=".bytesTotal" object="NetStream" version="6"/>
						<string name="bufferLength" tiptext="The actual current length of the message queue" helpid="x2045A" text=".bufferLength" object="NetStream" version="6"/>
						<string name="bufferTime" tiptext="Max length of stream buffer, in seconds" helpid="x20447" text=".bufferTime" object="NetStream" version="6"/>
						<string name="checkPolicyFile" tiptext="If true, attempt to download a cross-domain policy file from the loaded object's server." helpid="x22AF2" object="NetStream" text=".checkPolicyFile" version="9"/>
						<string name="currentFps" tiptext="Current frames per second on the stream" helpid="x20438" text=".currentFps" object="NetStream" version="6"/>
						<string name="time" tiptext="Current time of the stream in seconds" helpid="x20439" text=".time" object="NetStream" version="6"/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" helpid="x2041B" tiptext="Event handlers of the NetStream class" version="6">
						<string name="onCuePoint" tiptext="Invoked when an embedded cue point is reached while playing an FLV file." helpid="x21863" text=".onCuePoint(% infoObject:Object %)" object="NetStream" version="8"/>
						<string name="onStatus" tiptext="Invoked every time a status change or error is posted for the NetStream object" helpid="x20444" text=".onStatus(% infoObject %)" type="event" object="NetStream" version="6"/>
						<string name="onMetaData" tiptext="Invoked when information embedded in the FLV file being played is received" helpid="x21862" text=".onMetaData(% infoObject:Object %)" object="NetStream" version="7"/>
					</folder>
				</folder>
				<folder name="Video" id="Video" index="true" sort="false" tiptext="Class to create video object" version="6" helpid="x20578">
					<folder name="Methods" id="Methods" tiptext="Methods of the Video class" version="6" helpid="x20579">
						<string name="attachVideo" tiptext="Specifies a video feed to be displayed inside the video object on the Stage" helpid="x20452" text=".attachVideo(% source %)" object="Video" version="6"/>
						<string name="clear" tiptext="Clears the video object" text=".clear()" helpid="x2057B" object="Video" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the Video class" version="6" helpid="x2057A">
						<string name="deblocking" tiptext="Specifies whether the video is being deblocked" helpid="x20456" text=".deblocking" object="Video" version="6"/>
						<string name="height" tiptext="Natural height of the video in pixels" helpid="x2044B" text=".height" object="Video" version="6"/>
						<string name="smoothing" tiptext="Specifies whether the video is being smoothed" helpid="x20457" text=".smoothing" object="Video" version="6"/>
						<string name="width" tiptext="Natural width of the video in pixels" helpid="x2044C" text=".width" object="Video" version="6"/>
					</folder>
				</folder>
			</folder>
			<folder name="Movie" id="Movie" tiptext="Classes for scripting Flash movies" helpid="x20AB0" version="5">
				<!--Context Menu objects-->
				<!--Button object-->
				<!--Color object-->
				<!--Key Object-->
				<!--Mouse object-->
				<!--MovieClip object-->
				<!--Selection object-->
				<!--TextField object-->
				<ifdef mode="FEATURE_ACCESSIBILITY">
					<folder name="Accessibility" id="Accessibility" index="true" tiptext="Class for creating accessible movies" helpid="x20BA8" version="6">
						<folder name="Methods" id="Methods" tiptext="Methods of the Accessibility object" helpid="x20587" version="6">
							<string name="isActive" text="Accessibility.isActive()" tiptext="Returns true if Accessibility is active, false otherwise" helpid="x20BA9" version="6" object="Accessibility"/>
							<string name="updateProperties" text="Accessibility.updateProperties()" tiptext="Causes Flash Player to reexamine all accessibility properties" helpid="x20520" version="7" object="Accessibility"/>
						</folder>
					</folder>
				</ifdef>
				<folder name="Context Menu" id="Context" sort="false" index="true" tiptext="Classes for customizing Flash Player context menu" helpid="x20476" version="7">
					<folder name="ContextMenu" id="ContextMenu" sort="false" index="true" tiptext="Class which represents controlling context menu instances" helpid="x20431" version="7">
						<string name="new ContextMenu" tiptext="Creates a new ContextMenu object" helpid="x20436" text="new ContextMenu(%%)" text2="new ContextMenu(% callbackFunction %)" type="expression" version="7"/>
						<folder name="Methods" id="Methods" tiptext="Methods of ContextMenu objects" helpid="x20432" version="6">
							<string name="copy" tiptext="Creates a copy of the ContextMenu" helpid="x20435" object="ContextMenu" text=".copy()" version="7"/>
							<string name="hideBuiltInItems" tiptext="Sets all members of builtInItems to false" helpid="x20524" object="ContextMenu" text=".hideBuiltInItems()" version="7"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of ContextMenu objects" helpid="x20433" version="7">
							<string name="customItems" tiptext="Array of ContextMenuItem objects" helpid="x2042D" object="ContextMenu" text=".customItems" version="7"/>
						</folder>
						<folder name="Objects" id="Objects" tiptext="Objects of the ContextMenu object" helpid="x20523" version="7">
							<folder name="builtInItems" id="builtInItems" tiptext="Object with boolean members controling visibility of standard menu items" helpid="x20523" version="7">
								<folder name="Properties" id="Properties" tiptext="Properties of builtInItems object" helpid="x20523" version="7">
									<string name="save" tiptext="If true, Save menu item is visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.save" version="7"/>
									<string name="zoom" tiptext="If true, Zoom menu items are visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.zoom" version="7"/>
									<string name="quality" tiptext="If true, Quality menu items are visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.quality" version="7"/>
									<string name="play" tiptext="If true, Play menu item is visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.play" version="7"/>
									<string name="loop" tiptext="If true, Loop menu item is visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.loop" version="7"/>
									<string name="rewind" tiptext="If true, Rewind menu item is visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.rewind" version="7"/>
									<string name="forward_back" tiptext="If true, Forward and Back menu items are visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.forward_back" version="7"/>
									<string name="print" tiptext="If true, Print menu item is visible, if false not" helpid="x20523" object="ContextMenu" text=".builtInItems.print" version="7"/>
								</folder>
							</folder>
						</folder>
						<folder name="Event Handlers" id="Event handlers" tiptext="Event handlers of the ContextMenu class" helpid="x20434" version="7">
							<string name="onSelect" tiptext="Invoked before the menu is displayed" helpid="x2042F" object="ContextMenu" text=".onSelect" type="event" version="7"/>
						</folder>
					</folder>
					<folder name="ContextMenuItem" id="ContextMenuItem" sort="false" index="true" tiptext="Class which represents context menu items" helpid="x20477" version="7">
						<string name="new ContextMenuItem" tiptext="Creates a new ContextMenuItem object" helpid="x20437" text="new ContextMenuItem(% caption, onSelect %)" text2="new ContextMenuItem(% caption, onSelect, separatorBefore %)" text3="new ContextMenuItem(% caption, onSelect, separatorBefore, enabled %)" text4="new ContextMenuItem(% caption, onSelect, separatorBefore, enabled, visible %)" type="expression" version="7"/>
						<folder name="Methods" id="Methods" tiptext="Methods of ContextMenuItem objects" helpid="x20478" version="6">
							<string name="copy" tiptext="Creates a copy of the ContextMenuItem" helpid="x20526" object="ContextMenuItem" text=".copy()" version="7"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of ContextMenuItem objects" helpid="x20479" version="6">
							<string name="caption" tiptext="Text of the menu item" helpid="x20525" object="ContextMenuItem" text=".caption" version="7"/>
							<string name="separatorBefore" tiptext="If true, a menu separator will be placed before the item; if false, not" helpid="x20529" object="ContextMenuItem" text=".separatorBefore" version="7"/>
							<string name="enabled" tiptext="If true, item is enabled; if false, disabled" helpid="x20527" object="ContextMenuItem" text=".enabled" version="7"/>
							<string name="visible" tiptext="If true, item is visible; if false, not" helpid="x2052A" object="ContextMenuItem" text=".visible" version="7"/>
						</folder>
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the ContextMenuItem class" helpid="x2047A" version="6">
							<string name="onSelect" tiptext="Invoked when the item is selected" helpid="x20528" object="ContextMenuItem" text=".onSelect" type="event" version="7"/>
						</folder>
					</folder>
				</folder>
				<ifdef mode="FEATURE_OBJECT_MODEL">
					<folder name="Button" id="Button" sort="false" index="true" tiptext="Class which represents button instances" helpid="x20A6C" version="6">
						<folder name="Methods" id="Methods" tiptext="Methods of Button objects" helpid="x20BB9" version="6">
							<string name="getDepth" tiptext="Returns the absolute &quot;z&quot; order of the button" helpid="x20BBA" object="Button" text=".getDepth()" version="6"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of Button objects" helpid="x20A7E" version="6">
							<string name="enabled" tiptext="If true, button is enabled; if false, disabled" helpid="x20A32" object="Button" text=".enabled" version="6"/>
							<string name="useHandCursor" tiptext="If true, use hand cursor over button rather than arrow" helpid="x20A33" object="Button" text=".useHandCursor" version="6"/>
							<string name="menu" tiptext="Context Menu object to use for the button" helpid="x2054A" object="Button" text=".menu" version="7"/>
							<ifdef mode="FEATURE_EVENT_MODEL">
								<string name="tabIndex" tiptext="Tab index of button" helpid="x20AA9" object="Button" text=".tabIndex" version="6"/>
								<string name="tabEnabled" tiptext="If true, tab stop enabled; if false, disabled" helpid="x20AAA" object="Button" text=".tabEnabled" version="6"/>
								<string name="trackAsMenu" tiptext="Track as Menu Item for Buttons" helpid="x20B4D" object="Button" text=".trackAsMenu" version="6"/>
							</ifdef>
							<string name="_x" description="X Position" tiptext="X position of the button" helpid="x20556" object="Button" text="._x" version="4"/>
							<string name="_y" description="Y Position" tiptext="Y position of the button" helpid="x20559" object="Button" text="._y" version="4"/>
							<string name="_xmouse" description="X Mouse Position" tiptext="X position of the mouse" helpid="x20557" object="Button" text="._xmouse" version="5"/>
							<string name="_ymouse" description="Y Mouse Position" tiptext="Y position of the mouse" helpid="x2055A" object="Button" text="._ymouse" version="5"/>
							<string name="_xscale" description="X Scale Factor" tiptext="X scale factor of the button (percentage)" helpid="x20558" object="Button" text="._xscale" version="4"/>
							<string name="_yscale" description="Y Scale Factor" tiptext="Y scale factor of the button (percentage)" helpid="x2055B" object="Button" text="._yscale" version="4"/>
							<string name="_width" description="Width" tiptext="Width of the button" helpid="x20555" object="Button" text="._width" version="4"/>
							<string name="_height" description="Height" tiptext="Height of the button" helpid="x20548" object="Button" text="._height" version="4"/>
							<string name="_alpha" description="Alpha" tiptext="Alpha transparency of the button (percentage)" helpid="x20546" object="Button" text="._alpha" version="4"/>
							<string name="_visible" description="Visibility" tiptext="Returns true if the button is visible, false if hidden" helpid="x20554" object="Button" text="._visible" version="4"/>
							<string name="_rotation" description="Rotation" tiptext="Angle of rotation of the button (degrees)" helpid="x20550" object="Button" text="._rotation" version="4"/>
							<string name="_name" description="Name" tiptext="Instance name of the button" helpid="x2054B" object="Button" text="._name" version="4"/>
							<string name="_target" description="Target" tiptext="Target path of the button" helpid="x20552" object="Button" text="._target" version="4"/>
							<string name="_focusrect" description="Show focus rectangle" tiptext="Returns false if tab focus rectangles are hidden, true if displayed" helpid="x20547" object="Button" text="._focusrect" version="4"/>
							<string name="_url" description="Movie clip URL" tiptext="URL the button was loaded from" helpid="x20553" object="Button" text="._url" version="4"/>
							<string name="_parent" description="Movie clip URL" tiptext="The parent of the current button" helpid="x2054E" object="Button" text="._parent" version="5"/>
							<string name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="x20521" text="._accProps" object="Button" version="7"/>
							<string name="_quality" tiptext="Sets or retrieves the rendering quality used for a SWF file" helpid="x2054F" text="._quality" object="Button" version="6"/>
							<string name="_soundbuftime" tiptext="Specifies the number of seconds a sound prebuffers before it starts to stream" helpid="x20551" text="._soundbuftime" object="Button" version="6"/>
							<string name="filters" text=".filters" object="Button" version="8" helpid="x229DF" tiptext="Specifies each filter object currently associated with the button."/>
							<string name="scale9Grid" text=".scale9Grid" object="Button" version="8" helpid="x229CB" tiptext="A Rectangle that defines the nine scaling regions for the button."/>
						</folder>
						<ifdef mode="FEATURE_EVENT_MODEL">
							<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of Button objects" helpid="x20A6C" version="6">
								<string name="onPress" tiptext="Invoked when press event occurs" helpid="x20A6D" object="Button" text=".onPress" version="6" type="event"/>
								<string name="onRelease" tiptext="Invoked when release event occurs" helpid="x20A6E" object="Button" text=".onRelease" version="6" type="event"/>
								<string name="onReleaseOutside" tiptext="Invoked when releaseOutside event occurs" helpid="x20A6F" object="Button" text=".onReleaseOutside" version="6" type="event"/>
								<string name="onRollOver" tiptext="Invoked when rollOver event occurs" helpid="x20A70" object="Button" text=".onRollOver" version="6" type="event"/>
								<string name="onRollOut" tiptext="Invoked when rollOut event occurs" helpid="x20A71" object="Button" text=".onRollOut" version="6" type="event"/>
								<string name="onDragOver" tiptext="Invoked when dragOver event occurs" helpid="x20A72" object="Button" text=".onDragOver" version="6" type="event"/>
								<string name="onDragOut" tiptext="Invoked when dragOut event occurs" helpid="x20A73" object="Button" text=".onDragOut" version="6" type="event"/>
								<string name="onSetFocus" tiptext="Invoked when button receives focus" helpid="x20A80" object="Button" text=".onSetFocus(oldFocus)" version="6" type="event"/>
								<string name="onKillFocus" tiptext="Invoked when button loses focus" helpid="x20A81" object="Button" text=".onKillFocus(newFocus)" version="6" type="event"/>
								<string name="onKeyUp" tiptext="Invoked when the button has input focus and a key is released" helpid="x2054D" object="Button" text=".onKeyUp()" version="6" type="event"/>
								<string name="onKeyDown" tiptext="Invoked when the button has input focus and a key is pressed" helpid="x2054C" object="Button" text=".onKeyDown()" version="6" type="event"/>
							</folder>
						</ifdef>
					</folder>
				</ifdef>
				<folder name="Color" id="Color" index="true" sort="false" tiptext="Class that controls the color transform of movie clips" helpid="x208DC" version="5">
					<string name="new Color" tiptext="Creates a color object" helpid="x208DB" text="new Color(% target %)" type="expression" version="5"/>
					<folder name="Methods" id="Methods" tiptext="Methods of the Color object" helpid="x20AA1" version="5">
						<string name="getRGB" tiptext="Gets the color RGB offsets transform" helpid="x208D9" object="Color" text=".getRGB()" version="5"/>
						<string name="getTransform" tiptext="Gets the color transform" helpid="x208DA" object="Color" text=".getTransform()" version="5"/>
						<string name="setRGB" tiptext="Sets the color RGB offsets of the color transform" helpid="x208DD" object="Color" text=".setRGB(% 0xRRGGBB %)" version="5"/>
						<string name="setTransform" tiptext="Sets the color transform" helpid="x208DE" object="Color" text=".setTransform(% cxform %)" version="5"/>
					</folder>
				</folder>
				<folder name="Key" id="Key" index="true" sort="false" tiptext="Class to help you interface with the keyboard" helpid="x2094A" version="5">
					<folder name="Methods" id="Methods" tiptext="Methods of the Key class" helpid="x20A9C" version="5">
						<string name="getAscii" tiptext="Gets the ASCII code of the last key pressed or released" helpid="x2093C" text="Key.getAscii()" version="5" object="Key"/>
						<string name="getCode" tiptext="Gets the virtual key code of the last key pressed or released" helpid="x2093B" text="Key.getCode()" version="5" object="Key"/>
						<string name="isDown" tiptext="Returns true if key is down" helpid="x20947" text="Key.isDown(% keyCode %)" version="5" object="Key"/>
						<string name="isToggled" tiptext="Returns true if key is toggled" helpid="x20948" text="Key.isToggled(% keyCode %)" version="5" object="Key"/>
						<string name="addListener" tiptext="Adds a listener for onKeyDown/onKeyUp events" helpid="x20B8D" text="Key.addListener(% listener %)" version="6" object="Key"/>
						<string name="removeListener" tiptext="Removes a listener for onKeyDown/onKeyUp events" helpid="x20B8E" text="Key.removeListener(% listener %)" version="6" object="Key"/>
					</folder>
					<folder name="Constants" id="Constants" tiptext="Constant properties of the Key class" helpid="x20A9D" version="5">
						<string name="BACKSPACE" tiptext="Virtual key code for &lt;BACKSPACE&gt;" helpid="x2093D" text="Key.BACKSPACE" version="5" object="Key"/>
						<string name="CAPSLOCK" tiptext="Virtual key code for &lt;CAPSLOCK&gt;" helpid="x2093E" text="Key.CAPSLOCK" version="5" object="Key"/>
						<string name="CONTROL" tiptext="Virtual key code for &lt;CONTROL&gt;" helpid="x2093F" text="Key.CONTROL" version="5" object="Key"/>
						<string name="DELETEKEY" tiptext="Virtual key code for &lt;DELETE&gt;" helpid="x20940" text="Key.DELETEKEY" version="5" object="Key"/>
						<string name="DOWN" tiptext="Virtual key code for &lt;DOWN&gt;" helpid="x20941" text="Key.DOWN" version="5" object="Key"/>
						<string name="END" tiptext="Virtual key code for &lt;END&gt;" helpid="x20942" text="Key.END" version="5" object="Key"/>
						<string name="ENTER" tiptext="Virtual key code for &lt;ENTER&gt;" helpid="x20943" text="Key.ENTER" version="5" object="Key"/>
						<string name="ESCAPE" tiptext="Virtual key code for &lt;ESCAPE&gt;" helpid="x20944" text="Key.ESCAPE" version="5" object="Key"/>
						<string name="HOME" tiptext="Virtual key code for &lt;HOME&gt;" helpid="x20945" text="Key.HOME" version="5" object="Key"/>
						<string name="INSERT" tiptext="Virtual key code for &lt;INSERT&gt;" helpid="x20946" text="Key.INSERT" version="5" object="Key"/>
						<string name="LEFT" tiptext="Virtual key code for &lt;LEFT&gt;" helpid="x20949" text="Key.LEFT" version="5" object="Key"/>
						<string name="PGUP" tiptext="Virtual key code for &lt;PGUP&gt;" helpid="x2094C" text="Key.PGUP" version="5" object="Key"/>
						<string name="PGDN" tiptext="Virtual key code for &lt;PGDN&gt;" helpid="x2094B" text="Key.PGDN" version="5" object="Key"/>
						<string name="RIGHT" tiptext="Virtual key code for &lt;RIGHT&gt;" helpid="x2094D" text="Key.RIGHT" version="5" object="Key"/>
						<string name="SHIFT" tiptext="Virtual key code for &lt;SHIFT&gt;" helpid="x2094E" text="Key.SHIFT" version="5" object="Key"/>
						<string name="SPACE" tiptext="Virtual key code for &lt;SPACE&gt;" helpid="x2094F" text="Key.SPACE" version="5" object="Key"/>
						<string name="TAB" tiptext="Virtual key code for &lt;TAB&gt;" helpid="x20950" text="Key.TAB" version="5" object="Key"/>
						<string name="UP" tiptext="Virtual key code for &lt;UP&gt;" helpid="x20951" text="Key.UP" version="5" object="Key"/>
					</folder>
					<ifdef mode="FEATURE_EVENT_MODEL">
						<folder name="Listeners" id="Listeners" tiptext="Listeners of the Key object" helpid="x2058D" version="6">
							<string name="onKeyDown" tiptext="Listener invoked when key is pressed" helpid="x20BA4" text=".onKeyDown" version="6" type="listener"/>
							<string name="onKeyUp" tiptext="Listener invoked when key is released" helpid="x20BA5" text=".onKeyUp" version="6" type="listener"/>
						</folder>
					</ifdef>
				</folder>
				<folder name="LocalConnection" id="LocalConnection" index="true" sort="false" tiptext="Class to communicate between local SWFs" version="6" helpid="x20540">
					<string name="new LocalConnection" tiptext="Create a new LocalConnection object" text="new LocalConnection()" version="6" helpid="x2050C" type="expression"/>
					<folder name="Methods" id="Methods" tiptext="Methods for the LocalConnection class" version="6" helpid="x20541">
						<string name="close" tiptext="Close an open connection" text=".close()" object="LocalConnection" version="6" helpid="x2052D"/>
						<string name="connect" tiptext="Register as a target for send by other LocalConnections" text=".connect(% name %)" object="LocalConnection" version="6" helpid="x2052E"/>
						<string name="domain" tiptext="Will return string used as a prefix to your connection name" text=".domain()" object="LocalConnection" version="6" helpid="x2052F"/>
						<string name="send" tiptext="Invoke method on another LocalConnection connected as target" text=".send(% target, method, ... %)" object="LocalConnection" version="6" helpid="x20531"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events generated by LocalConnection objects" version="6" helpid="x20542">
						<string name="onStatus" tiptext="Invoked when send is dispatched" text=".onStatus(% infoObject %)" object="LocalConnection" version="6" helpid="x20530"/>
						<string name="allowDomain" tiptext="Allows movies from other domains to access current movie" text=".allowDomain(% domain1, ..., domainN %)" object="LocalConnection" version="6" helpid="x2052C"/>
						<string name="allowInsecureDomain" tiptext="Allows movies from an insecure domain to access current movie in secure domain" text=".allowInsecureDomain(% domain1, ..., domainN %)" object="LocalConnection" version="7" helpid="x2051D"/>
					</folder>
				</folder>
				<folder name="Mouse" id="Mouse" sort="false" tiptext="Class that controls the mouse cursor" helpid="x20970" version="5" index="true">
					<folder name="Methods" id="Methods" tiptext="Methods of the Mouse class" helpid="x20A99" version="5">
						<string name="show" tiptext="Show the mouse cursor" helpid="x20971" text="Mouse.show()" version="5" object="Mouse"/>
						<string name="hide" tiptext="Hide the mouse cursor" helpid="x2096F" text="Mouse.hide()" version="5" object="Mouse"/>
						<ifdef mode="FEATURE_EVENT_MODEL">
							<string name="addListener" tiptext="Adds a listener for onMouseDown/onMouseMove/onMouseUp events" helpid="x20B8F" text="Mouse.addListener(% listener %)" version="6" object="Mouse"/>
							<string name="removeListener" tiptext="Removes a listener for onMouseDown/onMouseMove/onMouseUp events" helpid="x20B90" text="Mouse.removeListener(% listener %)" version="6" object="Mouse"/>
						</ifdef>
					</folder>
					<ifdef mode="FEATURE_EVENT_MODEL">
						<folder name="Listeners" id="Listeners" tiptext="Listeners of the Mouse object" helpid="x20B9F" version="6">
							<string name="onMouseDown" tiptext="Listener invoked when mouse button is pressed" helpid="x20BA0" text=".onMouseDown" version="6" type="listener"/>
							<string name="onMouseMove" tiptext="Listener invoked when mouse is moved" helpid="x20BA1" text=".onMouseMove" version="6" type="listener"/>
							<string name="onMouseUp" tiptext="Listener invoked when mouse button is released" helpid="x20BA2" text=".onMouseUp" version="6" type="listener"/>
							<string name="onMouseWheel" tiptext="Listener invoked when mouse wheel is scrolled" helpid="x20493" text=".onMouseWheel(delta,scrollTarget)" version="7" type="listener"/>
						</folder>
					</ifdef>
				</folder>
				<!-- MovieClipLoader object -->
				<folder name="MovieClipLoader" id="MovieClipLoader" index="true" sort="false" tiptext="Object used to load SWF, JPEG, GIF or PNG files into a movie clip or level" helpid="x20481" version="7">
					<string name="new MovieClipLoader" tiptext="Creates new MovieClipLoader object" helpid="x2048D" text="new MovieClipLoader(%%)" type="expression" version="7"/>
					<folder name="Methods" id="Methods" sort="false" tiptext="Methods of MovieClipLoader object" helpid="x2047D" version="7">
						<string name="addListener" tiptext="Adds a listener for the MovieClipLoader events" helpid="x20488" object="MovieClipLoader" text=".addListener(% listener %)" version="7"/>
						<string name="getProgress" tiptext="Returns an object containing information about the download progress" helpid="x204A8" object="MovieClipLoader" text=".getProgress(% target %)" version="7"/>
						<string name="loadClip" tiptext="Loads a url into a target movie clip or level" helpid="x2049A" object="MovieClipLoader" text=".loadClip(% url, target %)" version="7"/>
						<string name="removeListener" tiptext="Removes a listener for the MovieClipLoader events" helpid="x204A2" object="MovieClipLoader" text=".removeListener(% listener %)" version="7"/>
						<string name="unloadClip" tiptext="Unloads a target movie clip or level" helpid="x204B2" object="MovieClipLoader" text=".unloadClip(% target %)" version="7"/>
					</folder>
					<folder name="Listeners" id="Listeners" tiptext="Listeners of the MovieClipLoader object" helpid="x2047C" version="7">
						<string name="onLoadComplete" tiptext="Listener invoked when the download completes" helpid="x20494" text=".onLoadComplete(% target [, httpStatus] %)" version="7" type="listener"/>
						<string name="onLoadError" tiptext="Listener invoked when the download fails due to an error" helpid="x20495" text=".onLoadError(% target, errorCode [, httpStatus] %)" version="7" type="listener"/>
						<string name="onLoadInit" tiptext="Listener invoked when the downloaded movie is initialized" helpid="x20498" text=".onLoadInit(% target %)" version="7" type="listener"/>
						<string name="onLoadProgress" tiptext="Listener invoked when the download progresses by a Flash player defined amount" helpid="x20496" text=".onLoadProgress(% target, bytesLoaded, bytesTotal %)" version="7" type="listener"/>
						<string name="onLoadStart" tiptext="Listener invoked when the download starts" helpid="x20497" text=".onLoadStart(% target %)" version="7" type="listener"/>
					</folder>
					<folder name="Properties" id="MovieClipLoaderProperties" tiptext="Properties of MovieClipLoader object" helpid="x2047D" version="6">
						<string name="checkPolicyFile" tiptext="If true, attempt to download a cross-domain policy file from the loaded object's server." helpid="x22AF1" object="MovieClipLoader" text=".checkPolicyFile" version="9"/>
					</folder>
				</folder>
				<!-- PrintJob object -->
				<folder name="PrintJob" id="PrintJob" index="true" sort="false" tiptext="Object that represents a print job" helpid="x20543" version="7">
					<string name="new PrintJob" tiptext="Creates new PrintJob object" helpid="x2048E" text="new PrintJob(%%)" type="expression" version="7"/>
					<folder name="Methods" id="Methods" sort="false" tiptext="Methods of PrintJob object" helpid="x20544" version="7">
						<string name="start" tiptext="Starts the print job" helpid="x2053D" object="PrintJob" text=".start()" version="7"/>
						<string name="addPage" tiptext="Adds a page to the print job" helpid="x2053B" object="PrintJob" text=".addPage(% target [, printArea, options, frameNum] %)" version="7"/>
						<string name="send" tiptext="Sends all pages to the printer" helpid="x2053C" object="PrintJob" text=".send()" version="7"/>
					</folder>
					<folder name="Properties" id="Properties" sort="false" tiptext="Properties of PrintJob object" helpid="x2053D" version="7">
						<string name="paperWidth" tiptext="Width of printer's paper" helpid="x2053D" object="PrintJob" text=".paperWidth" version="7"/>
						<string name="paperHeight" tiptext="Height of printer's paper" helpid="x2053D" object="PrintJob" text=".paperHeight" version="7"/>
						<string name="pageWidth" tiptext="Width of printable area" helpid="x2053D" object="PrintJob" text=".pageWidth" version="7"/>
						<string name="pageHeight" tiptext="Height of printable area" helpid="x2053D" object="PrintJob" text=".pageHeight" version="7"/>
						<string name="orientation" tiptext="Orientation of printer's paper" helpid="x2053D" object="PrintJob" text=".orientation" version="7"/>
					</folder>
				</folder>
				<folder name="Selection" id="Selection" sort="false" index="true" tiptext="Class that controls the edit text selection and focus" helpid="x209A7" version="5">
					<folder name="Methods" id="Methods" tiptext="Methods of the Selection class" helpid="x20A94" version="5">
						<string name="getBeginIndex" tiptext="Gets the beginning index of the edit text selection, -1 if none" helpid="x209A3" text="Selection.getBeginIndex()" object="Selection" version="5"/>
						<string name="getEndIndex" tiptext="Gets the end index of the edit text selection, -1 if none" helpid="x209A5" text="Selection.getEndIndex()" object="Selection" version="5"/>
						<string name="getCaretIndex" tiptext="Gets the position of the edit text caret, -1 if none" helpid="x209A4" text="Selection.getCaretIndex()" object="Selection" version="5"/>
						<string name="getFocus" tiptext="Gets the variable name of the focused edit text field" helpid="x209A6" text="Selection.getFocus()" object="Selection" version="5"/>
						<string name="setFocus" tiptext="Sets the currently focused edit text field" helpid="x209A8" text="Selection.setFocus(% instanceName %)" object="Selection" version="5"/>
						<string name="setSelection" tiptext="Sets the beginning and end of the text selection" helpid="x209A9" text="Selection.setSelection(% beginIndex, endIndex %)" object="Selection" version="5"/>
						<string name="addListener" tiptext="Adds a listener for the onSetFocus event" helpid="x20B91" text="Selection.addListener(% listener %)" object="Selection" version="6"/>
						<string name="removeListener" tiptext="Removes a listener for the onSetFocus event" helpid="x20B92" text="Selection.removeListener(% listener %)" object="Selection" version="6"/>
					</folder>
					<ifdef mode="FEATURE_EVENT_MODEL">
						<folder name="Listeners" id="Listeners" tiptext="Listeners of the Selection object" helpid="x20A95" version="6">
							<string name="onSetFocus" tiptext="Listener invoked when focus changes" helpid="x20A7F" text=".onSetFocus(oldFocus, newFocus)" version="6" type="listener"/>
						</folder>
					</ifdef>
				</folder>
				<folder name="SharedObject" id="SharedObject" index="true" sort="false" tiptext="Class for working with locally saved data" helpid="x20501" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of the SharedObject class" helpid="x20502" version="6">
						<string name="flush" tiptext="Immediately writes a locally persistent shared object to a local file" helpid="x20506" text=".flush(% [reserveSize] %)" object="SharedObject" version="6"/>
						<string name="clear" tiptext="Purges data from the shared object" helpid="x20507" text=".clear()" object="SharedObject" version="6"/>
						<string name="getLocal" tiptext="Returns a reference to a locally persistent shared object" helpid="x20508" text=".getLocal(% name [, local_path, source] %)" object="SharedObject" version="6"/>
						<string name="getSize" tiptext="Get the current size of the shared object, in bytes" helpid="x20509" text=".getSize()" object="SharedObject" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the SharedObject class" helpid="x20503" version="6">
						<string name="data" tiptext="The attributes assigned to the data property of the object" helpid="x20505" text=".data" object="SharedObject" version="6"/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the SharedObject class" helpid="x20504" version="6">
						<string name="onStatus" tiptext="Invoked when a status message is posted for a shared object" helpid="x2050A" text=".onStatus(% infoObject %)" type="event" object="SharedObject" version="6"/>
						<string name="onSync" tiptext="Invoked when client and server shared object are synchronized after connection and when data object is changed" helpid="x20EDD" text=".onSync(% objArray %)" type="event" object="SharedObject" version="6"/>
					</folder>
				</folder>
				<ifdef mode="FEATURE_RESIZABLE_MOVIE_LAYOUT">
					<folder name="Stage" id="Stage" sort="false" tiptext="Object that controls characteristics of the Flash movie stage" helpid="x20B36" version="6" index="true">
						<folder name="Methods" id="Methods" tiptext="Methods of Stage object" helpid="x20B37" version="6" sort="true">
							<string name="addListener" tiptext="Adds a listener for the onResize event" helpid="x20B93" text="Stage.addListener(% listener %)" version="6" object="Stage"/>
							<string name="removeListener" tiptext="Removes a listener for the onResize event" helpid="x20B94" text="Stage.removeListener(% listener %)" version="6" object="Stage"/>
						</folder>
						<folder name="Properties" id="Properties" tiptext="Properties of the Stage object" helpid="x20B38" version="6">
							<string name="displayState" tiptext="You can use this property to check the current state of Flash Player." helpid="x22AF5" text="Stage.displayState" version="9" object="Stage"/>
							 <string name="fullScreenSourceRect" text="Stage.fullScreenSourceRect" tiptext="Sets Flash Player to scale a specific region of the stage to full-screen mode." version="" helpid="x22B7B"/>
							  <string name="fullScreenWidth" text="Stage.fullScreenWidth" tiptext="Returns the width of the monitor that will be used when going fullscreen if that state was entered immediately." version="" helpid="x22B7B"/>
                <string name="fullScreenHeight" text="Stage.fullScreenHeight" tiptext="Returns the height of the monitor that will be used when going fullscreen if that state was entered immediately." version="" helpid="x22B7B"/>
							<string name="showMenu" tiptext="Flash movie context menu visibility flag: show (true), hide (false)" helpid="x20B39" text="Stage.showMenu" version="6" object="Stage"/>
							<string name="scaleMode" tiptext="Flash movie scaling behavior: show all, exact fit, no border, or no scale" helpid="x20B3A" text="Stage.scaleMode" version="6" object="Stage"/>
							<string name="align" tiptext="Flash movie alignment behavior: centered(C), top(T), top-left(TL), etc." helpid="x20B3B" text="Stage.align" version="6" object="Stage"/>
							<string name="width" tiptext="The current width of the Flash movie stage, in pixels" helpid="x20B3C" text="Stage.width" version="6" object="Stage"/>
							<string name="height" tiptext="The current height of the Flash movie stage, in pixels" helpid="x2058C" text="Stage.height" version="6" object="Stage"/>
						</folder>
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the Stage object" helpid="x20B36" version="6">
							<string name="onResize" tiptext="Invoked when Flash movie has resized" helpid="x20BC3" text=".onResize" version="6" type="event"/>
						</folder>
						<ifdef mode="FEATURE_EVENT_MODEL">
							<folder name="Listeners" id="Listeners" tiptext="Listener events of the Stage class" helpid="x20B36" version="6">
								<string name="onFullScreen" tiptext="Listener invoked when the movie enters, or leaves, fullscreen mode" helpid="x22AF4" text=".onFullScreen()" version="9" type="listener"/>
								<string name="onResize" tiptext="Listener invoked when Stage is resized" helpid="x20BC3" text=".onResize()" version="6" type="listener"/>
							</folder>
						</ifdef>
					</folder>
				</ifdef>
				<!-- TextField object -->
				<folder name="TextField" id="TextField" sort="false" index="true" tiptext="Object which represents text field instances" helpid="x20A34" version="6">
					<ifdef mode="FEATURE_TEXTFIELD_OBJECT">
						<folder name="Methods" id="Methods" tiptext="Methods of text field objects" helpid="x20B7C" version="6">
							<string name="removeTextField" tiptext="Removes a text field created with createTextField" helpid="x20BAF" object="TextField" text=".removeTextField()" version="6"/>
							<string name="replaceSel" tiptext="Replace selected text with specified text" helpid="x20B7D" object="TextField" text=".replaceSel(% text %)" version="6"/>
							<string name="replaceText" tiptext="Replace range of characters in text field" helpid="x20BB0" object="TextField" text=".replaceText(% beginIndex, endIndex, text %)" version="7"/>
							<string name="getTextFormat" tiptext="Get text format information" helpid="x20B7F" object="TextField" text=".getTextFormat(% beginIndex, endIndex %)" version="6"/>
							<string name="setTextFormat" tiptext="Set text format information" helpid="x20B80" object="TextField" text=".setTextFormat(% textFormat %)" text2=".setTextFormat(% index, textFormat %)" text3=".setTextFormat(% beginIndex, endIndex, textFormat %)" version="6"/>
							<string name="getNewTextFormat" tiptext="Get text format information for new text" helpid="x20BB5" object="TextField" text=".getNewTextFormat()" version="6"/>
							<string name="setNewTextFormat" tiptext="Set text format information for new text" helpid="x20BB6" object="TextField" text=".setNewTextFormat(% textFormat %)" version="6"/>
							<string name="getFontList" tiptext="Get array containing names of fonts on system" helpid="x20B99" text="TextField.getFontList()" type="fixed" version="6" object="TextField"/>
							<string name="addListener" tiptext="Adds a listener for onChanged/onScroller events" helpid="x20BAA" text=".addListener(% listener %)" object="TextField" version="6"/>
							<string name="removeListener" tiptext="Removes a listener for onChanged/onScroller events" helpid="x20BAB" text=".removeListener(% listener %)" object="TextField" version="6"/>
							<string name="getDepth" tiptext="Returns the absolute &quot;z&quot; order of the text field" helpid="x20BBB" object="TextField" text=".getDepth()" version="6"/>
						</folder>
					</ifdef>
					<folder name="Properties" id="Properties" tiptext="Properties of TextField objects" helpid="x20A84" version="6">
						<string name="scroll" tiptext="Index of first visible line in text field" helpid="x20A35" object="TextField" text=".scroll" version="6"/>
						<string name="bottomScroll" tiptext="Index of last visible line in text field" helpid="x20B85" object="TextField" text=".bottomScroll" version="6"/>
						<string name="maxscroll" tiptext="Maximum value of .scroll in text field" helpid="x20A36" object="TextField" text=".maxscroll" version="6"/>
						<string name="type" tiptext="Type of text field ('dynamic' or 'input')" helpid="x20B9C" object="TextField" text=".type" version="6"/>
						<string name="textColor" tiptext="Color of text in text field" helpid="x20A56" object="TextField" text=".textColor" version="6"/>
						<string name="borderColor" tiptext="Color of border of text field" helpid="x20A57" object="TextField" text=".borderColor" version="6"/>
						<string name="backgroundColor" tiptext="Color of background of text field" helpid="x20A58" object="TextField" text=".backgroundColor" version="6"/>
						<string name="text" tiptext="Current text in the text field" helpid="x20A86" object="TextField" text=".text" version="6"/>
						<string name="htmlText" tiptext="Current text in the text field, with HTML tags" helpid="x20B6E" object="TextField" text=".htmlText" version="6"/>
						<string name="autoSize" tiptext="Text field auto-sizes to fit text" helpid="x20A85" object="TextField" text=".autoSize" version="6"/>
						<string name="variable" tiptext="Name of variable associated with text field" helpid="x20B6F" object="TextField" text=".variable" version="6"/>
						<string name="hscroll" tiptext="Current horizontal scrolling position" helpid="x20B70" object="TextField" text=".hscroll" version="6"/>
						<string name="maxhscroll" tiptext="Maximum value of .hscroll in text field" helpid="x20B71" object="TextField" text=".maxhscroll" version="6"/>
						<string name="maxChars" tiptext="Maximum number of characters that may be entered" helpid="x20B72" object="TextField" text=".maxChars" version="6"/>
						<string name="embedFonts" tiptext="Boolean; if true, use embedded font outlines" helpid="x20B73" object="TextField" text=".embedFonts" version="6"/>
						<string name="html" tiptext="Boolean; if true, use HTML for variable representation" helpid="x20B74" object="TextField" text=".html" version="6"/>
						<string name="border" tiptext="Boolean; if true, display border around text field" helpid="x20B75" object="TextField" text=".border" version="6"/>
						<string name="background" tiptext="Boolean; if true, display background behind text field" helpid="x20B76" object="TextField" text=".background" version="6"/>
						<string name="wordWrap" tiptext="Boolean; if true, perform word wrap at line ends" helpid="x20B77" object="TextField" text=".wordWrap" version="6"/>
						<string name="password" tiptext="Boolean; if true, display asterisks to hide characters" helpid="x20B78" object="TextField" text=".password" version="6"/>
						<string name="multiline" tiptext="Boolean; if true, user may enter multipline lines" helpid="x20B79" object="TextField" text=".multiline" version="6"/>
						<string name="restrict" tiptext="Set of characters accepted by the text field" helpid="x20BB4" object="TextField" text=".restrict" version="6"/>
						<string name="selectable" tiptext="Boolean; if true, user may select text with mouse/keyboard" helpid="x20B7A" object="TextField" text=".selectable" version="6"/>
						<string name="length" tiptext="Length of text in .text property" helpid="x20B7B" object="TextField" text=".length" version="6"/>
						<string name="textWidth" tiptext="Width of the text, in pixels" helpid="x20B86" object="TextField" text=".textWidth" version="6"/>
						<string name="textHeight" tiptext="Height of the text, in pixels" helpid="x20B87" object="TextField" text=".textHeight" version="6"/>
						<string name="tabIndex" tiptext="Tab index of text field" helpid="x20AA7" object="TextField" text=".tabIndex" version="6"/>
						<string name="tabEnabled" tiptext="If true, tab stop enabled; if false, disabled" helpid="x20AA8" object="TextField" text=".tabEnabled" version="6"/>
						<string name="styleSheet" tiptext="CSS style sheet object to use for text field" helpid="x20484" object="TextField" text=".styleSheet" version="7"/>
						<string name="condenseWhite" tiptext="If true, HTML whitespace will be condensed" helpid="x2051B" object="TextField" text=".condenseWhite" version="6"/>
						<string name="menu" tiptext="Context Menu object to use for the text field" helpid="x2055F" object="TextField" text=".menu" version="7"/>
						<string name="mouseWheelEnabled" tiptext="Enable Mouse Wheel" helpid="x20560" object="TextField" text=".mouseWheelEnabled" version="7"/>
						<string name="_x" description="X Position" tiptext="X position of the text field" helpid="x2056A" object="TextField" text="._x" version="4"/>
						<string name="_y" description="Y Position" tiptext="Y position of the text field" helpid="x2056D" object="TextField" text="._y" version="4"/>
						<string name="_xmouse" description="X Mouse Position" tiptext="X position of the mouse" helpid="x2056B" object="TextField" text="._xmouse" version="5"/>
						<string name="_ymouse" description="Y Mouse Position" tiptext="Y position of the mouse" helpid="x2056E" object="TextField" text="._ymouse" version="5"/>
						<string name="_xscale" description="X Scale Factor" tiptext="X scale factor of the text field (percentage)" helpid="x2056C" object="TextField" text="._xscale" version="4"/>
						<string name="_yscale" description="Y Scale Factor" tiptext="Y scale factor of the text field (percentage)" helpid="x2056F" object="TextField" text="._yscale" version="4"/>
						<string name="_width" description="Width" tiptext="Width of the text field" helpid="x20569" object="TextField" text="._width" version="4"/>
						<string name="_height" description="Height" tiptext="Height of the text field" helpid="x2055D" object="TextField" text="._height" version="4"/>
						<string name="_alpha" description="Alpha" tiptext="Alpha transparency of the text field (percentage)" helpid="x2055C" object="TextField" text="._alpha" version="4"/>
						<string name="_visible" description="Visibility" tiptext="Returns true if the text field is visible, false if hidden" helpid="x20568" object="TextField" text="._visible" version="4"/>
						<string name="_rotation" description="Rotation" tiptext="Angle of rotation of the text field (degrees)" helpid="x20564" object="TextField" text="._rotation" version="4"/>
						<string name="_name" description="Name" tiptext="Instance name of the text field" helpid="x20561" object="TextField" text="._name" version="4"/>
						<string name="_target" description="Target" tiptext="Target path of the text field" helpid="x20566" object="TextField" text="._target" version="4"/>
						<string name="_focusrect" description="Show focus rectangle" tiptext="Returns false if tab focus rectangles are hidden, true if displayed" helpid="x2091E" object="TextField" text="._focusrect" version="4"/>
						<string name="_url" description="Movie clip URL" tiptext="URL the text field was loaded from" helpid="x20567" object="TextField" text="._url" version="4"/>
						<string name="_parent" description="Movie clip URL" tiptext="The parent of the current text field" helpid="x20562" object="TextField" text="._parent" version="5"/>
						<string name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="x20521" text="._accProps" object="TextField" version="7"/>
						<!-- new FP8 TextField properties -->
						<string name="antiAliasType" text=".antiAliasType" object="TextField" version="8" helpid="x216B0" tiptext="The type of anti-aliasing used for this TextField instance."/>
						<string name="gridFitType" text=".gridFitType" object="TextField" version="8" helpid="x216B1" tiptext="The type of grid fitting used for this TextField instance."/>
						<string name="sharpness" text=".sharpness" object="TextField" version="8" helpid="x216B2" tiptext="The sharpness of the glyph edges."/>
						<string name="thickness" text=".thickness" object="TextField" version="8" helpid="x216B3" tiptext="The thickness of the glyph edges."/>
					</folder>
					<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of text field objects" helpid="x20A87" version="6">
						<string name="onChanged" tiptext="Invoked when text changes" helpid="x20A88" object="TextField" text=".onChanged" version="6" type="event"/>
						<string name="onSetFocus" tiptext="Invoked when text field receives focus" helpid="x20A89" object="TextField" text=".onSetFocus(oldFocus)" version="6" type="event"/>
						<string name="onKillFocus" tiptext="Invoked when text field loses focus" helpid="x20A8A" object="TextField" text=".onKillFocus(newFocus)" version="6" type="event"/>
						<string name="onScroller" tiptext="Invoked when scrolling position/range changes" helpid="x20B4E" object="TextField" text=".onScroller" version="6" type="event"/>
					</folder>
					<folder name="StyleSheet" id="StyleSheet" sort="false" index="true" tiptext="Object which represents text field style sheets" helpid="x20574" version="7">
						<string name="new StyleSheet" tiptext="Construct a new TextField.StyleSheet object" text="new TextField.StyleSheet()" helpid="x2049B" type="expression" version="7"/>
						<folder name="Methods" id="Methods" tiptext="Methods of TextField.StyleSheet objects" helpid="x20575" version="7">
							<string name="getStyle" tiptext="Gets the style declarations for a CSS selector" helpid="x20490" object="[TextField.StyleSheet]" text=".getStyle(% name %)" version="7"/>
							<string name="setStyle" tiptext="Sets the style declarations for a CSS selector" helpid="x2049C" object="[TextField.StyleSheet]" text=".setStyle(% name, object %)" version="7"/>
							<string name="clear" tiptext="Clears the style sheet of all declarations" helpid="x20491" object="[TextField.StyleSheet]" text=".clear()" version="7"/>
							<string name="getStyleNames" tiptext="Retrieves the selector names in the style sheet" helpid="x204A3" object="[TextField.StyleSheet]" text=".getStyleNames()" version="7"/>
							<string name="parseCSS" tiptext="Parses a CSS text string into the style sheet" helpid="x204A0" object="[TextField.StyleSheet]" text=".parseCSS(% cssText %)" version="7"/>
							<string name="transform" tiptext="Transforms a CSS selector into a TextFormat" helpid="x20492" object="[TextField.StyleSheet]" text=".transform(% cssSelector %)" version="7"/>
							<string name="load" tiptext="Loads a CSS style sheet from a URL" helpid="x20499" object="[TextField.StyleSheet]" text=".load(% url %)" version="7"/>
						</folder>
						<folder name="Event Handlers" id="Event Handlers" tiptext="Event handlers of the TextField.StyleSheet object" helpid="x20576" version="7">
							<string name="onLoad" tiptext="Invoked when load completes" helpid="x2053E" object="[TextField.StyleSheet]" text=".onLoad(success)" version="7" type="event"/>
						</folder>
					</folder>
				</folder>
				<folder name="TextFormat" id="TextFormat" sort="false" index="true" tiptext="Object that controls text formatting in text fields" helpid="x20B5A" version="6">
					<string name="new TextFormat" tiptext="Construct a new TextFormat object" text="new TextFormat()" helpid="x20B68" type="expression" version="6"/>
					<folder name="Methods" id="Methods" tiptext="Methods of TextFormat objects" helpid="x20B9A" version="6">
						<string name="getTextExtent" tiptext="Get X and Y extents of text" helpid="x20B9B" object="TextFormat" text=".getTextExtent(% text [, width] %)" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of TextFormat objects" helpid="x20B5B" version="6">
						<string name="font" tiptext="Name of text font" object="TextFormat" text=".font" helpid="x20B5C" version="6"/>
						<string name="size" tiptext="Point size of text" object="TextFormat" text=".size" helpid="x20B5D" version="6"/>
						<string name="color" tiptext="Color of text" object="TextFormat" text=".color" helpid="x20B5E" version="6"/>
						<string name="url" tiptext="URL hyperlink of text, null if none" object="TextFormat" text=".url" helpid="x20B5F" version="6"/>
						<string name="target" tiptext="Target window of hyperlink, null if none" object="TextFormat" text=".target" helpid="x20B60" version="6"/>
						<string name="bold" tiptext="Boolean indicating whether text is bold" object="TextFormat" text=".bold" helpid="x20B61" version="6"/>
						<string name="italic" tiptext="Boolean indicating whether text is italicized" object="TextFormat" text=".italic" helpid="x20B62" version="6"/>
						<string name="underline" tiptext="Boolean indicating whether text is underlined" object="TextFormat" text=".underline" helpid="x20B67" version="6"/>
						<string name="align" tiptext="Alignment of text (left, center, right)" object="TextFormat" text=".align" helpid="x20B69" version="6"/>
						<string name="leftMargin" tiptext="Left margin of text" object="TextFormat" text=".leftMargin" helpid="x20B6A" version="6"/>
						<string name="rightMargin" tiptext="Right margin of text" object="TextFormat" text=".rightMargin" helpid="x20B6B" version="6"/>
						<string name="indent" tiptext="Indentation of initial line in paragraph" object="TextFormat" text=".indent" helpid="x20B6C" version="6"/>
						<string name="blockIndent" tiptext="Indentation applied to all lines in paragraph" object="TextFormat" text=".blockIndent" helpid="x20BC4" version="6"/>
						<string name="leading" tiptext="Inter-line leading of text" object="TextFormat" text=".leading" helpid="x20B6D" version="6"/>
						<string name="bullet" tiptext="Boolean indicating whether text is bulleted" object="TextFormat" text=".bullet" helpid="x20BB1" version="6"/>
						<string name="tabStops" tiptext="Array indicating positions of tab stops" object="TextFormat" text=".tabStops" helpid="x20BB2" version="6"/>
						<string name="kerning" tiptext="Boolean indicating where kerning is enabled" object="TextFormat" text=".kerning" helpid="x216AE" version="8"/>
						<string name="letterSpacing" tiptext="Amount of space uniformly distributed between characters" object="TextFormat" text=".letterSpacing" helpid="x216AF" version="8"/>
					</folder>
				</folder>
				<folder name="TextSnapshot" id="TextSnapshot" sort="false" index="true" tiptext="Object that represents the static text on a specific MovieClip" helpid="x20459" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of TextSnapshot objects" helpid="x20480" version="6">
						<string name="getCount" tiptext="Get the total number of characters of static text" helpid="x2048F" object="TextSnapshot" text=".getCount()" version="6"/>
						<string name="setSelected" tiptext="Set a range of characters to be selected or unselected" helpid="x204AE" object="TextSnapshot" text=".setSelected(% start, end, isSelected %)" version="6"/>
						<string name="getSelected" tiptext="Returns true if at least one character in the range is selected" helpid="x204AC" object="TextSnapshot" text=".getSelected(% start, end %)" version="6"/>
						<string name="getText" tiptext="Return a string containing all text in the range" helpid="x204A5" object="TextSnapshot" text=".getText(% start, end, includeLineEndings %)" version="6"/>
						<string name="getSelectedText" tiptext="Return a string containing all selected text" helpid="x204A4" object="TextSnapshot" text=".getSelectedText(% includeLineEndings %)" version="6"/>
						<string name="hitTestTextNearPos" tiptext="Return index of character closest to given x,y position" helpid="x204A6" object="TextSnapshot" text=".hitTestTextNearPos(% x, y, closeDistance %)" version="6"/>
						<string name="findText" tiptext="Return index of matching substring" helpid="x204A7" object="TextSnapshot" text=".findText(% start, text, isCaseSensitive %)" version="6"/>
						<string name="setSelectColor" tiptext="Set the color to be used for hilighting selected text" helpid="x204AF" object="TextSnapshot" text=".setSelectColor(% color %)" version="6"/>
					</folder>
				</folder>
			</folder>
			<!-- Added new packages and classes -->
			<folder name="flash.display package" id="flash.display package" tiptext="Classes for manipulating bitmap images" helpid="" version="8">
				<folder name="BitmapData" sort="false" id="[flash.display.BitmapData]" index="true" tiptext="Lets you create and manipulate transparent or opaque bitmap images at runtime." helpid="x21790" version="8">
					<string name="new BitmapData" helpid="x21791" text="new BitmapData(% width:Number, height:Number[, transparent:Boolean, fillColor:Number] %)" tiptext="Creates a new BitmapData object with a given width and height." version="" type="expression"/>
					<folder name="Methods" tiptext="BitmapData methods" sort="true" id="BitmapDataMethods" index="false" version="">
						<string name="applyFilter" text=".applyFilter(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point, filter:flash.filters.BitmapFilter %)" object="[flash.display.BitmapData]" version="8" helpid="x2179B" tiptext="Takes a source image and a filter object and generates the resulting filtered image."/>
						<string name="clone" text=".clone()" object="[flash.display.BitmapData]" version="8" helpid="x21792" tiptext="Returns a new BitmapData object with an exact copy of the original bitmap."/>
						<string name="colorTransform" text=".colorTransform(% rect:flash.geom.Rectangle, colorTransform:flash.geom.ColorTransform %)" object="[flash.display.BitmapData]" version="8" helpid="x2179C" tiptext="Adjusts the color values in a specified area of a bitmap image using a ColorTransform object."/>
						<string name="compare" text=".compare(% otherBitmapData: BitmapData %)" object="[flash.display.BitmapData]" version="9" helpid="x22AF6" tiptext="Compares two BitmapData objects."/>
						<string name="copyChannel" text=".copyChannel(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point, sourceChannel:Number, destChannel:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x2179D" tiptext="Transfers data from one channel of another BitmapData object or the current BitmapData object into a channel of the current BitmapData object."/>
						<string name="copyPixels" text=".copyPixels(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point[, alphaBitmap:flash.display.BitmapData, alphaPoint:flash.geom.Point, mergeAlpha:Boolean] %)" object="[flash.display.BitmapData]" version="8" helpid="x2179E" tiptext="Provides a fast routine to perform pixel manipulation between images with no stretching, rotation, or color effects."/>
						<string name="dispose" text=".dispose()" object="[flash.display.BitmapData]" version="8" helpid="x2179F" tiptext="Frees memory that is used to store the BitmapData object."/>
						<string name="draw" text=".draw(% source:Object[, matrix:flash.geom.Matrix, colorTransform:flash.geom.ColorTransform, blendMode:Object, clipRect:flash.geom.Rectangle] %)" object="[flash.display.BitmapData]" version="8" helpid="x217A0" tiptext="Draws a source image or MovieClip onto a destination image, using the Flash Player vector renderer."/>
						<string name="fillRect" text=".fillRect(% rect:flash.geom.Rectangle, color:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x217A1" tiptext="Fills a rectanglular area of pixels with a given ARGB color."/>
						<string name="floodFill" text=".floodFill(% x:Number, y:Number, color:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x217A2" tiptext="Performs a flood fill operation on an image starting at a (x, y) coordinate."/>
						<string name="generateFilterRect" text=".generateFilterRect(% sourceRect:flash.geom.Rectangle, filter:flash.filters.BitmapFilter %)" object="[flash.display.BitmapData]" version="8" helpid="x217A4" tiptext="Determines the destination rectangle that will be affected by the applyFilter call."/>
						<string name="getColorBoundsRect" text=".getColorBoundsRect(% mask:Number, color:Number[, findColor:Boolean] %)" object="[flash.display.BitmapData]" version="8" helpid="x217A3" tiptext="Determines a rectangular region that fully encloses all pixels of a given color within the bitmap image."/>
						<string name="getPixel" text=".getPixel(% x:Number, y:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x21797" tiptext="Returns an integer representing a RGB pixel value from a BitmapData object at a specific point."/>
						<string name="getPixel32" text=".getPixel32(% x:Number, y:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x21798" tiptext="Returns an ARGB color value that contains alpha channel data as well as RGB data."/>
						<string name="hitTest" text=".hitTest(% firstPoint:flash.geom.Point, firstAlphaThreshold:Number, secondObject:Object[, secondBitmapPoint:flash.geom.Point, secondAlphaThreshold:Number] %)" object="[flash.display.BitmapData]" version="8" helpid="x217A5" tiptext="Performs pixel-level hit detection between one bitmap image and a point, rectangle or other bitmap image."/>
						<string name="loadBitmap" text=".loadBitmap(% id:String %)" object="[flash.display.BitmapData]" version="" helpid="x217E9" tiptext="Returns a new BitmapData object that contains a bitmap that is loaded in from a symbol in the library."/>
						<string name="merge" text=".merge(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point, redMult:Number, greenMult:Number, blueMult:Number, alphaMult:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x217A6" tiptext="Performs per-channel blending from a source image to a destination image."/>
						<string name="noise" text=".noise(% randomSeed:Number[, low:Number, high:Number, channelOptions:Number, grayScale:Boolean] %)" object="[flash.display.BitmapData]" version="8" helpid="x217A7" tiptext="Fills an image with pixels representing random noise."/>
						<string name="paletteMap" text=".paletteMap(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point[, redArray:Array, greenArray:Array, blueArray:Array, alphaArray:Array] %)" object="[flash.display.BitmapData]" version="8" helpid="x217A8" tiptext="Remaps the color channel values in an image given up to four arrays of color palette data, one for each channel."/>
						<string name="perlinNoise" text=".perlinNoise(% baseX:Number, baseY:Number, numOctaves:Number, randomSeed:Number, stitch:Boolean, fractalNoise:Boolean, channelOptions:Number, grayScale:Boolean[, offsets:Object] %)" object="[flash.display.BitmapData]" version="8" helpid="x217A9" tiptext="Generates a Perlin noise image."/>
						<string name="pixelDissolve" text=".pixelDissolve(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point[, randomSeed:Number, numberOfPixels:Number, fillColor:Number] %)" object="[flash.display.BitmapData]" version="8" helpid="x217AA" tiptext="Performs a pixel dissolve either from a source image to a destination image or by using the same image."/>
						<string name="scroll" text=".scroll(% x:Number, y:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x217AB" tiptext="Scrolls an image by a certain (x, y) pixel amount."/>
						<string name="setPixel" text=".setPixel(% x:Number, y:Number, color:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x21799" tiptext="Sets the color value of a single pixel of a BitmapData object."/>
						<string name="setPixel32" text=".setPixel32(% x:Number, y:Number, color:Number %)" object="[flash.display.BitmapData]" version="8" helpid="x2179A" tiptext="Sets the color and alpha transparency values of a single pixel of a BitmapData object."/>
						<string name="threshold" text=".threshold(% sourceBitmap:flash.display.BitmapData, sourceRect:flash.geom.Rectangle, destPoint:flash.geom.Point, operation:String, threshold:Number[, color:Number, mask:Number, copySource:Boolean] %)" object="[flash.display.BitmapData]" version="8" helpid="x217AC" tiptext="Allows comparison of an image to isolate colors and perform logical operations."/>
					</folder>
					<folder name="Properties" tiptext="BitmapData properties" sort="true" id="BitmapDataProperties" index="false" version="">
						<string name="height" text=".height" object="[flash.display.BitmapData]" version="" helpid="x21794" tiptext="The height of the bitmap image in pixels."/>
						<string name="rectangle" text=".rectangle" object="[flash.display.BitmapData]" version="" helpid="x21796" tiptext="The rectangle that defines the outer boundaries of the bitmap."/>
						<string name="transparent" text=".transparent" object="[flash.display.BitmapData]" version="" helpid="x21795" tiptext="Defines whether the bitmap image is transparent."/>
						<string name="width" text=".width" object="[flash.display.BitmapData]" version="" helpid="x21793" tiptext="The width of the bitmap in pixels."/>
					</folder>
				</folder>
			</folder>
			<folder name="flash.external package" id="flash.external package" tiptext="Classes for communicating with the container of a Flash movie" helpid="" version="8">
				<folder name="ExternalInterface" sort="false" id="[flash.external.ExternalInterface]" index="true" tiptext="Enables communications between ActionScript and the container." helpid="x217E5">
					<folder name="Methods" tiptext="ExternalInterface methods" sort="true" id="ExternalInterfaceMethods" index="false">
						<string name="addCallback" text="ExternalInterface.addCallback(% methodName:String, instance:Object, method:Function %)" object="[flash.external.ExternalInterface]" version="8" helpid="x217E7" tiptext="Registers an ActionScript method as callable from the container."/>
						<string name="call" text="ExternalInterface.call(% methodName:String=&quot;&quot;[,params] %)" object="[flash.external.ExternalInterface]" version="8" helpid="x217E8" tiptext="Calls a function in the container."/>
					</folder>
					<folder name="Properties" tiptext="ExternalInterface properties" sort="true" id="ExternalInterfaceProperties" index="false">
						<string name="available" text="ExternalInterface.available" object="[flash.external.ExternalInterface]" version="8" helpid="x217E6" tiptext="Indicates if this player exists."/>
					</folder>
				</folder>
			</folder>
			<folder name="flash.filters package" id="flash.filters package" tiptext="Classes for filtering bitmap images" helpid="" version="8">
				<folder name="BevelFilter" sort="false" id="[flash.filters.BevelFilter]" index="true" tiptext="Adds a bevel effect." helpid="x21748" version="8">
					<string name="new BevelFilter" helpid="x21755" text="new BevelFilter(% [distance:Number, angle:Number, highlightColor:Number, highlightAlpha:Number, shadowColor:Number, shadowAlpha:Number, blurX:Number, blurY:Number, strength:Number, quality:Number, type:String, knockout:Boolean] %)" tiptext="Initializes a new BevelFilter instance." version="8" type="expression"/>
					<folder name="Methods" tiptext="BevelFilter methods" sort="true" id="BevelFilterMethods" index="false" version="">
						<string name="clone" text=".clone()" object="[flash.filters.BevelFilter]" version="8" helpid="x21756" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="BevelFilter properties" sort="true" id="BevelFilterProperties" index="false" version="">
						<string name="angle" text=".angle" object="[flash.filters.BevelFilter]" version="8" helpid="x2174A" tiptext="The angle of the bevel."/>
						<string name="blurX" text=".blurX" object="[flash.filters.BevelFilter]" version="8" helpid="x2174F" tiptext="The amount of horizontal blur in pixels."/>
						<string name="blurY" text=".blurY" object="[flash.filters.BevelFilter]" version="8" helpid="x21750" tiptext="The amount of vertical blur in pixels."/>
						<string name="distance" text=".distance" object="[flash.filters.BevelFilter]" version="8" helpid="x21749" tiptext="The offset distance of the bevel."/>
						<string name="highlightAlpha" text=".highlightAlpha" object="[flash.filters.BevelFilter]" version="8" helpid="x2174C" tiptext="The alpha of the highlight color."/>
						<string name="highlightColor" text=".highlightColor" object="[flash.filters.BevelFilter]" version="8" helpid="x2174B" tiptext="The highlight color of the bevel."/>
						<string name="knockout" text=".knockout" object="[flash.filters.BevelFilter]" version="8" helpid="x21754" tiptext="Whether to apply a knockout effect."/>
						<string name="quality" text=".quality" object="[flash.filters.BevelFilter]" version="8" helpid="x21752" tiptext="The number of times to perform the blur."/>
						<string name="shadowAlpha" text=".shadowAlpha" object="[flash.filters.BevelFilter]" version="8" helpid="x2174E" tiptext="The alpha of the shadow color."/>
						<string name="shadowColor" text=".shadowColor" object="[flash.filters.BevelFilter]" version="8" helpid="x2174D" tiptext="The shadow color of the bevel."/>
						<string name="strength" text=".strength" object="[flash.filters.BevelFilter]" version="8" helpid="x21751" tiptext="The strength of the imprint or spread of the bevel."/>
						<string name="type" text=".type" object="[flash.filters.BevelFilter]" version="8" helpid="x21753" tiptext="The type of bevel."/>
					</folder>
				</folder>
				<folder name="BitmapFilter" sort="false" id="[flash.filters.BitmapFilter]" index="true" tiptext="Base class for all image filter effects." helpid="x21769">
					<folder name="Methods" tiptext="BitmapFilter methods" sort="true" id="BitmapFilterMethods" index="false">
						<string name="clone" text=".clone()" object="[flash.filters.BitmapFilter]" version="" helpid="x2176A" tiptext="A copy of the BitmapFilter object."/>
					</folder>
				</folder>
				<folder name="BlurFilter" sort="false" id="[flash.filters.BlurFilter]" index="true" tiptext="A blur effect." helpid="x21763" version="8">
					<string name="new BlurFilter" helpid="x21767" text="new BlurFilter(% [blurX:Number, blurY:Number, quality:Number] %)" tiptext="Initializes the filter." version="8" type="expression"/>
					<folder name="Methods" tiptext="BlurFilter methods" sort="true" id="BlurFilterMethods" index="false" version="">
						<string name="clone" text=".clone()" object="[flash.filters.BlurFilter]" version="8" helpid="x21768" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="BlurFilter properties" sort="true" id="BlurFilterProperties" index="false" version="">
						<string name="blurX" text=".blurX" object="[flash.filters.BlurFilter]" version="8" helpid="x21764" tiptext="The amount of horizontal blur."/>
						<string name="blurY" text=".blurY" object="[flash.filters.BlurFilter]" version="8" helpid="x21765" tiptext="The amount of vertical blur."/>
						<string name="quality" text=".quality" object="[flash.filters.BlurFilter]" version="8" helpid="x21766" tiptext="The quality value of the blur."/>
					</folder>
				</folder>
				<folder name="ColorMatrixFilter" sort="false" id="[flash.filters.ColorMatrixFilter]" index="true" tiptext="Applies a color matrix transformation." helpid="x2176B">
					<string name="new ColorMatrixFilter" helpid="x2176D" text="new ColorMatrixFilter(% matrix:Array %)" tiptext="Initializes a new ColorMatrixFilter instance." version="8" type="expression"/>
					<folder name="Methods" tiptext="ColorMatrixFilter methods" sort="true" id="ColorMatrixFilterMethods" index="false">
						<string name="clone" text=".clone()" object="[flash.filters.ColorMatrixFilter]" version="8" helpid="x2176E" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="ColorMatrixFilter properties" sort="true" id="ColorMatrixFilterProperties" index="false">
						<string name="matrix" text=".matrix" object="[flash.filters.ColorMatrixFilter]" version="8" helpid="x2176C" tiptext="An array of 20 elements for 4x5 color transform."/>
					</folder>
				</folder>
				<folder name="ConvolutionFilter" sort="false" id="[flash.filters.ConvolutionFilter]" index="true" tiptext="Applies a matrix convolution filter." helpid="x21757">
					<string name="new ConvolutionFilter" helpid="x21761" text="new ConvolutionFilter(% matrixX, matrixY, matrix[, divisor, bias, preserveAlpha, clamp, color, alpha] %)" tiptext="Initializes a ConvolutionFilter instance." version="8" type="expression"/>
					<folder name="Methods" tiptext="ConvolutionFilter methods" sort="true" id="ConvolutionFilterMethods" index="false">
						<string name="clone" text=".clone()" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x21762" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="ConvolutionFilter properties" sort="true" id="ConvolutionFilterProperties" index="false">
						<string name="alpha" text=".alpha" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x21760" tiptext="The alpha of the substitute color."/>
						<string name="bias" text=".bias" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x2175C" tiptext="Bias to add to result of matrix transformation."/>
						<string name="clamp" text=".clamp" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x2175E" tiptext="Whether the image should be clamped."/>
						<string name="color" text=".color" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x2175F" tiptext="The hexadecimal color to substitute for pixels off the source image."/>
						<string name="divisor" text=".divisor" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x2175B" tiptext="The divisor used during matrix transformation."/>
						<string name="matrix" text=".matrix" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x21758" tiptext="An array of values used for matrix transformation."/>
						<string name="matrixX" text=".matrixX" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x21759" tiptext="The X dimension of the matrix."/>
						<string name="matrixY" text=".matrixY" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x2175A" tiptext="The Y dimension of the matrix."/>
						<string name="preserveAlpha" text=".preserveAlpha" object="[flash.filters.ConvolutionFilter]" version="8" helpid="x2175D" tiptext="Indicates to what the convolution applies."/>
					</folder>
				</folder>
				<folder name="DisplacementMapFilter" sort="false" id="[flash.filters.DisplacementMapFilter]" index="true" tiptext="Displaces the original object to which the filter is applied." helpid="x2173C">
					<string name="new DisplacementMapFilter" helpid="x21746" text="new DisplacementMapFilter(% mapBitmap:flash.display.BitmapData, mapPoint:flash.geom.Point, componentX:Number, componentY:Number, scaleX:Number, scaleY:Number[, mode:String, color:Number, alpha:Number] %)" tiptext="Initializes a DisplacementMapFilter instance." version="8" type="expression"/>
					<folder name="Methods" tiptext="DisplacementMapFilter methods" sort="true" id="DisplacementMapFilterMethods" index="false">
						<string name="clone" text=".clone()" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x21747" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="DisplacementMapFilter properties" sort="true" id="DisplacementMapFilterProperties" index="false">
						<string name="alpha" text=".alpha" object="[flash.filters.DisplacementMapFilter]" version="" helpid="x21745" tiptext="Specifies what alpha to use for out-of-bounds displacements."/>
						<string name="color" text=".color" object="[flash.filters.DisplacementMapFilter]" version="" helpid="x21744" tiptext="Specifies what color to use for out-of-bounds displacements."/>
						<string name="componentX" text=".componentX" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x2173F" tiptext="The color channel to use to displace the x result."/>
						<string name="componentY" text=".componentY" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x21740" tiptext="The color channel to use to displace the y result."/>
						<string name="mapBitmap" text=".mapBitmap" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x2173D" tiptext="A BitmapFilter object containing the displacement map data."/>
						<string name="mapPoint" text=".mapPoint" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x2173E" tiptext="A flash.geom.Point value."/>
						<string name="mode" text=".mode" object="[flash.filters.DisplacementMapFilter]" version="" helpid="x21743" tiptext="The mode for the filter."/>
						<string name="scaleX" text=".scaleX" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x21741" tiptext="Multiplier to use to scale the x displacement result from the map calculation."/>
						<string name="scaleY" text=".scaleY" object="[flash.filters.DisplacementMapFilter]" version="8" helpid="x21742" tiptext="Multiplier to use to scale the y displacement result from the map calculation."/>
					</folder>
				</folder>
				<folder name="DropShadowFilter" sort="false" id="[flash.filters.DropShadowFilter]" index="true" tiptext="Adds a drop shadow." helpid="x216FF" version="8">
					<string name="new DropShadowFilter" helpid="x2170B" text="new DropShadowFilter(% distance:Number, angle:Number, color:Number, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:Number, inner:Boolean, knockout:Boolean, hideObject:Boolean %)" tiptext="Creates a new DropShadowFilter instance." version="8" type="expression"/>
					<folder name="Methods" tiptext="DropShadowFilter methods" sort="true" id="DropShadowFilterMethods" index="false" version="8">
						<string name="clone" text=".clone()" object="[flash.filters.DropShadowFilter]" version="8" helpid="x2170C" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="DropShadowFilter properties" sort="true" id="DropShadowFilterProperties" index="false" version="8">
						<string name="alpha" text=".alpha" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21703" tiptext="The alpha percentage for the shadow color."/>
						<string name="angle" text=".angle" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21701" tiptext="The angle of the shadow."/>
						<string name="blurX" text=".blurX" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21704" tiptext="The amount of horizontal blur."/>
						<string name="blurY" text=".blurY" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21705" tiptext="The amount of vertical blur."/>
						<string name="color" text=".color" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21702" tiptext="The color of the shadow."/>
						<string name="distance" text=".distance" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21700" tiptext="The pixel distance for the shadow (floating point)."/>
						<string name="hideObject" text=".hideObject" object="[flash.filters.DropShadowFilter]" version="8" helpid="x2170A" tiptext="Whether the object is hidden by the shadow."/>
						<string name="inner" text=".inner" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21708" tiptext="Whether the shadow is an inner shadow or not."/>
						<string name="knockout" text=".knockout" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21709" tiptext="Whether the shadow has a knockout effect or not."/>
						<string name="quality" text=".quality" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21707" tiptext="The number of times to perform the shadow."/>
						<string name="strength" text=".strength" object="[flash.filters.DropShadowFilter]" version="8" helpid="x21706" tiptext="The strength of the imprint or spread of the shadow."/>
					</folder>
				</folder>
				<folder name="GlowFilter" sort="false" id="[flash.filters.GlowFilter]" index="true" tiptext="Lets you add a glow effect." helpid="x21731" version="8">
					<string name="new GlowFilter" helpid="x2173A" text="new GlowFilter(% color:Number, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:Number, inner:Boolean, knockout:Boolean %)" tiptext="Initializes a new GlowFilter instance." version="8" type="expression"/>
					<folder name="Methods" tiptext="GlowFilter methods" sort="true" id="GlowFilterMethods" index="false" version="8">
						<string name="clone" text=".clone()" object="[flash.filters.GlowFilter]" version="8" helpid="x2173B" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="GlowFilter properties" sort="true" id="GlowFilterProperties" index="false" version="8">
						<string name="alpha" text=".alpha" object="[flash.filters.GlowFilter]" version="8" helpid="x21733" tiptext="Alpha percentage for the color."/>
						<string name="blurX" text=".blurX" object="[flash.filters.GlowFilter]" version="8" helpid="x21734" tiptext="Amount of horizontal blur."/>
						<string name="blurY" text=".blurY" object="[flash.filters.GlowFilter]" version="8" helpid="x21735" tiptext="Amount of vertical blur."/>
						<string name="color" text=".color" object="[flash.filters.GlowFilter]" version="8" helpid="x21732" tiptext="Color of the glow."/>
						<string name="inner" text=".inner" object="[flash.filters.GlowFilter]" version="8" helpid="x21738" tiptext="Punch strength of the glow."/>
						<string name="knockout" text=".knockout" object="[flash.filters.GlowFilter]" version="8" helpid="x21739" tiptext="Applies a knockout effect."/>
						<string name="quality" text=".quality" object="[flash.filters.GlowFilter]" version="8" helpid="x21737" tiptext="Number of times to perform the shadow."/>
						<string name="strength" text=".strength" object="[flash.filters.GlowFilter]" version="8" helpid="x21736" tiptext="The strength of the imprint or spread of the glow."/>
					</folder>
				</folder>
				<folder name="GradientBevelFilter" sort="false" id="[flash.filters.GradientBevelFilter]" index="true" tiptext="Lets you apply a gradient bevel effect." helpid="x21723" version="8">
					<string name="new GradientBevelFilter" helpid="x2172F" text="new GradientBevelFilter(% distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:Number, type:String, knockout:Boolean %)" tiptext="Initializes the filter with the specified parameters." version="8" type="expression"/>
					<folder name="Methods" tiptext="GradientBevelFilter methods" sort="true" id="GradientBevelFilterMethods" index="false" version="8">
						<string name="clone" text=".clone()" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21730" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="GradientBevelFilter properties" sort="true" id="GradientBevelFilterProperties" index="false" version="8">
						<string name="alphas" text=".alphas" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21727" tiptext="An array of alpha values."/>
						<string name="angle" text=".angle" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21725" tiptext="The angle in degrees."/>
						<string name="blurX" text=".blurX" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21729" tiptext="The amount of horizontal blur."/>
						<string name="blurY" text=".blurY" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x2172A" tiptext="The amount of vertical blur."/>
						<string name="colors" text=".colors" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21726" tiptext="An array of RGB hexadecimal color values."/>
						<string name="distance" text=".distance" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21724" tiptext="The offset distance."/>
						<string name="knockout" text=".knockout" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x2172E" tiptext="Whether or not to apply a knockout effect."/>
						<string name="quality" text=".quality" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x2172C" tiptext="The quality of the filter."/>
						<string name="ratios" text=".ratios" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x21728" tiptext="An array of color distribution ratios."/>
						<string name="strength" text=".strength" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x2172B" tiptext="The strength at which the filter is applied."/>
						<string name="type" text=".type" object="[flash.filters.GradientBevelFilter]" version="8" helpid="x2172D" tiptext="The placement of the bevel effect."/>
					</folder>
				</folder>
				<folder name="GradientGlowFilter" sort="false" id="[flash.filters.GradientGlowFilter]" index="true" tiptext="Lets you create a gradient glow effect." helpid="x21715" version="8">
					<string name="new GradientGlowFilter" helpid="x21721" text="new GradientGlowFilter(% distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:Number, type:String, knockout:Boolean %)" tiptext="Initializes the filter with the specified parameters." version="8" type="expression"/>
					<folder name="Methods" tiptext="GradientGlowFilter methods" sort="true" id="GradientGlowFilterMethods" index="false" version="8">
						<string name="clone" text=".clone()" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x21722" tiptext="Returns a copy of this filter object."/>
					</folder>
					<folder name="Properties" tiptext="GradientGlowFilter properties" sort="true" id="GradientGlowFilterProperties" index="false" version="8">
						<string name="alphas" text=".alphas" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x21719" tiptext="An array of alpha values."/>
						<string name="angle" text=".angle" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x21717" tiptext="The angle in degrees."/>
						<string name="blurX" text=".blurX" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x2171B" tiptext="The amount of horizontal blur."/>
						<string name="blurY" text=".blurY" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x2171C" tiptext="The amount of vertical blur."/>
						<string name="colors" text=".colors" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x21718" tiptext="An array of colors that defines a gradient."/>
						<string name="distance" text=".distance" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x21716" tiptext="The offset of the glow."/>
						<string name="knockout" text=".knockout" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x21720" tiptext="Applies a knockout effect."/>
						<string name="quality" text=".quality" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x2171E" tiptext="The quality of the filter."/>
						<string name="ratios" text=".ratios" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x2171A" tiptext="An array of color distribution ratios."/>
						<string name="strength" text=".strength" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x2171D" tiptext="The strength at which the filter is applied."/>
						<string name="type" text=".type" object="[flash.filters.GradientGlowFilter]" version="8" helpid="x2171F" tiptext="The type of filter."/>
					</folder>
				</folder>
			</folder>
			<folder name="flash.geom package" id="flash.geom package" tiptext="Classes for defining geometric constructs and transforming movie clips" helpid="" version="8">
				<folder name="ColorTransform" sort="false" id="[flash.geom.ColorTransform]" index="true" tiptext="Lets you mathematically adjust all of the color values in a movie clip." helpid="x216E8" version="8">
					<string name="new ColorTransform" helpid="x216E9" text="new ColorTransform(% redMultiplier:Number, greenMultiplier:Number, blueMultiplier:Number, alphaMultiplier:Number, redOffset:Number, greenOffset:Number, blueOffset:Number, alphaOffset:Number %)" tiptext="Creates a ColorTransform object for a display object." version="8" type="expression"/>
					<folder name="Methods" tiptext="ColorTransform methods" sort="true" id="ColorTransformMethods" index="false" version="">
						<string name="concat" text=".concat(% second:flash.geom.ColorTransform %)" object="[flash.geom.ColorTransform]" version="" helpid="x217DA" tiptext="Applies a second, additive color transformation to the movie clip."/>
						<string name="toString" text=".toString()" object="[flash.geom.ColorTransform]" version="" helpid="x217DB" tiptext="Formats and returns a string that describes all of the properties of the ColorTransform object."/>
					</folder>
					<folder name="Properties" tiptext="ColorTransform properties" sort="true" id="ColorTransformProperties" index="false" version="">
						<string name="alphaMultiplier" text=".alphaMultiplier" object="[flash.geom.ColorTransform]" version="" helpid="x217D4" tiptext="A decimal value which will be multiplied with the alpha transparency channel value."/>
						<string name="alphaOffset" text=".alphaOffset" object="[flash.geom.ColorTransform]" version="" helpid="x217D8" tiptext="A number from -255 to 255 which will be added to the green channel value after it has been multiplied by the greenMultiplier value."/>
						<string name="blueMultiplier" text=".blueMultiplier" object="[flash.geom.ColorTransform]" version="" helpid="x217D3" tiptext="A decimal value which will be multiplied with the blue channel value."/>
						<string name="blueOffset" text=".blueOffset" object="[flash.geom.ColorTransform]" version="" helpid="x217D7" tiptext="A number from -255 to 255 which will be added to the blue channel value after it has been multiplied by the blueMultiplier value."/>
						<string name="greenMultiplier" text=".greenMultiplier" object="[flash.geom.ColorTransform]" version="" helpid="x217D2" tiptext="A decimal value which will be multiplied with the green channel value."/>
						<string name="greenOffset" text=".greenOffset" object="[flash.geom.ColorTransform]" version="" helpid="x217D6" tiptext="A number from -255 to 255 which will be added to the green channel value after it has been multiplied by the greenMultiplier value."/>
						<string name="redMultiplier" text=".redMultiplier" object="[flash.geom.ColorTransform]" version="" helpid="x217D1" tiptext="A decimal value which will be multiplied with the red channel value."/>
						<string name="redOffset" text=".redOffset" object="[flash.geom.ColorTransform]" version="" helpid="x217D5" tiptext="A number from -255 to 255 which will be added to the red channel value after it has been multiplied by the redMultiplier value."/>
						<string name="rgb" text=".rgb" object="[flash.geom.ColorTransform]" version="8" helpid="x217D9" tiptext="The RGB color value for a ColorTransform object."/>
					</folder>
				</folder>
				<folder name="Matrix" sort="false" id="[flash.geom.Matrix]" index="true" tiptext="A standard two-dimensional homogeneous matrix class." helpid="x216D9" version="8">
					<string name="new Matrix" helpid="x216DF" text="new Matrix(% [a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number] %)" tiptext="Creates a new two-dimensional Matrix object." version="8" type="expression"/>
					<folder name="Methods" tiptext="Matrix methods" sort="true" id="MatrixMethods" index="false" version="">
						<string name="clone" text=".clone()" object="[flash.geom.Matrix]" version="8" helpid="x216E0" tiptext="Returns a clone of this matrix."/>
						<string name="concat" text=".concat(% m:flash.geom.Matrix %)" object="[flash.geom.Matrix]" version="" helpid="x217DC" tiptext="Concatenates the matrix with the &lt;code&gt;m&lt;/code&gt; matrix, effectively combining the geometric effects of the two matrices."/>
						<string name="createBox" text=".createBox(% scaleX:Number, scaleY:Number[, rotation:Number, tx:Number, ty:Number] %)" object="[flash.geom.Matrix]" version="8" helpid="x216E2" tiptext="The &lt;code&gt;createBox()&lt;/code&gt; method includes parameters for scaling, rotation, and translation, and when applied to a matrix, it sets the matrix's values based on those parameters."/>
						<string name="createGradientBox" text=".createGradientBox(% width:Number, height:Number[, rotation:Number, tx:Number, ty:Number] %)" object="[flash.geom.Matrix]" version="8" helpid="x216E3" tiptext="Creates the specific style of matrix expected by the MovieClip.beginGradientFill() method."/>
						<string name="deltaTransformPoint" text=".deltaTransformPoint(% pt:flash.geom.Point %)" object="[flash.geom.Matrix]" version="" helpid="x217DF" tiptext="Given a point in the pre-transform coordinate space, this method returns the coordinates of that point after the transformation occurs."/>
						<string name="identity" text=".identity()" object="[flash.geom.Matrix]" version="" helpid="x217DD" tiptext="Sets each matrix property to a value that cause a transformed movie clip or geometric construct to be identical to the original."/>
						<string name="invert" text=".invert()" object="[flash.geom.Matrix]" version="8" helpid="x216E1" tiptext="Inverts this Matrix object."/>
						<string name="rotate" text=".rotate(% angle:Number %)" object="[flash.geom.Matrix]" version="8" helpid="x216E4" tiptext="Sets the values in the current matrix so it can be used to apply a rotation transformation."/>
						<string name="scale" text=".scale(% sx:Number, sy:Number %)" object="[flash.geom.Matrix]" version="8" helpid="x216E5" tiptext="Modifies a matrix so that its effect, when applied, is to resize an image."/>
						<string name="toString" text=".toString()" object="[flash.geom.Matrix]" version="8" helpid="x216E7" tiptext="Returns a text value listing the properties of this Matrix object."/>
						<string name="transformPoint" text=".transformPoint(% pt:flash.geom.Point %)" object="[flash.geom.Matrix]" version="8" helpid="x216E6" tiptext="Applies the geometric transformation represented by this Matrix object to the specified point."/>
						<string name="translate" text=".translate(% tx:Number, ty:Number %)" object="[flash.geom.Matrix]" version="" helpid="x217DE" tiptext="Modifies a matrix so that the effect of its transformation is to move an object along the x and y axes."/>
					</folder>
					<folder name="Properties" tiptext="Matrix properties" sort="true" id="MatrixProperties" index="false" version="">
						<string name="a" text=".a" object="[flash.geom.Matrix]" version="8" helpid="x216DA" tiptext="The value in the first row and first column."/>
						<string name="b" text=".b" object="[flash.geom.Matrix]" version="8" helpid="x216DB" tiptext="The value in the first row and second column."/>
						<string name="c" text=".c" object="[flash.geom.Matrix]" version="8" helpid="x216DC" tiptext="The value in the second row and first column."/>
						<string name="d" text=".d" object="[flash.geom.Matrix]" version="8" helpid="x21807" tiptext="The value in the second row and second column."/>
						<string name="tx" text=".tx" object="[flash.geom.Matrix]" version="8" helpid="x216DD" tiptext="The value in the third row and first column."/>
						<string name="ty" text=".ty" object="[flash.geom.Matrix]" version="8" helpid="x216DE" tiptext="The value in the third row and second column."/>
					</folder>
				</folder>
				<folder name="Point" sort="false" id="[flash.geom.Point]" index="true" tiptext="Point represents a location in a two-dimensional coordinate system." helpid="x216B4">
					<string name="new Point" helpid="x216B7" text="new Point(% x:Number, y:Number %)" tiptext="Creates a new point." version="" type="expression"/>
					<folder name="Methods" tiptext="Point methods" sort="true" id="PointMethods" index="false">
						<string name="add" text=".add(% v:flash.geom.Point %)" object="[flash.geom.Point]" version="" helpid="x21806" tiptext="Adds the coordinates of another point to the coordinates of this point to create a new point."/>
						<string name="clone" text=".clone()" object="[flash.geom.Point]" version="" helpid="x216B8" tiptext="Creates a copy of this Point object."/>
						<string name="distance" text=".distance(% pt1:flash.geom.Point, pt2:flash.geom.Point %)" object="[flash.geom.Point]" version="" helpid="x216BB" tiptext="Returns the distance between pt1 and pt2."/>
						<string name="equals" text=".equals(% toCompare:Object %)" object="[flash.geom.Point]" version="" helpid="x216BA" tiptext="Determines if two points are equal."/>
						<string name="interpolate" text=".interpolate(% pt1:flash.geom.Point, pt2:flash.geom.Point, f:Number %)" object="[flash.geom.Point]" version="" helpid="x217E3" tiptext="Determines a point between two specified points."/>
						<string name="normalize" text=".normalize(% length:Number %)" object="[flash.geom.Point]" version="" helpid="x217E0" tiptext="Scales the line segment between (0,0) and the current point to a set length."/>
						<string name="offset" text=".offset(% dx:Number, dy:Number %)" object="[flash.geom.Point]" version="" helpid="x216B9" tiptext="Offsets the Point object by the specified amount."/>
						<string name="polar" text=".polar(% len:Number, angle:Number %)" object="[flash.geom.Point]" version="" helpid="x217E1" tiptext="Converts a pair of polar coordinates to a cartesian point coordinate."/>
						<string name="subtract" text=".subtract(% v:flash.geom.Point %)" object="[flash.geom.Point]" version="" helpid="x217E2" tiptext="Subtracts the coordinates of another point from the coordinates of this point to create a new point."/>
						<string name="toString" text=".toString()" object="[flash.geom.Point]" version="" helpid="x216BC" tiptext="Returns a string that contains the values of the x and y coordinates."/>
					</folder>
					<folder name="Properties" tiptext="Point properties" sort="true" id="PointProperties" index="false">
						<string name="length" text=".length" object="[flash.geom.Point]" version="" helpid="x217E4" tiptext="The length of the line segment from (0,0) to this point."/>
						<string name="x" text=".x" object="[flash.geom.Point]" version="" helpid="x216B5" tiptext="The horizontal coordinate of the point."/>
						<string name="y" text=".y" object="[flash.geom.Point]" version="" helpid="x216B6" tiptext="The vertical coordinate of the point."/>
					</folder>
				</folder>
				<folder name="Rectangle" sort="false" id="[flash.geom.Rectangle]" index="true" tiptext="Used to create and modify Rectangle objects." helpid="x216BD" version="8">
					<string name="new Rectangle" helpid="x216C9" text="new Rectangle(% x:Number, y:Number, width:Number, height:Number %)" tiptext="Creates a new Rectangle object." version="8" type="expression"/>
					<folder name="Methods" tiptext="Rectangle methods" sort="true" id="RectangleMethods" index="false" version="">
						<string name="clone" text=".clone()" object="[flash.geom.Rectangle]" version="8" helpid="x216CA" tiptext="Returns a copy of this Rectangle object."/>
						<string name="contains" text=".contains(% x:Number, y:Number %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D1" tiptext="Determines if the specified point is contained within the rectangular region."/>
						<string name="containsPoint" text=".containsPoint(% pt:flash.geom.Point %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D2" tiptext="Determines if the specified point is contained within the rectangular region using a Point object as a parameter."/>
						<string name="containsRectangle" text=".containsRectangle(% rect:flash.geom.Rectangle %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D3" tiptext="Determines if the Rectangle object specified by the rect parameter is contained within this Rectangle object."/>
						<string name="equals" text=".equals(% toCompare:Object %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D7" tiptext="Determines if the object specified in the toCompare parameter is equal to this Rectangle object."/>
						<string name="inflate" text=".inflate(% dx:Number, dy:Number %)" object="[flash.geom.Rectangle]" version="8" helpid="x216CD" tiptext="Inflates the Rectangle object."/>
						<string name="inflatePoint" text=".inflatePoint(% pt:flash.geom.Point %)" object="[flash.geom.Rectangle]" version="8" helpid="x216CE" tiptext="Inflates the Rectangle object using a Point object as a parameter."/>
						<string name="intersection" text=".intersection(% toIntersect:flash.geom.Rectangle %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D4" tiptext="Returns the area of intersection."/>
						<string name="intersects" text=".intersects(% toIntersect:flash.geom.Rectangle %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D5" tiptext="Determines if the object specified in the toIntersect parameter intersects with this Rectangle object."/>
						<string name="isEmpty" text=".isEmpty()" object="[flash.geom.Rectangle]" version="8" helpid="x216CB" tiptext="Determines whether or not this Rectangle object is empty."/>
						<string name="offset" text=".offset(% dx:Number, dy:Number %)" object="[flash.geom.Rectangle]" version="8" helpid="x216CF" tiptext="Adjusts the location of the Rectangle object."/>
						<string name="offsetPoint" text=".offsetPoint(% pt:flash.geom.Point %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D0" tiptext="Adjusts the location of the Rectangle object using a Point object as a parameter."/>
						<string name="setEmpty" text=".setEmpty()" object="[flash.geom.Rectangle]" version="8" helpid="x216CC" tiptext="Sets all properties to 0."/>
						<string name="toString" text=".toString()" object="[flash.geom.Rectangle]" version="8" helpid="x216D8" tiptext="Converts this Rectangle object to a string."/>
						<string name="union" text=".union(% toUnion:flash.geom.Rectangle %)" object="[flash.geom.Rectangle]" version="8" helpid="x216D6" tiptext="Adds two rectangles together to create a new Rectangle object."/>
					</folder>
					<folder name="Properties" tiptext="Rectangle properties" sort="true" id="RectangleProperties" index="false" version="">
						<string name="bottom" text=".bottom" object="[flash.geom.Rectangle]" version="8" helpid="x216C5" tiptext="The sum of the y and height properties."/>
						<string name="bottomRight" text=".bottomRight" object="[flash.geom.Rectangle]" version="8" helpid="x216C7" tiptext="The bottom-right corner determined by the x and y values of the point."/>
						<string name="height" text=".height" object="[flash.geom.Rectangle]" version="8" helpid="x216C1" tiptext="The height of the rectangle."/>
						<string name="left" text=".left" object="[flash.geom.Rectangle]" version="8" helpid="x216C2" tiptext="The x coordinate of the top-left corner."/>
						<string name="right" text=".right" object="[flash.geom.Rectangle]" version="8" helpid="x216C3" tiptext="The sum of the x and width properties."/>
						<string name="size" text=".size" object="[flash.geom.Rectangle]" version="8" helpid="x216C8" tiptext="The size expressed as a Point object with values width, height."/>
						<string name="top" text=".top" object="[flash.geom.Rectangle]" version="8" helpid="x216C4" tiptext="The y coordinate of the top-left corner."/>
						<string name="topLeft" text=".topLeft" object="[flash.geom.Rectangle]" version="8" helpid="x216C6" tiptext="The top-left corner determined by the x and y values of the point."/>
						<string name="width" text=".width" object="[flash.geom.Rectangle]" version="8" helpid="x216C0" tiptext="The width of the rectangle."/>
						<string name="x" text=".x" object="[flash.geom.Rectangle]" version="8" helpid="x216BE" tiptext="The x coordinate."/>
						<string name="y" text=".y" object="[flash.geom.Rectangle]" version="8" helpid="x216BF" tiptext="The y coordinate."/>
					</folder>
				</folder>
				<folder name="Transform" sort="false" id="[flash.geom.Transform]" index="true" tiptext="Collects data about color transformations and coordinate manipulation." helpid="x217CA">
					<string name="new Transform" helpid="x217CB" text="new Transform(% mc:MovieClip %)" tiptext="Creates a new Transform object attached to the given MovieClip object." version="" type="expression"/>
					<folder name="Properties" tiptext="Transform properties" sort="true" id="TransformProperties" index="false">
						<string name="colorTransform" text=".colorTransform" object="[flash.geom.Transform]" version="" helpid="x217CD" tiptext="A ColorTransform object containing values that universally adjust the colors in the movie clip."/>
						<string name="concatenatedColorTransform" text=".concatenatedColorTransform" object="[flash.geom.Transform]" version="" helpid="x217CF" tiptext="A second set of color transformation values that will be combined with the first colorTransform property to apply multiple transformations at once to the source movie clip."/>
						<string name="concatenatedMatrix" text=".concatenatedMatrix" object="[flash.geom.Transform]" version="" helpid="x217CE" tiptext="A second transformation matrix that will be combined with the first matrix, using matrix multiplication, to apply multiple transformations at once to the source movie clip."/>
						<string name="matrix" text=".matrix" object="[flash.geom.Transform]" version="" helpid="x217CC" tiptext="A tranformation Matrix object containing values that affect the scaling, rotation, and translation of the movie clip."/>
						<string name="pixelBounds" text=".pixelBounds" object="[flash.geom.Transform]" version="" helpid="x217D0" tiptext="Defines the bounding rectangle of the MovieClip on the Stage."/>
					</folder>
				</folder>
			</folder>
			<folder name="flash.net package" id="flash.net package" tiptext="Classes for manipulating files" helpid="" version="8">
				<folder name="FileReference" sort="false" id="[flash.net.FileReference]" index="true" tiptext="FileReference represents a file on the user's local disk." helpid="x21776" version="8">
					<string name="new FileReference" helpid="x21777" text="new FileReference()" tiptext="Creates a new FileReference object." version="8" type="expression"/>
					<folder name="Methods" tiptext="FileReference methods" sort="true" id="FileReferenceMethods" index="false" version="">
						<string name="addListener" text=".addListener(% listener:Object %)" object="[flash.net.FileReference]" version="8" helpid="x2178A" tiptext="Registers an object to receive notification when a FileReference event handler is invoked."/>
						<string name="browse" text=".browse(% typelist:Array %)" object="[flash.net.FileReference]" version="8" helpid="x2177E" tiptext="Opens a file choose to let the user to browse for and select a file for upload."/>
						<string name="cancel" text=".cancel()" object="[flash.net.FileReference]" version="8" helpid="x21781" tiptext="Cancels any ongoing upload or download."/>
						<string name="download" text=".download(% url:String, defaultFileName:String %)" object="[flash.net.FileReference]" version="8" helpid="x21780" tiptext="Starts the download of a remote file to the local machine."/>
						<string name="removeListener" text=".removeListener(% listener:Object %)" object="[flash.net.FileReference]" version="8" helpid="x229DB" tiptext="Removes an object from the list of objects that receive event notifications messages."/>
						<string name="upload" text=".upload(% url:String %)" object="[flash.net.FileReference]" version="8" helpid="x2177F" tiptext="Starts the upload of a file to a remote server."/>
					</folder>
					<folder name="Properties" tiptext="FileReference properties" sort="true" id="FileReferenceProperties" index="false" version="">
						<string name="creationDate" text=".creationDate" object="[flash.net.FileReference]" version="8" helpid="x21778" tiptext="Gets the creation date of the file as a Date object."/>
						<string name="creator" text=".creator" object="[flash.net.FileReference]" version="8" helpid="x2177C" tiptext="The Macintosh creator type."/>
						<string name="modificationDate" text=".modificationDate" object="[flash.net.FileReference]" version="8" helpid="x21779" tiptext="Gets the modification date of the file as a Date object."/>
						<string name="name" text=".name" object="[flash.net.FileReference]" version="8" helpid="x2177A" tiptext="Gets the name of the file as a String."/>
						<string name="postData" text=".postData" object="[flash.net.FileReference]" version="9" helpid="x22AF8" tiptext="POST parameters to submit with the upload or download."/>
						<string name="size" text=".size" object="[flash.net.FileReference]" version="8" helpid="x2177B" tiptext="The size of the file in bytes."/>
						<string name="type" text=".type" object="[flash.net.FileReference]" version="8" helpid="x2177D" tiptext="Gets the type or extension of the file."/>
					</folder>
					<folder name="Events" tiptext="FileReference events" sort="true" id="FileReferenceEvents" index="false" version="">
						<string name="onCancel" text=".onCancel" object="[flash.net.FileReference]" helpid="x21783" version="8" type="event" tiptext="Invoked when the user dismisses the file-browsing dialog box."/>
						<string name="onComplete" text=".onComplete" object="[flash.net.FileReference]" helpid="x21789" version="8" type="event" tiptext="Invoked when the upload or download operation successfully completes."/>
						<string name="onHTTPError" text=".onHTTPError" object="[flash.net.FileReference]" helpid="x21786" version="8" type="event" tiptext="Invoked when an upload fails because of an HTTP error."/>
						<string name="onIOError" text=".onIOError" object="[flash.net.FileReference]" helpid="x21785" version="8" type="event" tiptext="Invoked when an input/output error occurs."/>
						<string name="onOpen" text=".onOpen" object="[flash.net.FileReference]" helpid="x21788" version="8" type="event" tiptext="Invoked when an upload or download operation starts."/>
						<string name="onProgress" text=".onProgress" object="[flash.net.FileReference]" helpid="x21787" version="8" type="event" tiptext="Invoked periodically during the file upload or download operation."/>
						<string name="onSecurityError" text=".onSecurityError" object="[flash.net.FileReference]" helpid="x21784" version="8" type="event" tiptext="Invoked when an upload or download fails because of a security error."/>
						<string name="onSelect" text=".onSelect" object="[flash.net.FileReference]" helpid="x21782" version="8" type="event" tiptext="Invoked when the user selects a file for upload or download from the file-browsing dialog box."/>
						<string name="onUploadCompleteData" text=".onUploadCompleteData" object="[flash.net.FileReference]" helpid="x22AF7" version="9" type="event" tiptext="Invoked after data is received from the server after a successful upload."/>
					</folder>
				</folder>
				<folder name="FileReferenceList" sort="false" id="[flash.net.FileReferenceList]" index="true" tiptext="FileReferenceList represents one or more local files on the user's disk." helpid="x2176F" version="8">
					<string name="new FileReferenceList" helpid="x21770" text="new FileReferenceList()" tiptext="Creates a new FileReferenceList object." version="8" type="expression"/>
					<folder name="Methods" tiptext="FileReferenceList methods" sort="true" id="FileReferenceListMethods" index="false" version="">
						<string name="addListener" text=".addListener(% listener:Object %)" object="[flash.net.FileReferenceList]" version="8" helpid="x21775" tiptext="Registers an object to receive notification when a FileReferenceList event handler is invoked."/>
						<string name="browse" text=".browse(% typelist:Array %)" object="[flash.net.FileReferenceList]" version="8" helpid="x21772" tiptext="Brings up an operating-system file chooser."/>
						<string name="removeListener" text=".removeListener(% listener:Object %)" object="[flash.net.FileReferenceList]" version="8" helpid="x229DC" tiptext="Removes an object from the list of objects that receive event notifications messages."/>
					</folder>
					<folder name="Properties" tiptext="FileReferenceList properties" sort="true" id="FileReferenceListProperties" index="false" version="">
						<string name="fileList" text=".fileList" object="[flash.net.FileReferenceList]" version="8" helpid="x21771" tiptext="An array of FileReference objects."/>
					</folder>
					<folder name="Events" tiptext="FileReferenceList events" sort="true" id="FileReferenceListEvents" index="false" version="">
						<string name="onCancel" text=".onCancel" object="[flash.net.FileReferenceList]" helpid="x21774" version="8" type="event" tiptext="Invoked when the user dismisses the file-browsing dialog box."/>
						<string name="onSelect" text=".onSelect" object="[flash.net.FileReferenceList]" helpid="x21773" version="8" type="event" tiptext="Invoked when the user selects one or more files to upload from the file-browsing dialog box."/>
					</folder>
				</folder>
			</folder>
			<folder name="flash.text package" id="flash.text package" tiptext="Classes for rendering text" helpid="" version="8">
				<folder name="TextRenderer" sort="false" id="[flash.text.TextRenderer]" index="true" tiptext="Provides functionality for anti-aliasing of embedded fonts." helpid="x216EA" version="8">
					<folder name="Methods" tiptext="TextRenderer methods" sort="true" id="TextRendererMethods" index="false" version="">
						<string name="setAdvancedAntialiasingTable" text=".setAdvancedAntialiasingTable(% fontName:String, gridFitType:Number, displayMode:Number, colorType:Number, advancedAntialiasingTable:Array %)" object="[flash.text.TextRenderer]" version="" helpid="x216EC" tiptext="Sets a custom CSM lookup table for a font."/>
					</folder>
					<folder name="Properties" tiptext="TextRenderer properties" sort="true" id="TextRendererProperties" index="false" version="">
						<string name="antiAliasType" text=".antiAliasType" object="[flash.text.TextRenderer]" version="" helpid="x216EB" tiptext="Specifies the type of anti-aliasing used for this movie."/>
						<string name="displayMode" text=".displayMode" object="[flash.text.TextRenderer]" version="9" helpid="x22AF9" tiptext="Controls the rendering of FlashType text."/>
						<string name="maxLevel" text=".maxLevel" object="[flash.text.TextRenderer]" version="" helpid="x2185E" tiptext="The ADF quality level for advanced anti-aliasing."/>
					</folder>
				</folder>
			</folder>
			<ifdef mode="FEATURE_CUSTOM_ACTIONS">
				<folder name="Authoring" id="Authoring" tiptext="Objects specific to the Authoring Tool" helpid="x20B43" version="6">
					<folder name="CustomActions" index="true" sort="false" helpid="x20B44" tiptext="Object that manages Custom Actions" version="6">
						<folder name="Methods" helpid="x20B45" tiptext="Methods of the CustomActions object" version="6">
							<string name="install" helpid="x20B46" tiptext="Installs a Custom Action" text="CustomActions.install(% name, xmltext %)" version="6" object="CustomActions"/>
							<string name="uninstall" helpid="x20B47" tiptext="Uninstalls a Custom Action" text="CustomActions.uninstall(% name %)" version="6" object="CustomActions"/>
							<string name="list" helpid="x20B48" tiptext="Returns a list of all Custom Actions" text="CustomActions.list()" version="6" object="CustomActions"/>
							<string name="get" helpid="x20B49" tiptext="Gets the definition of the named Custom Action" text="CustomActions.get(% name %)" version="6" object="CustomActions"/>
						</folder>
					</folder>
					<ifdef mode="FEATURE_LIVE_PREVIEW">
						<folder name="Live Preview" id="Live_Preview" tiptext="Actions specific to Live Preview of Components" helpid="x20BA6" version="6" index="true">
							<action id="function" name="onUpdate" tiptext="Declares the onUpdate callback function" helpid="x2053A" text="function onUpdate() {\n}\n" version="6"/>
						</folder>
					</ifdef>
					<!-- Added XMLUI class -->
					<folder name="XMLUI" sort="false" id="XMLUI" index="true" tiptext="XMLUI enables communication with SWF files used as custom user interfaces." helpid="x216A8">
						<folder name="Methods" tiptext="XMLUI methods" sort="true" id="XMLUIMethods" index="false">
							<string name="accept" text=".accept()" object="XMLUI" version="7" helpid="x216A9" tiptext="Makes the current XMLUI dialog exit with an &quot;accept&quot; state."/>
							<string name="cancel" text=".cancel()" object="XMLUI" version="7" helpid="x216AA" tiptext="Makes the current XMLUI dialog exit with a &quot;cancel&quot; state."/>
							<string name="get" text=".get(% name %)" object="XMLUI" version="7" helpid="x216AB" tiptext="Retrieves the value of the specified property of the current XMLUI dialog."/>
							<string name="set" text=".set(% name, value %)" object="XMLUI" version="7" helpid="x216AC" tiptext="Modifies the value of the specified property of the current XMLUI dialog."/>
						</folder>
					</folder>
				</folder>
			</ifdef>
			<folder name="Utility" id="Utility" tiptext="Classes that perform utility functions" helpid="" version="6">
				<folder name="AsBroadcaster" sort="false" id="AsBroadcaster" index="true" tiptext="AsBroadcaster provides event notification and listener management capabilities." helpid="x21842">
					<folder name="Methods" tiptext="AsBroadcaster methods" sort="true" id="AsBroadcasterMethods" index="false">
						<string name="addListener" text=".addListener()" object="AsBroadcaster" version="" helpid="x21843" tiptext="Registers an object to receive event notification messages."/>
						<string name="broadcastMessage" text=".broadcastMessage(% eventName %)" object="AsBroadcaster" version="" helpid="x21844" tiptext="Sends an event message to each object in the list of listeners."/>
						<string name="initialize" text=".initialize(% obj %)" object="AsBroadcaster" version="" helpid="x21845" tiptext="Adds event notification and listener management functionality to a given object."/>
						<string name="removeListener" text=".removeListener()" object="AsBroadcaster" version="" helpid="x21846" tiptext="Removes an object from the list of objects that receive event notification messages."/>
					</folder>
				</folder>
			</folder>
		</folder>
		<folder name="Compiler Directives" id="Movie Control" tiptext="Compiler directives" sort="false">
			<ifdef mode="FEATURE_OBJECT_MODEL">
				<action id="#initclip" name="#initclip" text="#initclip\n" helpid="x20A48" tiptext="Begin a Component initialization block" quickey="ic" version="6"/>
				<action id="#endinitclip" name="#endinitclip" text="#endinitclip\n" helpid="x20A49" tiptext="End a Component initialization block" quickey="ec" version="6"/>
			</ifdef>
			<action id="include" name="#include" tiptext="Include a script from a file" quickey="in" helpid="x20936" text="#include &quot;%path%&quot;\n"/>
		</folder>
		<folder name="Constants" id="Constants" tiptext="Global constants to use in expressions" helpid="x20A41" version="4">
			<string name="true" tiptext="The boolean value true" helpid="x209DC" text="true" version="4"/>
			<string name="false" tiptext="The boolean value false" helpid="x2091C" text="false" version="4"/>
			<string name="newline" tiptext="The newline character" helpid="x20977" text="newline" version="4"/>
			<ifdef mode="FEATURE_XML_ACTIONS_TOOLBOX">
				<string name="null" text="null" tiptext="The 'null' value." helpid="x20A1D" version="5"/>
				<string name="undefined" text="undefined" tiptext="The 'undefined' value." helpid="x20AB7" version="5"/>
			</ifdef>
			<string name="Infinity" tiptext="The Infinity value of the Number type" helpid="x2045B" text="Infinity" version="4"/>
			<string name="-Infinity" tiptext="The -Infinity value of the Number type" helpid="x2045C" text="-Infinity" version="4"/>
		</folder>
		<folder name="Types" id="Types" index="true" tiptext="Built-in types that can be used for strong typing" helpid="x20000" version="6">
			<string name="Array" tiptext="Array type" helpid="x208A1" text="Array" version="6"/>
			<string name="BevelFilter" tiptext="BevelFilter type" helpid="x21748" text="BevelFilter" object="flash.filters.BevelFilter" version="8"/>
			<string name="BitmapData" tiptext="BitmapData type" helpid="x21790" text="BitmapData" object="flash.display.BitmapData" version="8"/>
			<string name="BitmapFilter" tiptext="BitmapFilter type" helpid="x21769" object="flash.filters.BitmapFilter" text="BitmapFilter" version="8"/>
			<string name="BlurFilter" tiptext="BlurFilter type" helpid="x21763" object="flash.filters.BlurFilter" text="BlurFilter" version="8"/>
			<string name="Boolean" tiptext="Boolean type" helpid="x208C1" text="Boolean" version="6"/>
			<string name="Button" tiptext="Button type" helpid="x20A6C" text="Button" version="6"/>
			<string name="Camera" tiptext="Camera type" helpid="x204DB" text="Camera" version="6"/>
			<string name="Color" tiptext="Color type" helpid="x208DC" text="Color" version="6"/>
			<string name="ColorMatrixFilter" tiptext="ColorMatrixFilter type" helpid="x2176B" text="ColorMatrixFilter" object="flash.filters.ColorMatrixFilter" version="8"/>
			<string name="ColorTransform" tiptext="ColorTransform type" helpid="x216E8" text="ColorTransform" object="flash.geom.ColorTransform" version="8"/>
			<string name="ContextMenu" tiptext="ContextMenu type" helpid="x20431" text="ContextMenu" version="6"/>
			<string name="ContextMenuItem" tiptext="ContextMenuItem type" helpid="x20477" text="ContextMenuItem" version="6"/>
			<string name="ConvolutionFilter" tiptext="ConvolutionFilter type" helpid="x21757" text="ConvolutionFilter" object="flash.filters.ConvolutionFilter" version="8"/>
			<string name="CustomActions" tiptext="CustomActions type" helpid="x20B44" text="CustomActions" version="6"/>
			<string name="Date" tiptext="Date type" helpid="x208E9" text="Date" version="6"/>
			<string name="DisplacementMapFilter" tiptext="DisplacementMapFilter type" helpid="x2173C" text="DisplacementMapFilter" object="flash.filters.DisplacementMapFilter" version="8"/>
			<string name="DropShadowFilter" tiptext="DropShadowFilter type" helpid="x216FF" text="DropShadowFilter" object="flash.filters.DropShadowFilter" version="8"/>
			<string name="Error" tiptext="Error type" helpid="x20ACB" text="Error" version="7"/>
			<string name="ExternalInterface" tiptext="ExternalInterface type" helpid="x217E5" text="ExternalInterface" object="flash.external.ExternalInterface" version="8"/>
			<string name="FileReference" tiptext="FileReference type" helpid="x21776" text="FileReference" object="flash.net.FileReference" version="8"/>
			<string name="FileReferenceList" tiptext="FileReferenceList type" helpid="x2176F" text="FileReferenceList" object="flash.net.FileReferenceList" version="8"/>
			<string name="Function" tiptext="Function type" helpid="x20B89" text="Function" version="6"/>
			<string name="GlowFilter" tiptext="GlowFilter type" helpid="x21731" text="GlowFilter" object="flash.filters.GlowFilter" version="8"/>
			<string name="GradientBevelFilter" tiptext="GradientBevelFilter type" helpid="x21723" text="GradientBevelFilter" object="flash.filters.GradientBevelFilter" version="8"/>
			<string name="GradientGlowFilter" tiptext="GradientGlowFilter type" helpid="x21715" text="GradientGlowFilter" object="flash.filters.GradientGlowFilter" version="8"/>
			<string name="IME" tiptext="IME type" helpid="x217AD" text="System.IME" version="8"/>
			<string name="LoadVars" tiptext="LoadVars type" helpid="x20A4A" text="LoadVars" version="6"/>
			<string name="LocalConnection" tiptext="LocalConnection type" helpid="x20540" text="LocalConnection" version="6"/>
			<string name="Matrix" tiptext="Matrix type" helpid="x216D9" text="Matrix" object="flash.geom.Matrix" version="8"/>
			<string name="Microphone" tiptext="Microphone type" helpid="x204F0" text="Microphone" version="6"/>
			<string name="MovieClip" tiptext="MovieClip type" helpid="x208D0" text="MovieClip" version="6"/>
			<string name="MovieClipLoader" tiptext="MovieClipLoader type" helpid="x20481" text="MovieClipLoader" version="7"/>
			<string name="NetConnection" tiptext="NetConnection type" helpid="x20416" text="NetConnection" version="6"/>
			<string name="NetStream" tiptext="NetStream type" helpid="x20417" text="NetStream" version="6"/>
			<string name="Number" tiptext="Number type" helpid="x2097D" text="Number" version="6"/>
			<string name="Object" tiptext="Object type" helpid="x20982" text="Object" version="6"/>
			<string name="Point" tiptext="Point type" helpid="x216B4" text="Point" object="flash.geom.Point" version="8"/>
			<string name="PrintJob" tiptext="PrintJob type" helpid="x20543" text="PrintJob" version="7"/>
			<string name="Rectangle" tiptext="Rectangle type" helpid="x216BD" text="Rectangle" object="flash.geom.Rectangle" version="8"/>
			<string name="Security" tiptext="Security type" helpid="x20A3D" text="System.security" version="8"/>
			<string name="SharedObject" tiptext="SharedObject type" helpid="x20501" text="SharedObject" version="6"/>
			<string name="Sound" tiptext="Sound type" helpid="x209B0" text="Sound" version="6"/>
			<string name="String" tiptext="String type" helpid="x209C9" text="String" version="6"/>
			<string name="TextField" tiptext="TextField type" helpid="x20A34" text="TextField" version="6"/>
			<string name="TextFormat" tiptext="TextFormat type" helpid="x20B5A" text="TextFormat" version="6"/>
			<string name="TextRenderer" tiptext="TextRenderer type" helpid="x216EA" text="TextRenderer" object="flash.text.TextRenderer" version="8"/>
			<string name="TextSnapshot" tiptext="TextSnapshot type" helpid="x20459" text="TextSnapshot" version="7"/>
			<string name="Transform" tiptext="Transform type" helpid="x217CA" text="Transform" object="flash.geom.Transform" version="8"/>
			<string name="Void" tiptext="Void type" helpid="x209E3" text="Void" version="6"/>
			<string name="XML" tiptext="XML type" helpid="x20A01" text="XML" version="6"/>
			<string name="XMLNode" tiptext="XMLNode type" helpid="x20589" text="XMLNode" version="6"/>
			<string name="XMLSocket" tiptext="XMLSocket type" helpid="x209EB" text="XMLSocket" version="6"/>
			<string name="XMLUI" tiptext="XMLUI type" helpid="x216A8" text="XMLUI"/>
		</folder>
		<deprecate>
			<folder name="Deprecated" id="Deprecated" index="true" tiptext="Features that should be avoided in new content" helpid="x20A42">
				<folder name="Actions" id="Actions" tiptext="Deprecated actions" helpid="x20A43">
					<ifmode mode="SCRIPT_ASSIST_ON">
						<action id="method" name="method" tiptext="Declare a method of an object" helpid="x20B4A" quickey="md" version="5"/>
						<action id="generic call function" name="call function" tiptext="Call a user-defined function or method" helpid="x20B4C" quickey="cf" version="5"/>
						<action id="toggleHighQuality" name="toggleHighQuality" tiptext="Toggles between low and high quality" helpid="x209D9" quickey="tq"/>
						<action id="tellTarget" name="tellTarget" tiptext="Within tellTarget, actions operate on targeted movie clip" helpid="x209D6" quickey="tt" version="3"/>
						<action id="ifFrameLoaded" name="ifFrameLoaded" tiptext="Performs actions only if a particular frame is loaded" helpid="x20935" quickey="il" version="3"/>
					</ifmode>
					<ifmode mode="SCRIPT_ASSIST_OFF">
						<string name="toggleHighQuality" tiptext="Toggles between low and high quality" helpid="x209D9" text="toggleHighQuality();\n" quickey="tq"/>
						<string name="tellTarget" tiptext="Within tellTarget, commands operate on targeted movie clip" helpid="x209D6" text="tellTarget (% target %) {\n}\n" quickey="tt" version="3"/>
						<string name="ifFrameLoaded" tiptext="Performs actions only if a particular frame is loaded" helpid="x20935" text="ifFrameLoaded (% frame %) {\n}\n" quickey="il" version="3"/>
					</ifmode>
					<action id="call" name="call" tiptext="Call a subroutine in a specified frame" helpid="x208C5" text="call (% frame %);\n" quickey="ca" version="4"/>
				</folder>
				<folder name="Operators" id="Operators" tiptext="Deprecated operators" helpid="x20A44">
					<string name="&lt;&gt;" tiptext="Not equals" helpid="x20985" text="&lt;&gt;" version="4"/>
					<string name="and" tiptext="Logical AND" helpid="x2089C" text="and" version="4"/>
					<string name="or" tiptext="Logical OR" helpid="x2098B" text="or" version="4"/>
					<string name="not" tiptext="Logical NOT" helpid="x2097A" text="not" version="4"/>
					<string name="add" tiptext="Concatenate strings together" helpid="x208E2" text="add" version="4"/>
					<string name="eq" tiptext="Test equality (strings)" helpid="x209BD" text="eq" version="4"/>
					<string name="ne" tiptext="Test inequality (strings)" helpid="x209C7" text="ne" version="4"/>
					<string name="lt" tiptext="Less than (strings)" helpid="x209C6" text="lt" version="4"/>
					<string name="gt" tiptext="Greater than (strings)" helpid="x209C1" text="gt" version="4"/>
					<string name="le" tiptext="Less than or equal to (strings)" helpid="x209C4" text="le" version="4"/>
					<string name="ge" tiptext="Greater than or equal to (strings)" helpid="x209C0" text="ge" version="4"/>
				</folder>
				<folder name="Functions" id="Functions" tiptext="Deprecated functions" helpid="x209BF" version="4">
					<string name="substring" tiptext="Extract count characters from string, starting at index'th character" helpid="x209D1" text="substring(% string, index, count %)" version="4"/>
					<string name="length" tiptext="Calculate the length of the string" helpid="x20954" text="length(% string %)" version="4"/>
					<string name="chr" tiptext="Convert an ASCII code to a character" helpid="x208C7" text="chr(% asciiCode %)" version="4"/>
					<string name="ord" tiptext="Convert a character to an ASCII code" helpid="x2098C" text="ord(% character %)" version="4"/>
					<string name="mbsubstring" tiptext="Extract count characters from string, starting at index'th character (multibyte aware)" helpid="x20968" text="mbsubstring(% string, index, count %)" version="4"/>
					<string name="mblength" tiptext="Calculate the length of the string (multibyte aware)" helpid="x20966" text="mblength(% string %)" version="4"/>
					<string name="mbchr" tiptext="Convert an ASCII/S-JIS code to a character (multibyte aware)" helpid="x20965" text="mbchr(% asciiCode %)" version="4"/>
					<string name="mbord" tiptext="Convert a character to an ASCII/S-JIS code (multibyte aware)" helpid="x20967" text="mbord(% character %)" version="4"/>
					<string name="int" tiptext="Extract the integer part of a number" helpid="x20938" text="int(% number %)" version="4"/>
					<string name="random" tiptext="Generate a random number between 0 and specified number" helpid="x2099B" text="random(% number %)" version="4"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Deprecated properties" helpid="x20A45" version="4">
					<property name="_highquality" description="High quality" tiptext="Returns false if low quality, true if high quality" helpid="x20932" variable="_highquality" version="4"/>
					<string name="scroll" tiptext="Index of first visible line in text field" helpid="x20A0E" text=".scroll" version="4"/>
					<string name="maxscroll" tiptext="Maximum value of .scroll in text field" helpid="x20A0F" text=".maxscroll" version="4"/>
				</folder>
			</folder>
		</deprecate>
	</actionspanel>
	<codehints>
    <package name="flash.display" children="BitmapData"/>
    <package name="flash.external" children="ExternalInterface"/>
    <package name="flash.filters" children="BevelFilter,BitmapFilter,BlurFilter,ColorMatrixFilter,DisplacementMapFilter,DropShadowFilter,GlowFilter,GradientBevelFilter,GradientGlowFilter"/>
    <package name="flash.geom" children="ColorTransform,Matrix,Point,Rectangle,Transform"/>
    <package name="flash.net" children="FileReference,FileReferenceList"/>
    <package name="flash.text" children="TextRenderer"/>
		<codehint pattern="on (press) {\n}\n"/>
		<codehint pattern="on (release) {\n}\n"/>
		<codehint pattern="on (releaseOutside) {\n}\n"/>
		<codehint pattern="on (rollOver) {\n}\n"/>
		<codehint pattern="on (rollOut) {\n}\n"/>
		<codehint pattern="on (dragOver) {\n}\n"/>
		<codehint pattern="on (dragOut) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Left&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Right&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Home&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;End&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Insert&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Delete&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Backspace&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Enter&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Up&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Down&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;PageUp&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;PageDown&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Tab&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Escape&gt;&quot;) {\n}\n"/>
		<codehint pattern="on (keyPress &quot;&lt;Space&gt;&quot;) {\n}\n"/>
		<codehint pattern="onClipEvent (load) {\n}\n"/>
		<codehint pattern="onClipEvent (unload) {\n}\n"/>
		<codehint pattern="onClipEvent (enterFrame) {\n}\n"/>
		<codehint pattern="onClipEvent (mouseDown) {\n}\n"/>
		<codehint pattern="onClipEvent (mouseMove) {\n}\n"/>
		<codehint pattern="onClipEvent (mouseUp) {\n}\n"/>
		<codehint pattern="onClipEvent (keyDown) {\n}\n"/>
		<codehint pattern="onClipEvent (keyUp) {\n}\n"/>
		<codehint pattern="onClipEvent (data) {\n}\n"/>
		<typeinfo pattern="*_mc" object="MovieClip"/>
		<typeinfo pattern="*_array" object="Array"/>
		<typeinfo pattern="*_str" object="String"/>
		<typeinfo pattern="*_btn" object="Button"/>
		<typeinfo pattern="*_txt" object="TextField"/>
		<typeinfo pattern="*_fmt" object="TextFormat"/>
		<typeinfo pattern="*_date" object="Date"/>
		<typeinfo pattern="*_sound" object="Sound"/>
		<typeinfo pattern="*_xml" object="XML"/>
		<typeinfo pattern="*_xmlnode" object="XMLNode"/>
		<typeinfo pattern="*_xmlsocket" object="XMLSocket"/>
		<typeinfo pattern="*_color" object="Color"/>
		<typeinfo pattern="*_cm" object="ContextMenu"/>
		<typeinfo pattern="*_cmi" object="ContextMenuItem"/>
		<typeinfo pattern="*_pj" object="PrintJob"/>
		<typeinfo pattern="*_mcl" object="MovieClipLoader"/>
		<typeinfo pattern="*_err" object="Error"/>
		<typeinfo pattern="*_cam" object="Camera"/>
		<typeinfo pattern="*_lv" object="LoadVars"/>
		<typeinfo pattern="*_lc" object="LocalConnection"/>
		<typeinfo pattern="*_mic" object="Microphone"/>
		<typeinfo pattern="*_nc" object="NetConnection"/>
		<typeinfo pattern="*_ns" object="NetStream"/>
		<typeinfo pattern="*_so" object="SharedObject"/>
		<typeinfo pattern="*_video" object="Video"/>
		<typeinfo pattern="_level*" object="MovieClip"/>
		<typeinfo pattern="_parent" object="MovieClip"/>
		<typeinfo pattern="_root" object="MovieClip"/>
	</codehints>
</toolbox>