<?xml version="1.0"?>
<actionspanel>
	<!--Operators-->
	<!--Functions-->
	<folder name="Global Functions" id="Actions" sort="false" tiptext="Functions that can be added to your script" helpid="2202">
		<folder name="Timeline Control" id="Movie Control" tiptext="Functions that control movie playback" helpid="2615">
			<action name="gotoAndPlay" tiptext="Go to the specified frame and play" helpid="2350" text="gotoAndPlay(% frame %);\n" text2="gotoAndPlay(% scene, frame %);\n" quickey="gp"/>
			<action name="gotoAndStop" tiptext="Go to the specified frame and stop" helpid="2351" text="gotoAndStop(% frame %);\n" text2="gotoAndStop(% scene, frame %);\n" quickey="gs"/>
			<action name="nextFrame" tiptext="Go to the next frame" helpid="2424" text="nextFrame();\n" quickey="nf"/>
			<action name="prevFrame" tiptext="Go to the previous frame" helpid="2453" text="prevFrame();\n" quickey="pf"/>
			<action name="nextScene" tiptext="Go to the next scene" helpid="2425" text="nextScene();\n" quickey="ns"/>
			<action name="prevScene" tiptext="Go to the previous scene" helpid="2454" text="prevScene();\n" quickey="ps"/>
			<action id="play" name="play" tiptext="Start playing the movie" helpid="2449" text="play();\n" quickey="pl"/>
			<action id="stop" name="stop" tiptext="Stop playing the movie" helpid="2486" text="stop();\n" quickey="st"/>
			<action id="stopAllSounds" name="stopAllSounds" tiptext="Stop playing all sounds" helpid="2487" text="stopAllSounds();\n" quickey="ss"/>
		</folder>
		<folder name="Browser/Network" id="Browser_Network" tiptext="Functions that control the Web browser and network" helpid="2616">
			<action id="getURL" name="getURL" tiptext="Tell Web browser to navigate to specified URL" helpid="2345" text="getURL(% url, window, method %);\n" quickey="gu"/>
			<action name="loadMovie" tiptext="Loads a SWF or JPEG from an URL into a movie clip" helpid="2389" text="loadMovie(% url, target, method %);\n" quickey="lm" version="3"/>
			<action name="loadMovieNum" tiptext="Loads a SWF or JPEG from an URL into a level" helpid="2598" text="loadMovieNum(% url, level, method %);\n" quickey="ln" version="3"/>
			<action name="loadVariables" tiptext="Load variables from an URL" helpid="2390" text="loadVariables(% url, target, method %);\n" quickey="lv" version="4"/>
			<action name="loadVariablesNum" tiptext="Load variables from an URL into a level" helpid="2597" text="loadVariablesNum(% url, level, method %);\n" quickey="vn" version="4"/>
			<action name="unloadMovie" tiptext="Unload a movie clip loaded with loadMovie" helpid="2527" text="unloadMovie(% target %);\n" quickey="um" version="3"/>
			<action name="unloadMovieNum" tiptext="Unload a movie clip loaded with loadMovieNum" helpid="2599" text="unloadMovieNum(% level %);\n" quickey="un" version="3"/>
			<action id="FSCommand" name="fscommand" tiptext="Sends FSCommand to movie's container" helpid="2337" text="fscommand(% command, parameters %);\n" quickey="fs" version="3"/>
		</folder>
		<folder name="Movie Clip Control" id="Movie Clip Control" tiptext="Functions that control Movie Clips" helpid="2617">
			<action id="onClipEvent" name="onClipEvent" tiptext="Performs actions when a particular movie clip event occurs" helpid="2439" 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="2438" 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="2475" text="setProperty(% target, property, value %);\n" quickey="sp" version="4"/>
			<action id="duplicateMovieClip" name="duplicateMovieClip" tiptext="Make a duplicate of a movie clip" helpid="2264" text="duplicateMovieClip(% target, newname, depth %);\n" quickey="dm" version="4"/>
			<action id="removeMovieClip" name="removeMovieClip" tiptext="Removes a movie clip created with duplicateMovieClip" helpid="2460" text="removeMovieClip(% target %);\n" quickey="rm" version="4"/>
			<action id="startDrag" name="startDrag" tiptext="Start a drag operation on a movie clip" helpid="2485" 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="2488" text="stopDrag();\n" quickey="sd" version="4"/>
			<action name="updateAfterEvent" tiptext="Updates the stage after &quot;mouse&quot; or &quot;key&quot; clip events" helpid="2581" text="updateAfterEvent()" type="procedure" version="5"/>
			<action name="getProperty" tiptext="Returns a property of the specified movie clip" helpid="2343" text="getProperty(% target, property %)" version="4"/>
			<action name="targetPath" tiptext="Returns the target path string for a specified movie clip" helpid="2517" text="targetPath(% movieClip %)" version="5"/>
		</folder>
		<folder name="Printing Functions" id="Printing" tiptext="Functions that print movies or movie clips" helpid="2622">
			<action id="print" name="print" tiptext="Print a movie clip" helpid="2455" text="print(% target, type %);\n" quickey="pr" version="4"/>
			<action name="printAsBitmap" tiptext="Prints a movie clip as a bitmap" helpid="2456" text="printAsBitmap(% target, type %);\n" quickey="pb" version="4"/>
			<action name="printNum" tiptext="Print a level" helpid="2600" text="printNum(% level, type %);\n" quickey="pn" version="4"/>
			<action name="printAsBitmapNum" tiptext="Prints a level as a bitmap" helpid="2601" text="printAsBitmapNum(% level, type %);\n" quickey="bn" version="4"/>
		</folder>
		<folder name="Miscellaneous Functions" id="Miscellaneous Functions" tiptext="Miscellaneous functions" helpid="2621">
			<action id="trace" name="trace" tiptext="Sends a message to the Output window" helpid="2523" text="trace(% message %);\n" quickey="tr" version="4"/>
			<ifdef mode="FEATURE_INTERVAL_FUNCS">
				<string name="setInterval" tiptext="Initialize a periodic callback" helpid="2630" text="setInterval(% functionName, interval, params %)" version="6"/>
				<string name="clearInterval" tiptext="Cancel a periodic callback" helpid="2631" text="clearInterval(% intervalID %)" version="6" type="procedure"/>
			</ifdef>
			<string name="eval" tiptext="Returns value of variable named by the expresssion" helpid="2329" text="eval(% variable %)" version="4"/>
			<string name="getTimer" tiptext="The number of milliseconds since the movie started playing" helpid="2519" text="getTimer()" version="4"/>
			<string name="escape" tiptext="Escapes characters in a string not permitted in URLs" helpid="2328" text="escape(% string %)" version="5"/>
			<string name="unescape" tiptext="Unescapes %XX hex sequences in a string" helpid="2526" text="unescape(% string %)" version="5"/>
			<string name="getVersion" tiptext="Get version number of Flash Player" helpid="2346" text="getVersion()" version="4"/>
			<string name="MMExecute" tiptext="Executes a JavaScript API command from ActionScript" helpid="1416" text="MMExecute(% string %)" version="7"/>
		</folder>
		<folder name="Mathematical Functions" id="Mathematical Functions" tiptext="Functions that perform mathematical operations" helpid="2623" version="4">
			<string name="parseInt" tiptext="Parses a string into an integer" helpid="2448" text="parseInt(% string, radix %)" version="5"/>
			<string name="parseFloat" tiptext="Parses a string into a floating-point number" helpid="2447" text="parseFloat(% string %)" version="5"/>
			<string name="isFinite" tiptext="Tests whether a number is finite" helpid="2361" text="isFinite(% number %)" version="5"/>
			<string name="isNaN" tiptext="Tests whether a number is NaN (Not A Number)" helpid="2362" text="isNaN(% number %)" version="5"/>
		</folder>
		<folder name="Conversion Functions" id="Conversion Functions" tiptext="Functions that perform type conversions" helpid="2624" version="4">
			<string name="String" tiptext="Converts argument to type string" helpid="2489" text="String(% expression %)" version="4"/>
			<string name="Number" tiptext="Converts argument to type number" helpid="2427" text="Number(% expression %)" version="4"/>
			<string name="Boolean" tiptext="Converts argument to type boolean" helpid="2239" text="Boolean(% expression %)" version="5"/>
			<string name="Array" tiptext="Constructs array from arguments" helpid="3014" text="Array(%%)" text2="Array(% length %)" text3="Array(% item1, ..., itemN %)" version="6"/>
			<string name="Object" tiptext="Converts argument to corresponding object type" helpid="3015" text="Object(% expression %)" text2="Object(%%)" version="6"/>
		</folder>
	</folder>
	<folder name="Global Properties" id="Properties" tiptext="Global properties and identifiers" helpid="2457" version="4">
		<property name="_quality" description="Quality" tiptext="Current rendering quality as string: LOW, MEDIUM, HIGH or BEST" helpid="2573" variable="_quality" version="5"/>
		<property name="_soundbuftime" description="Sound buffer time" tiptext="Number of seconds of sound to prebuffer, default = 5" helpid="2481" variable="_soundbuftime" version="4"/>
		<folder name="Identifiers" tiptext="Identifiers to ">
			<string name="_global" text="_global" tiptext="The global object, which holds global variables" helpid="2650" version="6"/>
			<string name="_root" text="_root" tiptext="The root Movie Clip of the current level, e.g. _level0 or _level2" helpid="2739" version="5"/>
			<string name="_parent" text="_parent" tiptext="The parent Movie Clip of the current Movie Clip" helpid="2740" version="5"/>
			<string name="_level" text="_level" tiptext="A numbered level loaded with loadMovie, like _level1" helpid="2741" version="3"/>
			<string name="this" text="this" tiptext="The current object; container of executing script or method" helpid="2738" version="5"/>
			<string name="super" text="super" tiptext="Superclass operator; invokes constructor/method of superclass" helpid="2952" version="6"/>
		</folder>
		<property name="_focusrect" description="Show focus rectangle" tiptext="Returns false if tab focus rectangles are hidden, true if displayed" helpid="2334" variable="_focusrect" version="4"/>
		<property name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="1313" text="_accProps" variable="_accProps" version="7"/>
	</folder>
	<folder name="Statements" tiptext="ActionScript statement keywords">
		<folder name="Variables" id="Variables" tiptext="Actions that modify and access variables" helpid="2618">
			<action id="set variable" name="set variable" tiptext="Set a variable" helpid="2476" text="set (% name, value %);\n" quickey="sv" version="4"/>
			<action id="with" name="with" tiptext="Actions within with operate on the specified object" helpid="2534" text="with (% object %) {\n}\n" quickey="wt" version="5"/>
			<action id="delete" name="delete" tiptext="Delete a variable or object" helpid="2321" text="delete %path%;\n" quickey="de" version="5"/>
			<action id="var" name="var" tiptext="Declares local variables" helpid="2529" text="var %%;\n" quickey="vr" version="5"/>
		</folder>
		<folder name="Conditions/Loops" id="Conditions_Loops" tiptext="Conditional statements and loop constructs" helpid="2619">
			<action id="if" name="if" tiptext="Performs actions if a condition is true" helpid="2356" text="if (% condition %) {\n}\n" quickey="if" version="4"/>
			<action id="else" name="else" tiptext="Inside if, perform actions if condition is false" helpid="2325" 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="2326" text="} else if (% condition %) {\n" quickey="ei" version="4"/>
			<action id="while" name="while" tiptext="Perform actions while the condition is true." helpid="2532" text="while (% condition %) {\n}\n" quickey="wh" version="4"/>
			<action id="do while" name="do while" tiptext="Do While Loop" helpid="2323" text="do {\n} while (% condition %);\n" quickey="do" version="4"/>
			<action id="for" name="for" tiptext="For Loop" helpid="2335" 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="2336" text="for (% $iterator$ in $object$ %) {\n}\n" quickey="fi" version="5"/>
			<action id="break" name="break" tiptext="Break out of the enclosing loop" helpid="2244" text="break;\n" quickey="br" version="4"/>
			<action id="continue" name="continue" tiptext="Continue at the start of the enclosing loop" helpid="2275" 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="2606" 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="2607" 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="2608" text="default :\n" quickey="dt" version="4"/>
			</ifdef>
		</folder>
		<ifdef mode="FEATURE_EXCEPTIONS">
			<folder name="Exceptions" id="Exceptions" tiptext="Exception handling" helpid="2758">
				<action id="try" name="try" tiptext="Try a block of code with exception handling" helpid="2759" text="try {\n}\n" quickey="ty" version="7"/>
				<action id="catch" name="catch" tiptext="Catches an exception" helpid="2760" text="catch (% variable %) {\n}\n" quickey="ch" version="7"/>
				<action id="finally" name="finally" tiptext="Executes code after exception handling" helpid="2761" text="finally {\n}\n" quickey="fy" version="7"/>
				<action id="throw" name="throw" tiptext="Throws an exception" helpid="2762" text="throw %expression%;\n" quickey="th" version="7"/>
			</folder>
		</ifdef>
		<folder id="Class Constructs" tiptext="Constructs for creating classes" helpid="1405" version="6" name="Class Constructs">
			<action id="class" name="class" tiptext="Declares a class construct" helpid="1040" text="class %name% {\n}\n" quickey="cl" version="6"/>
			<action id="interface" name="interface" tiptext="Declared an interface construct" helpid="1304" text="interface %name% {\n}\n" quickey="it" version="6"/>
			<string name="extends" tiptext="Subclasses another class or interface" helpid="1296" text="extends %name% " version="6"/>
			<string name="implements" tiptext="Implements the functions of an interface" helpid="1298" text="implements %name% " version="6"/>
			<string name="static" tiptext="Declares a class member static" helpid="1302" text="static" version="6"/>
			<string name="public" tiptext="Declares a class member public" helpid="1300" text="public" version="6"/>
			<string name="private" tiptext="Declares a class member private" helpid="1299" text="private" version="6"/>
			<action id="import" name="import" tiptext="Imports a class or interface for use in the following script" helpid="1303" text="import" quickey="ip" version="6"/>
			<string name="dynamic" tiptext="Declares a class dynamic" helpid="1295" text="dynamic" version="6"/>
			<string name="get" tiptext="Declares a class member function an implicit getter" helpid="1297" text="get" version="6"/>
			<string name="set" tiptext="Declares a class member function an implicit setter" helpid="1301" text="set" version="6"/>
		</folder>
		<folder name="User-Defined Functions" id="User-Defined Functions" tiptext="Actions that create and invoke functions" helpid="2620">
			<action id="function" name="function" tiptext="Declares a user-defined function" helpid="2338" text="function %name% () {\n}\n" quickey="fn" version="5"/>
			<action id="return" name="return" tiptext="Returns a value from a function" helpid="2461" text="return (%%);\n" quickey="rt" version="5"/>
		</folder>
	</folder>
	<folder name="Operators" id="Operators" tiptext="Operators to use in expressions" helpid="2341" 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="2458" text="&quot;%%&quot;" version="4"/>
		<string name="()" tiptext="Use parentheses to group expressions, i.e. (x+y)*z" helpid="2446" text="(%%)" version="4"/>
		<folder name="Arithmetic Operators" id="Arithmetic Operators" tiptext="Operators that perform arithmetic operations" helpid="2237" version="4">
			<string name="+" tiptext="Add numbers" helpid="2450" text="+" version="4"/>
			<string name="-" tiptext="Subtract numbers" helpid="2410" text="-" version="4"/>
			<string name="*" tiptext="Multiply numbers" helpid="2520" text="*" version="4"/>
			<string name="/" tiptext="Divides first number by the second number" helpid="2322" text="/" version="4"/>
			<string name="%" tiptext="Calculate the remainder of x divided by y" helpid="2412" text="%" version="4"/>
		</folder>
		<folder name="Comparison Operators" id="Comparison Operators" tiptext="Operators that perform comparisons" helpid="2237" version="4">
			<string name="==" tiptext="Test equality" helpid="2327" text="==" version="4"/>
			<ifdef mode="FEATURE_SWITCH_AND_STRICT_EQUALITY">
				<string name="===" tiptext="Test strict equality" helpid="61476" text="===" version="4"/>
				<string name="!==" tiptext="Test strict inequality" helpid="61477" text="!==" version="4"/>
			</ifdef>
			<string name="!=" tiptext="Test inequality" helpid="2421" text="!=" version="4"/>
			<string name="&lt;" tiptext="Less than" helpid="2394" text="&lt;" version="4"/>
			<string name="&gt;" tiptext="Greater than" helpid="2352" text="&gt;" version="4"/>
			<string name="&lt;=" tiptext="Less than or equal to" helpid="2387" text="&lt;=" version="4"/>
			<string name="&gt;=" tiptext="Greater than or equal to" helpid="2340" text="&gt;=" version="4"/>
		</folder>
		<folder name="Logical Operators" id="Logical Operators" tiptext="Operators that perform logical operations" helpid="2237" version="4">
			<string name="&amp;&amp;" tiptext="Short-circuit logical AND operator" helpid="2440" text="&amp;&amp;" version="4"/>
			<string name="||" tiptext="Short-circuit logical OR operator" helpid="2442" text="||" version="4"/>
			<string name="!" tiptext="Logical NOT operator" helpid="2441" text="!" version="4"/>
		</folder>
		<folder name="Bitwise Operators" id="Bitwise Operators" tiptext="Operators that manipulate bits (AND, OR, XOR, etc.)" helpid="2237" version="5">
			<string name="&amp;" tiptext="Bitwise AND operator" helpid="2232" text="&amp;" version="5"/>
			<string name="|" tiptext="Bitwise OR operator" helpid="2234" text="|" version="5"/>
			<string name="^" tiptext="Bitwise XOR operator" helpid="2238" text="^" version="5"/>
			<string name="&lt;&lt;" tiptext="Shifts left by a number of bits" helpid="2233" text="&lt;&lt;" version="5"/>
			<string name="&gt;&gt;" tiptext="Shifts right by a number of bits" helpid="2235" text="&gt;&gt;" version="5"/>
			<string name="&gt;&gt;&gt;" tiptext="Shifts right by a number of bits (unsigned)" helpid="2236" text="&gt;&gt;&gt;" version="5"/>
			<string name="~" tiptext="Bitwise one's complement operator" helpid="2272" text="~" version="5"/>
		</folder>
		<folder name="Assignment" id="Assignment" tiptext="Operators that perform variable assignments" helpid="2273" version="4">
			<string name="=" tiptext="Store the value of B in A" helpid="2744" text="=" version="4"/>
			<string name="|=" tiptext="Store the bitwise OR of A and B in A" helpid="2223" text="|=" version="5"/>
			<string name="&amp;=" tiptext="Store the bitwise AND of A and B in A" helpid="2218" text="&amp;=" version="5"/>
			<string name="^=" tiptext="Store the bitwise XOR of A and B in A" helpid="2227" text="^=" version="5"/>
			<string name="+=" tiptext="Store the sum A + B in A" helpid="2217" text="+=" version="4"/>
			<string name="-=" tiptext="Store the value A - B in A" helpid="2225" text="-=" version="4"/>
			<string name="*=" tiptext="Stores the value A * B in A" helpid="2222" text="*=" version="4"/>
			<string name="/=" tiptext="Stores the quotient A / B in A" helpid="2219" text="/=" version="4"/>
			<string name="%=" tiptext="Stores the remainder A % B in A" helpid="2221" text="%=" version="4"/>
			<string name="&lt;&lt;=" tiptext="Stores A shifted left by B bits in A" helpid="2220" text="&lt;&lt;=" version="5"/>
			<string name="&gt;&gt;=" tiptext="Stores A shifted right by B bits in A" helpid="2224" text="&gt;&gt;=" version="5"/>
			<string name="&gt;&gt;&gt;=" tiptext="Stores A shifted right by B bits in A (unsigned)" helpid="2226" text="&gt;&gt;&gt;=" version="5"/>
		</folder>
		<folder name="Miscellaneous Operators" id="Miscellaneous Operators" tiptext="The weird ones" helpid="2273" version="4">
			<string name="?:" tiptext="Conditional operator.  Example: a ? b : c" helpid="2882" text="condition ? trueExpression : falseExpression" version="4"/>
			<string name="++" tiptext="Increments a variable.  Example: x++, ++y" helpid="2359" text="++" version="4"/>
			<string name="--" tiptext="Decrements a variable.  Example: x--, --y" helpid="2320" text="--" version="4"/>
			<string name="typeof" tiptext="Returns the type of expression x" helpid="2525" text="typeof(% expression %)" version="5"/>
			<string name="instanceof" tiptext="Returns whether a is of class b" helpid="2649" text="a instanceof b" version="6"/>
			<string name="void" tiptext="Evaluates expression, return undefined" helpid="2531" text="void (% expression %)" version="5"/>
		</folder>
	</folder>
	<folder name="Built-in Classes" id="Built-in Classes" sort="false" tiptext="Predefined classes provided by ActionScript" helpid="2432" version="4">
		<folder name="Core" id="Core" tiptext="Core classes of ActionScript language" helpid="2732" 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="2733" version="5">
					<string name="callee" tiptext="Function object that is being invoked" helpid="2735" text="arguments.callee" version="5"/>
					<string name="caller" tiptext="Function object that invoked this function" helpid="2734" text="arguments.caller" version="6"/>
					<string name="length" tiptext="Number of arguments passed to this function" helpid="3004" text="arguments.length" version="6"/>
				</folder>
			</ifdef>
			<folder name="Array" id="Array" sort="false" index="true" tiptext="Class for working with Arrays" helpid="2209" version="5">
				<string name="new Array" tiptext="Creates a new Array object" helpid="2208" text="new Array(%%)" text2="new Array(% length %)" text3="new Array(% item1, ..., itemN %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of the Array object" helpid="2718" version="5">
					<string name="concat" tiptext="Concatenates this array to others and return new array" helpid="2205" object="Array" text=".concat(% array1, ..., arrayN %)" version="5"/>
					<string name="join" tiptext="Joins all array elements into string" helpid="2206" object="Array" text=".join(% separator %)" version="5"/>
					<string name="pop" tiptext="Remove last item in array and return it" helpid="2210" object="Array" text=".pop()" version="5"/>
					<string name="push" tiptext="Append new item to the end of array" helpid="2211" object="Array" text=".push(% value %)" type="procedure" version="5"/>
					<string name="reverse" tiptext="Rearranges the elements of an array into reverse order" helpid="2462" object="Array" text=".reverse()" type="procedure" version="5"/>
					<string name="shift" tiptext="Remove first item in array and return it" helpid="2212" object="Array" text=".shift()" version="5"/>
					<string name="slice" tiptext="Returns new array of elements from indexA to indexB" helpid="2213" object="Array" text=".slice(% indexA, indexB %)" version="5"/>
					<string name="sort" tiptext="Sorts an array" helpid="2479" object="Array" text=".sort(%%)" text2=".sort(% compareFunction %)" text3=".sort(% optionFlags %)" text4=".sort(% callbackFunction, optionFlags %)" type="procedure" version="5"/>
					<string name="sortOn" tiptext="Sorts an array, using object property as sort key" helpid="1423" object="Array" text=".sortOn(% key %)" text2=".sortOn(% sortField, optionFlags %)" text3=".sortOn(% fieldList %)" text4=".sortOn(% fieldList, optionFlags %)" type="procedure" version="6"/>
					<string name="splice" tiptext="Delete count items at index, insert elems if specified" helpid="2214" object="Array" text=".splice(% index, count, elem1, ..., elemN %)" version="5"/>
					<string name="toString" tiptext="Return string of all array elements separated by commas" helpid="2577" object="Array" text=".toString()" version="5"/>
					<string name="unshift" tiptext="Insert a new item at the beginning of the array" helpid="2215" object="Array" text=".unshift(% value %)" type="procedure" version="5"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of the Array object" helpid="2719" version="5">
					<string name="length" tiptext="Length of the array" helpid="2207" object="Array" text=".length" version="5"/>
				</folder>
				<folder name="Constants" id="Constants" tiptext="Constant properties of the Array class" helpid="1406" version="7">
					<string name="CASEINSENSITIVE" tiptext="Sort without case sensitivity" helpid="1407" text="Array.CASEINSENSITIVE" version="7"/>
					<string name="DESCENDING" tiptext="Sort in descending order" helpid="1408" text="Array.DESCENDING" version="7"/>
					<string name="UNIQUESORT" tiptext="Return error if sort is not unique" helpid="1409" text="Array.UNIQUESORT" version="7"/>
					<string name="RETURNINDEXEDARRAY" tiptext="Return indexed array" helpid="1410" text="Array.RETURNINDEXEDARRAY" version="7"/>
					<string name="NUMERIC" tiptext="Sort numerically" helpid="1411" text="Array.NUMERIC" version="7"/>
				</folder>
			</folder>
			<folder name="Boolean" id="Boolean" sort="false" index="true" tiptext="Class which represents boolean values" helpid="2241" version="5">
				<string name="new Boolean" tiptext="Creates a new Boolean object" helpid="2240" text="new Boolean(% value %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of the Boolean object" helpid="2720" version="5">
					<string name="toString" tiptext="Convert Boolean object to string" helpid="2242" object="Boolean" text=".toString()" version="5"/>
					<string name="valueOf" tiptext="Convert Boolean object to primitive type (boolean)" helpid="2243" object="Boolean" text=".valueOf()" version="5"/>
				</folder>
			</folder>
			<folder name="Date" id="Date" sort="false" index="true" tiptext="Class that helps you work with dates and times" helpid="2281" version="5">
				<string name="new Date" tiptext="Creates a new Date object" helpid="2301" 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="2722" version="5">
					<string name="getDate" tiptext="Gets day of month [local time]" helpid="2282" object="Date" text=".getDate()" version="5"/>
					<string name="getMonth" tiptext="Gets month of year (0=Jan, 1=Feb, ...) [local time]" helpid="2288" object="Date" text=".getMonth()" version="5"/>
					<string name="getFullYear" tiptext="Gets full year (e.g. 2000) [local time]" helpid="2284" object="Date" text=".getFullYear()" version="5"/>
					<string name="getDay" tiptext="Gets day of week (0=Sun, 1=Mon, ...) [local time]" helpid="2283" object="Date" text=".getDay()" version="5"/>
					<string name="getHours" tiptext="Gets hour of day (0=12am, 23=11pm) [local time]" helpid="2285" object="Date" text=".getHours()" version="5"/>
					<string name="getMinutes" tiptext="Gets minute of hour [local time]" helpid="2287" object="Date" text=".getMinutes()" version="5"/>
					<string name="getSeconds" tiptext="Gets seconds since last minute began [local time]" helpid="2289" object="Date" text=".getSeconds()" version="5"/>
					<string name="getMilliseconds" tiptext="Gets milliseconds since last second began [local time]" helpid="2286" object="Date" text=".getMilliseconds()" version="5"/>
					<string name="getYear" tiptext="Gets the year minus 1900 [local time]" helpid="2300" object="Date" text=".getYear()" version="5"/>
					<string name="UTC" tiptext="Returns time value for specific UTC date and time" helpid="2319" 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="2291" object="Date" text=".getTimezoneOffset()" version="5"/>
					<string name="getTime" tiptext="Gets milliseconds since midnight Jan 1 1970 UTC" helpid="2290" object="Date" text=".getTime()" version="5"/>
					<string name="getUTCDate" tiptext="Gets day of month [UTC time]" helpid="2292" object="Date" text=".getUTCDate()" version="5"/>
					<string name="getUTCMonth" tiptext="Gets month of year (0=Jan, 1=Feb, ...) [UTC time]" helpid="2298" object="Date" text=".getUTCMonth()" version="5"/>
					<string name="getUTCFullYear" tiptext="Gets the full year (e.g. 2000) [UTC time]" helpid="2294" object="Date" text=".getUTCFullYear()" version="5"/>
					<string name="getUTCDay" tiptext="Gets day of week (0=Sun, 1=Mon, ...) [UTC time]" helpid="2293" object="Date" text=".getUTCDay()" version="5"/>
					<string name="getUTCHours" tiptext="Gets hour of day (0=12am, 23=11pm) [UTC time]" helpid="2295" object="Date" text=".getUTCHours()" version="5"/>
					<string name="getUTCMinutes" tiptext="Gets minute of hour [UTC time]" helpid="2297" object="Date" text=".getUTCMinutes()" version="5"/>
					<string name="getUTCSeconds" tiptext="Gets seconds since last minute began [UTC time]" helpid="2299" object="Date" text=".getUTCSeconds()" version="5"/>
					<string name="getUTCMilliseconds" tiptext="Gets milliseconds since last second began [UTC time]" helpid="2296" object="Date" text=".getUTCMilliseconds()" version="5"/>
					<string name="setTime" tiptext="Sets milliseconds since midnight Jan 1 1970 UTC" helpid="2309" object="Date" text=".setTime(% value %)" type="procedure" version="5"/>
					<string name="setDate" tiptext="Sets day of month [local time]" helpid="2302" object="Date" text=".setDate(% date %)" type="procedure" version="5"/>
					<string name="setMonth" tiptext="Sets month of year (0=Jan, 1=Feb, ...) [local time]" helpid="2307" object="Date" text=".setMonth(% month, date %)" type="procedure" version="5"/>
					<string name="setFullYear" tiptext="Sets the full year (e.g. 2000) [local time]" helpid="2303" object="Date" text=".setFullYear(% year, month, date %)" type="procedure" version="5"/>
					<string name="setHours" tiptext="Sets hour of day (0=12am, 23=11pm) [local time]" helpid="2304" object="Date" text=".setHours(% hours, minutes, seconds, ms %)" type="procedure" version="5"/>
					<string name="setMinutes" tiptext="Sets minute of hour [local time]" helpid="2306" object="Date" text=".setMinutes(% minutes, seconds, ms %)" type="procedure" version="5"/>
					<string name="setSeconds" tiptext="Sets seconds since last minute began [local time]" helpid="2308" object="Date" text=".setSeconds(% seconds, ms %)" type="procedure" version="5"/>
					<string name="setMilliseconds" tiptext="Sets milliseconds since last second started [local time]" helpid="2305" object="Date" text=".setMilliseconds(% ms %)" type="procedure" version="5"/>
					<string name="setYear" tiptext="Sets the year minus 1900 [local time]" helpid="2317" object="Date" text=".setYear(% year, month, date %)" type="procedure" version="5"/>
					<string name="setUTCDate" tiptext="Sets day of month [UTC time]" helpid="2310" object="Date" text=".setUTCDate(% date %)" type="procedure" version="5"/>
					<string name="setUTCMonth" tiptext="Sets month of year (0=Jan, 1=Feb, ...) [UTC time]" helpid="2315" object="Date" text=".setUTCMonth(% month, date %)" type="procedure" version="5"/>
					<string name="setUTCFullYear" tiptext="Sets full year (e.g. 2000) [UTC time]" helpid="2311" object="Date" text=".setUTCFullYear(% year, month, date %)" type="procedure" version="5"/>
					<string name="setUTCHours" tiptext="Sets hour of day (0=12am, 23=11pm) [UTC time]" helpid="2312" object="Date" text=".setUTCHours(% hours, minutes, seconds, ms %)" type="procedure" version="5"/>
					<string name="setUTCMinutes" tiptext="Sets minute of hour [UTC time]" helpid="2314" object="Date" text=".setUTCMinutes(% minutes, seconds, ms %)" type="procedure" version="5"/>
					<string name="setUTCSeconds" tiptext="Sets seconds since last minute began [UTC time]" helpid="2316" object="Date" text=".setUTCSeconds(% seconds, ms %)" type="procedure" version="5"/>
					<string name="setUTCMilliseconds" tiptext="Sets milliseconds since last second began [UTC time]" helpid="2313" object="Date" text=".setUTCMilliseconds(% ms %)" type="procedure" version="5"/>
					<string name="toString" tiptext="Return a string representation of the date/time" helpid="2318" object="Date" text=".toString()" 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="2763" version="7">
					<string name="new Error" tiptext="Creates a new Error object" helpid="2764" text="new Error(%%)" text2="new Error(% message %)" version="7"/>
					<folder name="Properties" id="Properties" tiptext="Properties of the Error class" helpid="2765" version="7">
						<string name="name" tiptext="Name of the error" helpid="2766" object="Error" text=".name" version="7"/>
						<string name="message" tiptext="Text of the error message" helpid="2767" object="Error" text=".message" version="7"/>
					</folder>
					<folder name="Methods" id="Methods" tiptext="Methods of the Error class" helpid="2768" version="7">
						<string name="toString" tiptext="Convert Error object to string" helpid="2769" 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="2953" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of the Function class" helpid="2954" version="6">
						<string name="call" tiptext="Invokes the function with specified parameters" helpid="2955" type="procedure" object="Function" text=".call(% thisObject, arg1, arg2, ... %)" version="6"/>
						<string name="apply" tiptext="Invokes the function with parameters in array" helpid="2956" type="procedure" object="Function" text=".apply(% thisObject, parametersArray %)" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the Function class" helpid="3008" version="5">
						<string name="prototype" tiptext="Prototype object for objects constructed by this function" helpid="3009" object="Function" text=".prototype" version="5"/>
					</folder>
				</folder>
			</ifdef>
			<folder name="Math" id="Math" tiptext="Class that provides mathematical functions and properties" helpid="2395" index="true" sort="false" version="4">
				<folder name="Methods" id="Methods" tiptext="Methods of the Math class" helpid="2714" version="5">
					<string name="abs" tiptext="Absolute value" helpid="2200" text="Math.abs(% number %)" version="4"/>
					<string name="acos" tiptext="Calculate arccosine, in radians" helpid="2201" text="Math.acos(% number %)" version="4"/>
					<string name="asin" tiptext="Calculate arcsine, in radians" helpid="2216" text="Math.asin(% number %)" version="4"/>
					<string name="atan" tiptext="Calculate arctangent, in radians" helpid="2228" text="Math.atan(% number %)" version="4"/>
					<string name="atan2" tiptext="Calculates arctangent of y/x, in radians" helpid="2229" text="Math.atan2(% y, x %)" version="4"/>
					<string name="ceil" tiptext="Calculate ceiling of number (round up)" helpid="2246" text="Math.ceil(% number %)" version="4"/>
					<string name="cos" tiptext="Calculate cosine of angle (radians)" helpid="2279" text="Math.cos(% number %)" version="4"/>
					<string name="exp" tiptext="Exponential function" helpid="2331" text="Math.exp(% number %)" version="4"/>
					<string name="floor" tiptext="Calculate floor of number (round down)" helpid="2333" text="Math.floor(% number %)" version="4"/>
					<string name="log" tiptext="Natural logarithm" helpid="2392" text="Math.log(% number %)" version="4"/>
					<string name="min" tiptext="Compute minimum of two numbers" helpid="2409" text="Math.min(% x, y %)" version="4"/>
					<string name="max" tiptext="Compute maximum of two numbers" helpid="2403" text="Math.max(% x, y %)" version="4"/>
					<string name="pow" tiptext="Calculate x to the power of y" helpid="2452" text="Math.pow(% base, exponent %)" version="4"/>
					<string name="random" tiptext="Generate a random number between 0 and 1" helpid="2571" text="Math.random()" version="4"/>
					<string name="round" tiptext="Rounds a number to the nearest integer" helpid="2464" text="Math.round(% number %)" version="4"/>
					<string name="sin" tiptext="Calculate sine of angle (radians)" helpid="2478" text="Math.sin(% number %)" version="4"/>
					<string name="sqrt" tiptext="Square root" helpid="2483" text="Math.sqrt(% number %)" version="4"/>
					<string name="tan" tiptext="Calculate tangent of angle (radians)" helpid="2515" text="Math.tan(% number %)" version="4"/>
				</folder>
				<folder name="Constants" id="Constants" tiptext="Constant properties of the Math class" helpid="2715" version="5">
					<string name="E" tiptext="Euler's constant, approx 2.718" helpid="2396" text="Math.E" version="4"/>
					<string name="LN10" tiptext="Natural logarithm of 10, approx 2.302" helpid="2397" text="Math.LN10" version="4"/>
					<string name="LN2" tiptext="Natural logarithm of 2, approx 0.693" helpid="2398" text="Math.LN2" version="4"/>
					<string name="LOG10E" tiptext="Base 10 logarithm of E, approx 0.434" helpid="2399" text="Math.LOG10E" version="4"/>
					<string name="LOG2E" tiptext="Base 2 logarithm of E, approx 1.443" helpid="2584" text="Math.LOG2E" version="4"/>
					<string name="PI" tiptext="The value of pi, approx 3.14159" helpid="2400" text="Math.PI" version="4"/>
					<string name="SQRT1_2" tiptext="Square root of 1/2, approx 0.707" helpid="2401" text="Math.SQRT1_2" version="4"/>
					<string name="SQRT2" tiptext="Square root of 2, approx 1.414" helpid="2402" text="Math.SQRT2" version="4"/>
				</folder>
			</folder>
			<folder name="Number" sort="false" id="Number" index="true" tiptext="Class which represents numbers" helpid="2429" version="5">
				<string name="new Number" tiptext="Creates a new Number object" helpid="2428" text="new Number(% number %)" text2="new Number(%%)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of the Number class" helpid="2711" version="5">
					<string name="toString" tiptext="Converts Number object to string, with optional radix conversion" helpid="2430" object="Number" text=".toString(%%)" text2=".toString(% radix %)" version="5"/>
					<string name="valueOf" tiptext="Convert Number object to primitive type (number)" helpid="2596" object="Number" text=".valueOf()" version="5"/>
				</folder>
				<folder name="Constants" id="Constants" tiptext="Constant properties of the Number class" helpid="2712" version="5">
					<string name="MIN_VALUE" tiptext="The smallest representable number" helpid="2411" text="Number.MIN_VALUE" version="5"/>
					<string name="MAX_VALUE" tiptext="The largest representable number" helpid="2404" text="Number.MAX_VALUE" version="5"/>
					<string name="POSITIVE_INFINITY" tiptext="Positive infinity" helpid="2451" text="Number.POSITIVE_INFINITY" version="5"/>
					<string name="NEGATIVE_INFINITY" tiptext="Negative infinity" helpid="2422" text="Number.NEGATIVE_INFINITY" version="5"/>
					<string name="NaN" tiptext="NaN (Not A Number)" helpid="2420" text="Number.NaN" version="5"/>
				</folder>
			</folder>
			<folder name="Object" id="Object" sort="false" index="true" tiptext="Object is the primitive ActionScript class type" helpid="2434" version="5">
				<string name="new Object" tiptext="Creates a new Object object" helpid="2433" text="new Object(%%)" text2="new Object(% value %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of Object objects" helpid="2710" version="5">
					<string name="toString" tiptext="Converts this object to its string representation" helpid="2435" object="Object" text=".toString()" version="5"/>
					<string name="valueOf" tiptext="Returns the primitive value of this object" helpid="2436" object="Object" text=".valueOf()" version="5"/>
					<ifdef mode="FEATURE_OBJECT_MODEL">
						<string name="watch" tiptext="Add a watchpoint on an object property" helpid="2602" object="Object" text=".watch(% prop, callback, userData %)" type="procedure" version="6"/>
						<string name="unwatch" tiptext="Removes a watchpoint created with Object.watch" helpid="2603" object="Object" text=".unwatch(% prop %)" type="procedure" version="6"/>
						<string name="registerClass" tiptext="Associates a linkage identifier with an object class" helpid="2604" text="Object.registerClass(% symbolID, theClass %)" type="procedure" version="6"/>
						<string name="addProperty" tiptext="Registers a getter/setter property on an object" helpid="2605" object="Object" text=".addProperty(% prop, getFunc, setFunc %)" type="procedure" version="6"/>
					</ifdef>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of Object objects" helpid="3006" version="5">
					<string name="__proto__" tiptext="Prototype object that this object inherits from" helpid="3007" object="Object" text=".__proto__" version="5"/>
				</folder>
			</folder>
			<folder name="String" id="String" sort="false" index="true" tiptext="Class that helps you work with strings" helpid="2505" version="5">
				<string name="new String" tiptext="Creates a new String object" helpid="2504" text="new String(% value %)" text2="new String(%%)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of String objects" helpid="2704" version="5">
					<string name="charAt" tiptext="Return character at specified index" helpid="2490" object="String" text=".charAt(% index %)" version="5"/>
					<string name="charCodeAt" tiptext="Return character code at specified index" helpid="2491" object="String" text=".charCodeAt(% index %)" version="5"/>
					<string name="fromCharCode" tiptext="Construct string from character codes" helpid="2494" text="String.fromCharCode(% num1, ..., numN %)" version="5"/>
					<string name="toUpperCase" tiptext="Return string converted to uppercase" helpid="2512" object="String" text=".toUpperCase()" version="5"/>
					<string name="toLowerCase" tiptext="Return string converted to lowercase" helpid="2511" object="String" text=".toLowerCase()" version="5"/>
					<string name="concat" tiptext="Concatenate string to other strings" helpid="2492" object="String" text=".concat(% string1, ..., stringN %)" version="5"/>
					<string name="indexOf" tiptext="Search string for substring, return index or -1" helpid="2498" object="String" text=".indexOf(% searchString, fromIndex %)" version="5"/>
					<string name="lastIndexOf" tiptext="Search string backwards for substring" helpid="2499" object="String" text=".lastIndexOf(% searchString, fromIndex %)" version="5"/>
					<string name="slice" tiptext="Returns slice of string between two indices" helpid="2507" object="String" text=".slice(% indexA, indexB %)" version="5"/>
					<string name="substring" tiptext="Returns substring of string between two indices" helpid="2510" object="String" text=".substring(% indexA, indexB %)" version="5"/>
					<string name="split" tiptext="Splits string into array of strings using delimiter" helpid="2508" object="String" text=".split(% separator, limit %)" version="5"/>
					<string name="substr" tiptext="Returns substring of count chars starting at index" helpid="2509" object="String" text=".substr(% start, length %)" version="5"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of String objects" helpid="2705" version="5">
					<string name="length" tiptext="Returns the length of a String object" helpid="2501" 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="2880" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of the System class" version="6" helpid="1214">
						<string name="showSettings" tiptext="Opens the settings dialog to the specified panel" text="System.showSettings(% [panel] %)" object="System" version="6" helpid="1182"/>
						<string name="setClipboard" tiptext="Place specified text on the system clipboard" text="System.setClipboard(% text %)" object="System" version="6" helpid="1185"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the System class" version="7" helpid="1216">
						<string name="exactSettings" tiptext="If true, exact domain matching is used" helpid="1310" text="System.exactSettings" object="System" version="7"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events of the System class" version="7" helpid="1217">
						<string name="onStatus" tiptext="Invoked when an object does not define its own onStatus handler" helpid="1311" text="System.onStatus(% infoObject %)" object="System" version="7"/>
					</folder>
					<folder name="Objects" id="Objects" tiptext="Objects of the System class" version="6" helpid="1215">
						<folder name="capabilities" sort="false" id="capabilities" index="true" tiptext="Object containing system capabilities info" helpid="2747" version="6" object="System">
							<folder name="Properties" id="Properties" tiptext="Properties of the Capabilities object" helpid="3010" version="6">
								<string name="hasAccessibility" tiptext="If true, system has Accessibility features" helpid="2757" text="System.capabilities.hasAccessibility" object="System" version="6"/>
								<string name="hasAudio" tiptext="If true, system has audio capabilities" helpid="2748" text="System.capabilities.hasAudio" object="System" version="6"/>
								<string name="hasAudioEncoder" tiptext="If true, system can encode audio" helpid="2750" text="System.capabilities.hasAudioEncoder" object="System" version="7"/>
								<string name="hasEmbeddedVideo" tiptext="If true, system has embedded video capabilities" helpid="1231" text="System.capabilities.hasEmbeddedVideo" object="System" version="7"/>
								<string name="hasMP3" tiptext="If true, system has MP3 sound capabilities" helpid="2749" text="System.capabilities.hasMP3" object="System" version="6"/>
								<string name="hasPrinting" tiptext="If true, system has printing capabilities" helpid="1232" text="System.capabilities.hasPrinting" object="System" version="7"/>
								<string name="hasScreenBroadcast" tiptext="If true, system has screen broadcast capabilities" helpid="1233" text="System.capabilities.hasScreenBroadcast" object="System" version="7"/>
								<string name="hasScreenPlayback" tiptext="If true, system has screen playback capabilities" helpid="1234" text="System.capabilities.hasScreenPlayback" object="System" version="7"/>
								<string name="hasStreamingAudio" tiptext="If true, system can stream audio" helpid="1229" text="System.capabilities.hasStreamingAudio" object="System" version="7"/>
								<string name="hasStreamingVideo" tiptext="If true, system can stream video" helpid="1230" text="System.capabilities.hasStreamingVideo" object="System" version="7"/>
								<string name="hasVideoEncoder" tiptext="If true, system can encode video" helpid="2751" text="System.capabilities.hasVideoEncoder" object="System" version="6"/>
								<string name="isDebugger" tiptext="If true, Flash Player is a debugger version" helpid="1226" text="System.capabilities.isDebugger" object="System" version="6"/>
								<string name="language" tiptext="Contains the system language setting" helpid="1223" text="System.capabilities.language" object="System" version="6"/>
								<string name="manufacturer" tiptext="Contains the Flash Player manufacturer" helpid="1222" text="System.capabilities.manufacturer" object="System" version="6"/>
								<string name="os" tiptext="Contains the system os" helpid="1224" text="System.capabilities.os" object="System" version="6"/>
								<string name="pixelAspectRatio" tiptext="Pixel aspect ratio of screen" helpid="2756" text="System.capabilities.pixelAspectRatio" object="System" version="6"/>
								<string name="playerType" tiptext="Contains Flash Player type" helpid="1220" text="System.capabilities.playerType" object="System" version="7"/>
								<string name="screenColor" tiptext="String indicating type of color screen" helpid="2755" text="System.capabilities.screenColor" object="System" version="6"/>
								<string name="screenDPI" tiptext="Screen dots per inch (dpi)" helpid="2754" text="System.capabilities.screenDPI" object="System" version="6"/>
								<string name="screenResolutionX" tiptext="Screen X resolution in pixels" helpid="2752" text="System.capabilities.screenResolutionX" object="System" version="6"/>
								<string name="screenResolutionY" tiptext="Screen Y resolution in pixels" helpid="2753" text="System.capabilities.screenResolutionY" object="System" version="6"/>
								<string name="serverString" tiptext="String describing full set of capabilities" helpid="1237" text="System.capabilities.serverString" object="System" version="7"/>
								<string name="version" tiptext="Contains Flash Player version" helpid="1236" text="System.capabilities.version" object="System" version="6"/>
								<string name="avHardwareDisable" tiptext="If true, the camera and microphone are disabled" helpid="1235" text="System.capabilities.avHardwareDisable" object="System" version="7"/>
								<string name="localFileReadDisable" tiptext="If true, reading local files is disabled" helpid="1228" text="System.capabilities.localFileReadDisable" object="System" version="7"/>
								<string name="windowlessDisable" tiptext="If true, changing the WMODE attrib is disabled" helpid="1238" 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="1240" version="6" object="System">
							<folder name="Methods" id="Methods" tiptext="Methods of the System.security object" version="6" helpid="1242">
								<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="1241"/>
								<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="1308"/>
							</folder>
						</folder>
						<string name="useCodepage" tiptext="If true, Flash Player uses code page of the OS" helpid="1227" text="System.useCodepage" object="System" version="6"/>
					</folder>
				</folder>
			</ifdef>
		</folder>
		<folder name="Media" id="Media" tiptext="Media classes in Flash" helpid="2736" 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="1243">
				<folder name="Methods" id="Methods" tiptext="Methods of the Camera class" version="6" helpid="1244">
					<string name="get" tiptext="Returns default or specified Camera object" text=".get(% [index] %)" object="Camera" version="6" helpid="1247"/>
					<string name="setMode" tiptext="Sets camera capture mode" text=".setMode(% width, height, fps [, favorArea] %)" object="Camera" version="6" helpid="1251"/>
					<string name="setMotionLevel" tiptext="Sets activity level and timeout values for Camera.onActivity handler" text=".setMotionLevel(% level, [timeOut] %)" object="Camera" version="6" helpid="1248"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of the Camera class" helpid="1245" version="6">
					<string name="activityLevel" tiptext="The amount of motion the camera is detecting" text=".activityLevel" helpid="1263" object="Camera" version="6"/>
					<string name="bandwidth" tiptext="current bandwidth setting" helpid="1272" text=".bandwidth" object="Camera" version="6"/>
					<string name="currentFps" tiptext="Rate at which the camera is capturing data, in frames per second" helpid="1277" 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="1278" text=".fps" object="Camera" version="6"/>
					<string name="height" tiptext="Current capture height, in pixels" helpid="1279" text=".height" object="Camera" version="6"/>
					<string name="index" tiptext="Index of the camera object" helpid="1291" text=".index" object="Camera" version="6"/>
					<string name="motionLevel" tiptext="Amount of motion required to invoke Camera.onActivity" helpid="1252" text=".motionLevel" object="Camera" version="6"/>
					<string name="motionTimeOut" tiptext="Milliseconds until Camera.onActivity(false) is invoked after motion stops" helpid="1253" text=".motionTimeOut" object="Camera" version="6"/>
					<string name="muted" tiptext="Specifies whether the user has allowed (false) or denied (true) access" helpid="1254" text=".muted" object="Camera" version="6"/>
					<string name="name" tiptext="Name of the camera as specified by the camera driver" helpid="1255" text=".name" object="Camera" version="6"/>
					<string name="names" tiptext="Array of the names of all available video capture devices" helpid="1256" text=".names" object="Camera" version="6"/>
					<string name="quality" tiptext="current spatial quality for video compression" helpid="1259" text=".quality" object="Camera" version="6"/>
					<string name="width" tiptext="Current capture width, in pixels" helpid="1262" text=".width" object="Camera" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events of the Camera class" helpid="1246" version="6">
					<string name="onActivity" tiptext="Invoked when the camera starts or stops detecting motion" helpid="1257" 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="1258" 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="2480" version="5">
				<string name="new Sound" tiptext="Creates a sound object" helpid="2572" text="new Sound(% target %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of Sound objects" helpid="2706" version="5" sort="true">
					<string name="getPan" tiptext="Gets the pan of sound" helpid="2342" object="Sound" text=".getPan()" version="5"/>
					<string name="getTransform" tiptext="Gets the current sound transform" helpid="2344" object="Sound" text=".getTransform()" version="5"/>
					<string name="getVolume" tiptext="Gets the volume percentage" helpid="2347" object="Sound" text=".getVolume()" version="5"/>
					<string name="setPan" tiptext="Sets the pan of sound" helpid="2474" object="Sound" text=".setPan(% pan %)" type="procedure" version="5"/>
					<string name="setTransform" tiptext="Set each channel to a combination of left and right channel" helpid="2482" object="Sound" text=".setTransform(% sxform %)" type="procedure" version="5"/>
					<string name="setVolume" tiptext="Set the volume percentage" helpid="2477" object="Sound" text=".setVolume(% volume %)" type="procedure" version="5"/>
					<string name="stop" tiptext="Stops all sounds" helpid="2445" object="Sound" text=".stop()" type="procedure" version="5"/>
					<string name="attachSound" tiptext="Attach a sound located in the library" helpid="2230" object="Sound" text=".attachSound(% idName %)" type="procedure" version="5"/>
					<ifdef mode="FEATURE_LOAD_IMAGES">
						<string name="loadSound" tiptext="Download a MP3 sound." helpid="3017" object="Sound" text=".loadSound(% URL, isStreaming %)" type="procedure" version="6"/>
						<string name="getBytesLoaded" tiptext="Returns the number of bytes that have download during the loadSound() operation." helpid="2900" object="Sound" text=".getBytesLoaded()" type="procedure" version="6"/>
						<string name="getBytesTotal" tiptext="Returns the size of the file that is currently being downloaded." helpid="2901" object="Sound" text=".getBytesTotal()" type="procedure" version="6"/>
					</ifdef>
					<string name="start" tiptext="Starts playing the last attached sound" helpid="2484" object="Sound" text=".start(% secondsOffset, loops %)" type="procedure" version="5"/>
				</folder>
				<ifdef mode="FEATURE_SOUND_COMPLETION_EVENT">
					<folder name="Properties" id="Properties" tiptext="Properties of the Sound class" helpid="2865" version="6">
						<string name="position" tiptext="Number of milliseconds sound has been playing for" helpid="2866" object="Sound" text=".position" version="6"/>
						<string name="duration" tiptext="Duration of sound in milliseconds" helpid="2867" object="Sound" text=".duration" version="6"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events of the Sound class" helpid="2868" version="6">
						<string name="onSoundComplete" tiptext="Invoked when sound has completed playing" helpid="2869" object="Sound" text=".onSoundComplete" version="6" type="event"/>
						<string name="onLoad" tiptext="Invoked when loaded sound has been received" helpid="2902" object="Sound" text=".onLoad(% success %)" version="6" type="event"/>
						<string name="onID3" tiptext="Invoked when ID3 tag information is available" helpid="1209" object="Sound" text=".onID3" version="7" type="event"/>
					</folder>
				</ifdef>
				<folder name="Objects" id="Objects" tiptext="Objects of the Sound object" helpid="1208" version="6">
					<folder name="id3" id="id3" tiptext="MP3 ID3 tag support" helpid="1208" version="6">
						<folder name="Properties" id="Properties" tiptext="Properties of id3 object" helpid="1208" version="6">
							<string name="artist" tiptext="IDV1: Artist name" helpid="1208" object="Sound" text=".id3.artist" version="6"/>
							<string name="album" tiptext="IDV1: Album title" helpid="1208" object="Sound" text=".id3.album" version="6"/>
							<string name="songtitle" tiptext="IDV1: Song name" helpid="1208" object="Sound" text=".id3.songtitle" version="6"/>
							<string name="year" tiptext="IDV1: Year of release" helpid="1208" object="Sound" text=".id3.year" version="6"/>
							<string name="genre" tiptext="IDV1: Genre ID" helpid="1208" object="Sound.id3" text=".id3.genre" version="6"/>
							<string name="track" tiptext="IDV1: Track number" helpid="1208" object="Sound" text=".id3.track" version="6"/>
							<string name="comment" tiptext="IDV1: Comment" helpid="1208" object="Sound" text=".id3.comment" version="6"/>
							<string name="COMM" tiptext="IDV2: Comment" helpid="1208" object="Sound" text=".id3.COMM" version="7"/>
							<string name="TALB" tiptext="IDV2: Album/movie/show title" helpid="1208" object="Sound" text=".id3.TALB" version="7"/>
							<string name="TBPM" tiptext="IDV2: Beats per minute" helpid="1208" object="Sound" text=".id3.TBPM" version="7"/>
							<string name="TCOM" tiptext="IDV2: Composer" helpid="1208" object="Sound" text=".id3.TCOM" version="7"/>
							<string name="TCON" tiptext="IDV2: Content type" helpid="1208" object="Sound" text=".id3.TCON" version="7"/>
							<string name="TCOP" tiptext="IDV2: Copyright message" helpid="1208" object="Sound" text=".id3.TCOP" version="7"/>
							<string name="TDAT" tiptext="IDV2: Date" helpid="1208" object="Sound" text=".id3.TDAT" version="7"/>
							<string name="TDLY" tiptext="IDV2: Playlist delay" helpid="1208" object="Sound" text=".id3.TDLY" version="7"/>
							<string name="TENC" tiptext="IDV2: Encoded by" helpid="1208" object="Sound" text=".id3.TENC" version="7"/>
							<string name="TEXT" tiptext="IDV2: Lyricist/text writer" helpid="1208" object="Sound" text=".id3.TEXT" version="7"/>
							<string name="TFLT" tiptext="IDV2: File type" helpid="1208" object="Sound" text=".id3.TFLT" version="7"/>
							<string name="TIME" tiptext="IDV2: Time" helpid="1208" object="Sound" text=".id3.TIME" version="7"/>
							<string name="TIT1" tiptext="IDV2: Content group description" helpid="1208" object="Sound" text=".id3.TIT1" version="7"/>
							<string name="TIT2" tiptext="IDV2: Title/song name/content description" helpid="1208" object="Sound" text=".id3.TIT2" version="7"/>
							<string name="TIT3" tiptext="IDV2: Subtitle/description refinement" helpid="1208" object="Sound" text=".id3.TIT3" version="7"/>
							<string name="TKEY" tiptext="IDV2: Initial key" helpid="1208" object="Sound" text=".id3.TKEY" version="7"/>
							<string name="TLAN" tiptext="IDV2: Languages" helpid="1208" object="Sound" text=".id3.TLAN" version="7"/>
							<string name="TLEN" tiptext="IDV2: Length" helpid="1208" object="Sound" text=".id3.TLEN" version="7"/>
							<string name="TMED" tiptext="IDV2: Media Type" helpid="1208" object="Sound" text=".id3.TMED" version="7"/>
							<string name="TOAL" tiptext="IDV2: Original album/movie/show title" helpid="1208" object="Sound" text=".id3.TOAL" version="7"/>
							<string name="TOFN" tiptext="IDV2: Original filename" helpid="1208" object="Sound" text=".id3.TOFN" version="7"/>
							<string name="TOLY" tiptext="IDV2: Original lyricists/text writers" helpid="1208" object="Sound" text=".id3.TOLY" version="7"/>
							<string name="TOPE" tiptext="IDV2: Original artists/performers" helpid="1208" object="Sound" text=".id3.TOPE" version="7"/>
							<string name="TORY" tiptext="IDV2: Original release year" helpid="1208" object="Sound" text=".id3.TORY" version="7"/>
							<string name="TOWN" tiptext="IDV2: File owner/Licensee" helpid="1208" object="Sound" text=".id3.TOWN" version="7"/>
							<string name="TPE1" tiptext="IDV2: Lead performers/soloists" helpid="1208" object="Sound" text=".id3.TPE1" version="7"/>
							<string name="TPE2" tiptext="IDV2: Band/orchestra/accompaniment" helpid="1208" object="Sound" text=".id3.TPE2" version="7"/>
							<string name="TPE3" tiptext="IDV2: Conductor/performer refinement" helpid="1208" object="Sound" text=".id3.TPE3" version="7"/>
							<string name="TPE4" tiptext="IDV2: Interpreted, remixed, or other modified by" helpid="1208" object="Sound" text=".id3.TPE4" version="7"/>
							<string name="TPOS" tiptext="IDV2: Part of a set" helpid="1208" object="Sound" text=".id3.TPOS" version="7"/>
							<string name="TPUB" tiptext="IDV2: Publisher" helpid="1208" object="Sound" text=".id3.TPUB" version="7"/>
							<string name="TRCK" tiptext="IDV2: Track number/position in set" helpid="1208" object="Sound" text=".id3.TRCK" version="7"/>
							<string name="TRDA" tiptext="IDV2: Recording dates" helpid="1208" object="Sound" text=".id3.TRDA" version="7"/>
							<string name="TRSN" tiptext="IDV2: Internet radio station name" helpid="1208" object="Sound" text=".id3.TRSN" version="7"/>
							<string name="TRSO" tiptext="IDV2: Internet radio station owner" helpid="1208" object="Sound" text=".id3.TRSO" version="7"/>
							<string name="TSIZ" tiptext="IDV2: Size" helpid="1208" object="Sound" text=".id3.TSIZ" version="7"/>
							<string name="TSRX" tiptext="IDV2: ISRC (international standard recording code)" helpid="1208" object="Sound" text=".id3.TSRX" version="7"/>
							<string name="TSSE" tiptext="IDV2: Software/hardware and settings used for encoding" helpid="1208" object="Sound" text=".id3.TSSE" version="7"/>
							<string name="TYER" tiptext="IDV2: Year" helpid="1208" object="Sound" text=".id3.TYER" version="7"/>
							<string name="WXXX" tiptext="IDV2: URL link frame" helpid="1208" 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="1264" version="6">
				<folder name="Methods" id="Methods" tiptext="Methods of the Microphone class" helpid="1265" version="6">
					<string name="get" tiptext="Returns default or specified Microphone object" helpid="1270" text=".get(% [index] %)" type="procedure" object="Microphone" version="6"/>
					<string name="setGain" tiptext="Sets amount by which Microphone should boost the signal volume" helpid="1273" text=".setGain(% gain %)" type="procedure" object="Microphone" version="6"/>
					<string name="setRate" tiptext="Sets the sample rate at which the microphone should capture sound, in kHz" helpid="1274" text=".setRate(% rate %)" type="procedure" object="Microphone" version="6"/>
					<string name="setSilenceLevel" tiptext="Sets the amount of sound required to activate the microphone" helpid="1275" text=".setSilenceLevel(% level, [timeOut] %)" type="procedure" object="Microphone" version="6"/>
					<string name="setUseEchoSuppression" tiptext="Specifies whether to use the echo suppression feature" helpid="1276" text=".setUseEchoSuppression(% useEchoSuppression %)" type="procedure" object="Microphone" version="6"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of the Microphone class" helpid="1266" version="6">
					<string name="activityLevel" tiptext="Amount of sound the microphone is detecting" helpid="1268" text=".activityLevel" object="Microphone" version="6"/>
					<string name="gain" tiptext="Amount by which the Microphone boosts the signal" helpid="1269" text=".gain" object="Microphone" version="6"/>
					<string name="index" tiptext="Index of the current Microphone object" helpid="1271" text=".index" object="Microphone" version="6"/>
					<string name="muted" tiptext="Specifies whether the user has allowed or denied access to the microphone" helpid="1109" text=".muted" object="Microphone" version="6"/>
					<string name="name" tiptext="Name of the current Microphone object" helpid="1098" text=".name" object="Microphone" version="6"/>
					<string name="names" tiptext="Array of strings reflecting the names of all available sound capture devices" helpid="1330" text=".names" object="Microphone" version="6"/>
					<string name="rate" tiptext="The sound capture rate, in kHz" helpid="1331" text=".rate" object="Microphone" version="6"/>
					<string name="silenceLevel" tiptext="Amount of sound required to activate the microphone" helpid="1068" text=".silenceLevel" object="Microphone" version="6"/>
					<string name="silenceTimeOut" tiptext="Milliseconds until Microphone.onActivity is invoked after silence is detected" helpid="1096" text=".silenceTimeOut" object="Microphone" version="6"/>
					<string name="useEchoSuppression" tiptext="Specifies whether echo suppression is being used" helpid="1108" text=".useEchoSuppression" object="Microphone" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events of the Microphone class" helpid="1267" version="6">
					<string name="onActivity" tiptext="Invoked when the microphone starts or stops detecting sound" helpid="1249" 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="1250" text=".onStatus(% infoObject %)" type="event" object="Microphone" version="6"/>
				</folder>
			</folder>
			<folder name="NetConnection" id="NetConnection" index="true" sort="false" helpid="1046" tiptext="Class to establish local connection for streaming FLV files" version="6">
				<string name="new NetConnection" tiptext="Create a new NetConnection object" helpid="1086" text="new NetConnection(% %)" type="procedure" object="NetConnection" version="6"/>
				<folder name="Methods" id="Methods"  helpid="1057" tiptext="Methods for the NetConnection class" version="6">
					<string name="connect" tiptext="Connects to a local proxy" helpid="1085" text=".connect(null)" type="procedure" object="NetConnection" version="6"/>
				</folder>
			</folder>
			<folder name="NetStream" id="NetStream" index="true" sort="false" helpid="1047" tiptext="Class to stream FLV files over a local NetConnection object" version="6">
				<string name="new NetStream" tiptext="Create a new NetStream object" helpid="1087" text="new NetStream(% %)" type="procedure" object="NetStream" version="6"/>
				<folder name="Methods" id="Methods" helpid="1059" tiptext="Methods of the NetStream class" version="6">
					<string name="close" tiptext="Stops publishing or playing all data on the stream" helpid="1112" text=".close(%  %)" type="procedure" object="NetStream" version="6"/>
					<string name="pause" tiptext="Pauses or resumes playback of a stream" helpid="1103" text=".pause(% [pauseResume] %)" type="procedure" object="NetStream" version="6"/>
					<string name="play" tiptext="Feeds streaming audio or video being published on server to the client" helpid="1082" text=".play(% whatToPlay %)" type="procedure" object="NetStream" version="6"/>
					<string name="seek" tiptext="Seeks the specified number of seconds into the recorded stream that is playing" helpid="1104" text=".seek(% numberOfSeconds %)" type="procedure" object="NetStream" version="6"/>
					<string name="setBufferTime" tiptext="Specifies buffering behavior of the stream" helpid="1107" text=".setBufferTime(% numberOfSeconds %)" type="procedure" object="NetStream" version="6"/>
				</folder>
				<folder name="Properties" id="Properties" helpid="1042" tiptext="Properties for the NetStream class" version="6">
					<string name="bytesLoaded" tiptext="Current number of bytes loaded" helpid="1067" text=".bytesLoaded" object="NetStream" version="6"/>
					<string name="bytesTotal" tiptext="Total number of bytes in the file being loaded" helpid="1118" text=".bytesTotal" object="NetStream" version="6"/>
					<string name="bufferLength" tiptext="The actual current length of the message queue" helpid="1114" text=".bufferLength" object="NetStream" version="6"/>
					<string name="bufferTime" tiptext="Max length of stream buffer, in seconds" helpid="1095" text=".bufferTime" object="NetStream" version="6"/>
					<string name="currentFps" tiptext="Current frames per second on the stream" helpid="1080" text=".currentFps" object="NetStream" version="6"/>
					<string name="time" tiptext="Current time of the stream in seconds" helpid="1081" text=".time" object="NetStream" version="6"/>
				</folder>
				<folder name="Events" id="Events" helpid="1051" tiptext="Events of the NetStream class" version="6">
					<string name="onStatus" tiptext="Invoked every time a status change or error is posted for the NetStream object" helpid="1092" text=".onStatus(% infoObject %)" type="event" object="NetStream" version="6"/>
				</folder>
			</folder>
			<folder name="Video" id="Video" index="true" sort="false" tiptext="Class to create video object" version="6" helpid="1400">
				<folder name="Methods" id="Methods" tiptext="Methods of the Video class" version="6" helpid="1401">
					<string name="attachVideo" tiptext="Specifies a video feed to be displayed inside the video object on the Stage" helpid="1106" text=".attachVideo(% source %)" type="procedure" object="Video" version="6"/>
					<string name="clear" tiptext="Clears the video object" text=".clear(%  %)" helpid="1403" type="procedure" object="Video" version="6"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of the Video class" version="6" helpid="1402">
					<string name="deblocking" tiptext="Specifies whether the video is being deblocked" helpid="1110" text=".deblocking" object="Video" version="6"/>
					<string name="height" tiptext="Natural height of the video in pixels" helpid="1099" text=".height" object="Video" version="6"/>
					<string name="smoothing" tiptext="Specifies whether the video is being smoothed" helpid="1111" text=".smoothing" object="Video" version="6"/>
					<string name="width" tiptext="Natural width of the video in pixels" helpid="1100" text=".width" object="Video" version="6"/>
				</folder>
			</folder>
		</folder>
		<folder name="Movie" id="Movie" tiptext="Classes for scripting Flash movies" helpid="2736" 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="2984" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of the Accessibility object" helpid="1415" version="6">
						<string name="isActive" text="Accessibility.isActive()" tiptext="Returns true if Accessibility is active, false otherwise" helpid="2985" version="6"/>
						<string name="updateProperties" text="Accessibility.updateProperties()" tiptext="Causes Flash Player to reexamine all accessibility properties" helpid="1312" version="7"/>
					</folder>
				</folder>
			</ifdef>
			<folder name="Context Menu" id="Context" sort="false" index="true" tiptext="Classes for customizing Flash Player context menu" helpid="1142" version="7">
				<folder name="ContextMenu" id="ContextMenu" sort="false" index="true" tiptext="Class which represents controlling context menu instances" helpid="1073" version="7">
					<string name="new ContextMenu" tiptext="Creates a new ContextMenu object" helpid="1078" text="new ContextMenu(%%)" text2="new ContextMenu(% onSelect %)" version="7"/>
					<folder name="Methods" id="Methods" tiptext="Methods of ContextMenu objects" helpid="1074" version="6">
						<string name="copy" tiptext="Creates a copy of the ContextMenu" helpid="1077" object="ContextMenu" text=".copy()" version="7"/>
						<string name="hideBuiltInItems" tiptext="Sets all members of builtInItems to false" helpid="1316" object="ContextMenu" text=".hideBuiltInItems()" version="7"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of ContextMenu objects" helpid="1075" version="7">
						<string name="customItems" tiptext="Array of ContextMenuItem objects" helpid="1069" object="ContextMenu" text=".customItems" version="7"/>
					</folder>
					<folder name="Objects" id="Objects" tiptext="Objects of the ContextMenu object" helpid="1315" version="7">
						<folder name="builtInItems" id="builtInItems" tiptext="Object with boolean members controling visibility of standard menu items" helpid="1315" version="7">
							<folder name="Properties" id="Properties" tiptext="Properties of builtInItems object" helpid="1315" version="7">
								<string name="save" tiptext="If true, Save menu item is visible, if false not" helpid="1315" object="ContextMenu" text=".builtInItems.save" version="7"/>
								<string name="zoom" tiptext="If true, Zoom menu items are visible, if false not" helpid="1315" object="ContextMenu" text=".builtInItems.zoom" version="7"/>
								<string name="quality" tiptext="If true, Quality menu items are visible, if false not" helpid="1315" object="ContextMenu" text=".builtInItems.quality" version="7"/>
								<string name="play" tiptext="If true, Play menu item is visible, if false not" helpid="1315" object="ContextMenu" text=".builtInItems.play" version="7"/>
								<string name="loop" tiptext="If true, Loop menu item is visible, if false not" helpid="1315" object="ContextMenu" text=".builtInItems.loop" version="7"/>
								<string name="rewind" tiptext="If true, Rewind menu item is visible, if false not" helpid="1315" 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="1315" object="ContextMenu" text=".builtInItems.forward_back" version="7"/>
								<string name="print" tiptext="If true, Print menu item is visible, if false not" helpid="1315" object="ContextMenu" text=".builtInItems.print" version="7"/>
							</folder>
						</folder>
					</folder>
					<folder name="Events" id="Events of the ContextMenu class" tiptext="Events of the ContextMenu class" helpid="1076" version="7">
						<string name="onSelect" tiptext="Invoked before the menu is displayed" helpid="1071" 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="1143" version="7">
					<string name="new ContextMenuItem" tiptext="Creates a new ContextMenuItem object" helpid="1079" 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 %)" version="7"/>
					<folder name="Methods" id="Methods" tiptext="Methods of ContextMenuItem objects" helpid="1144" version="6">
						<string name="copy" tiptext="Creates a copy of the ContextMenuItem" helpid="1318" object="ContextMenuItem" text=".copy()" version="7"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of ContextMenuItem objects" helpid="1145" version="6">
						<string name="caption" tiptext="Text of the menu item" helpid="1317" 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="1321" object="ContextMenuItem" text=".separatorBefore" version="7"/>
						<string name="enabled" tiptext="If true, item is enabled; if false, disabled" helpid="1319" object="ContextMenuItem" text=".enabled" version="7"/>
						<string name="visible" tiptext="If true, item is visible; if false, not" helpid="1322" object="ContextMenuItem" text=".visible" version="7"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events of the ContextMenuItem class" helpid="1146" version="6">
						<string name="onSelect" tiptext="Invoked when the item is selected" helpid="1320" 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="2609" version="6">
					<folder name="Methods" id="Methods" tiptext="Methods of Button objects" helpid="3001" version="6">
						<string name="getDepth" tiptext="Returns the absolute &quot;z&quot; order of the button" helpid="3002" object="Button" text=".getDepth()" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of Button objects" helpid="2686" version="6">
						<string name="enabled" tiptext="If true, button is enabled; if false, disabled" helpid="2610" object="Button" text=".enabled" version="6"/>
						<string name="useHandCursor" tiptext="If true, use hand cursor over button rather than arrow" helpid="2611" object="Button" text=".useHandCursor" version="6"/>
						<string name="menu" tiptext="Context Menu object to use for the button" helpid="1354" object="Button" text=".menu" version="7" />
						<ifdef mode="FEATURE_EVENT_MODEL">
							<string name="tabIndex" tiptext="Tab index of button" helpid="2729" object="Button" text=".tabIndex" version="6"/>
							<string name="tabEnabled" tiptext="If true, tab stop enabled; if false, disabled" helpid="2730" object="Button" text=".tabEnabled" version="6"/>
							<string name="trackAsMenu" tiptext="Track as Menu Item for Buttons" helpid="2893" object="Button" text=".trackAsMenu" version="6"/>
						</ifdef>
						<string name="_x" description="X Position" tiptext="X position of the button" helpid="1366" object="Button" text="._x" version="4"/>
						<string name="_y" description="Y Position" tiptext="Y position of the button" helpid="1369" object="Button" text="._y" version="4"/>
						<string name="_xmouse" description="X Mouse Position" tiptext="X position of the mouse" helpid="1367" object="Button" text="._xmouse" version="5"/>
						<string name="_ymouse" description="Y Mouse Position" tiptext="Y position of the mouse" helpid="1370" object="Button" text="._ymouse" version="5"/>
						<string name="_xscale" description="X Scale Factor" tiptext="X scale factor of the button (percentage)" helpid="1368" object="Button" text="._xscale" version="4"/>
						<string name="_yscale" description="Y Scale Factor" tiptext="Y scale factor of the button (percentage)" helpid="1371" object="Button" text="._yscale" version="4"/>
						<string name="_width" description="Width" tiptext="Width of the button" helpid="1365" object="Button" text="._width" version="4"/>
						<string name="_height" description="Height" tiptext="Height of the button" helpid="1352" object="Button" text="._height" version="4"/>
						<string name="_alpha" description="Alpha" tiptext="Alpha transparency of the button (percentage)" helpid="1350" object="Button" text="._alpha" version="4"/>
						<string name="_visible" description="Visibility" tiptext="Returns true if the button is visible, false if hidden" helpid="1364" object="Button" text="._visible" version="4"/>
						<string name="_rotation" description="Rotation" tiptext="Angle of rotation of the button (degrees)" helpid="1360" object="Button" text="._rotation" version="4"/>
						<string name="_name" description="Name" tiptext="Instance name of the button" helpid="1355" object="Button" text="._name" version="4"/>
						<string name="_target" description="Target" tiptext="Target path of the button" helpid="1362" 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="1351" object="Button" text="._focusrect" version="4"/>
						<string name="_url" description="Movie clip URL" tiptext="URL the button was loaded from" helpid="1363" object="Button" text="._url" version="4"/>
						<string name="_parent" description="Movie clip URL" tiptext="The parent of the current button" helpid="1358" object="Button" text="._parent" version="5"/>
						<string name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="1349" text="._accProps" object="Button" version="7"/>
					</folder>
					<ifdef mode="FEATURE_EVENT_MODEL">
						<folder name="Events" id="Events" tiptext="Events received by Button objects" helpid="2668" version="6">
							<string name="onPress" tiptext="Invoked when press event occurs" helpid="2669" object="Button" text=".onPress" version="6" type="event"/>
							<string name="onRelease" tiptext="Invoked when release event occurs" helpid="2670" object="Button" text=".onRelease" version="6" type="event"/>
							<string name="onReleaseOutside" tiptext="Invoked when releaseOutside event occurs" helpid="2671" object="Button" text=".onReleaseOutside" version="6" type="event"/>
							<string name="onRollOver" tiptext="Invoked when rollOver event occurs" helpid="2672" object="Button" text=".onRollOver" version="6" type="event"/>
							<string name="onRollOut" tiptext="Invoked when rollOut event occurs" helpid="2673" object="Button" text=".onRollOut" version="6" type="event"/>
							<string name="onDragOver" tiptext="Invoked when dragOver event occurs" helpid="2674" object="Button" text=".onDragOver" version="6" type="event"/>
							<string name="onDragOut" tiptext="Invoked when dragOut event occurs" helpid="2675" object="Button" text=".onDragOut" version="6" type="event"/>
							<string name="onSetFocus" tiptext="Invoked when button receives focus" helpid="2688" object="Button" text=".onSetFocus(oldFocus)" version="6" type="event"/>
							<string name="onKillFocus" tiptext="Invoked when button loses focus" helpid="2689" 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="" 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="" 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="2268" version="5">
				<string name="new Color" tiptext="Creates a color object" helpid="2267" text="new Color(% target %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of the Color object" helpid="2721" version="5">
					<string name="getRGB" tiptext="Gets the color RGB offsets transform" helpid="2265" object="Color" text=".getRGB()" version="5"/>
					<string name="getTransform" tiptext="Gets the color transform" helpid="2266" object="Color" text=".getTransform()" version="5"/>
					<string name="setRGB" tiptext="Sets the color RGB offsets of the color transform" helpid="2269" object="Color" text=".setRGB(% 0xRRGGBB %)" type="procedure" version="5"/>
					<string name="setTransform" tiptext="Sets the color transform" helpid="2270" object="Color" text=".setTransform(% cxform %)" type="procedure" version="5"/>
				</folder>
			</folder>
			<folder name="Key" id="Key" index="true" sort="false" tiptext="Class to help you interface with the keyboard" helpid="2378" version="5">
				<folder name="Methods" id="Methods" tiptext="Methods of the Key class" helpid="2716" version="5">
					<string name="getAscii" tiptext="Gets the ASCII code of the last key pressed or released" helpid="2364" text="Key.getAscii()" version="5"/>
					<string name="getCode" tiptext="Gets the virtual key code of the last key pressed or released" helpid="2363" text="Key.getCode()" version="5"/>
					<string name="isDown" tiptext="Returns true if key is down" helpid="2375" text="Key.isDown(% keyCode %)" version="5"/>
					<string name="isToggled" tiptext="Returns true if key is toggled" helpid="2376" text="Key.isToggled(% keyCode %)" version="5"/>
					<string name="addListener" tiptext="Adds a listener for onKeyDown/onKeyUp events" helpid="2957" text="Key.addListener(% listener %)" type="procedure" version="6"/>
					<string name="removeListener" tiptext="Removes a listener for onKeyDown/onKeyUp events" helpid="2958" text="Key.removeListener(% listener %)" type="procedure" version="6"/>
				</folder>
				<folder name="Constants" id="Constants" tiptext="Constant properties of the Key class" helpid="2717" version="5">
					<string name="BACKSPACE" tiptext="Virtual key code for &lt;BACKSPACE&gt;" helpid="2365" text="Key.BACKSPACE" version="5"/>
					<string name="CAPSLOCK" tiptext="Virtual key code for &lt;CAPSLOCK&gt;" helpid="2366" text="Key.CAPSLOCK" version="5"/>
					<string name="CONTROL" tiptext="Virtual key code for &lt;CONTROL&gt;" helpid="2367" text="Key.CONTROL" version="5"/>
					<string name="DELETEKEY" tiptext="Virtual key code for &lt;DELETE&gt;" helpid="2368" text="Key.DELETEKEY" version="5"/>
					<string name="DOWN" tiptext="Virtual key code for &lt;DOWN&gt;" helpid="2369" text="Key.DOWN" version="5"/>
					<string name="END" tiptext="Virtual key code for &lt;END&gt;" helpid="2370" text="Key.END" version="5"/>
					<string name="ENTER" tiptext="Virtual key code for &lt;ENTER&gt;" helpid="2371" text="Key.ENTER" version="5"/>
					<string name="ESCAPE" tiptext="Virtual key code for &lt;ESCAPE&gt;" helpid="2372" text="Key.ESCAPE" version="5"/>
					<string name="HOME" tiptext="Virtual key code for &lt;HOME&gt;" helpid="2373" text="Key.HOME" version="5"/>
					<string name="INSERT" tiptext="Virtual key code for &lt;INSERT&gt;" helpid="2374" text="Key.INSERT" version="5"/>
					<string name="LEFT" tiptext="Virtual key code for &lt;LEFT&gt;" helpid="2377" text="Key.LEFT" version="5"/>
					<string name="PGUP" tiptext="Virtual key code for &lt;PGUP&gt;" helpid="2380" text="Key.PGUP" version="5"/>
					<string name="PGDN" tiptext="Virtual key code for &lt;PGDN&gt;" helpid="2379" text="Key.PGDN" version="5"/>
					<string name="RIGHT" tiptext="Virtual key code for &lt;RIGHT&gt;" helpid="2381" text="Key.RIGHT" version="5"/>
					<string name="SHIFT" tiptext="Virtual key code for &lt;SHIFT&gt;" helpid="2382" text="Key.SHIFT" version="5"/>
					<string name="SPACE" tiptext="Virtual key code for &lt;SPACE&gt;" helpid="2383" text="Key.SPACE" version="5"/>
					<string name="TAB" tiptext="Virtual key code for &lt;TAB&gt;" helpid="2384" text="Key.TAB" version="5"/>
					<string name="UP" tiptext="Virtual key code for &lt;UP&gt;" helpid="2385" text="Key.UP" version="5"/>
				</folder>
				<ifdef mode="FEATURE_EVENT_MODEL">
					<folder name="Listeners" id="Listeners" tiptext="Listeners of the Key object" helpid="1421" version="6">
						<string name="onKeyDown" tiptext="Listener invoked when key is pressed" helpid="2980" text=".onKeyDown" version="6" type="listener"/>
						<string name="onKeyUp" tiptext="Listener invoked when key is released" helpid="2981" 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="1344">
				<string name="new LocalConnection" tiptext="Create a new LocalConnection object" text="new LocalConnection(% %)" version="6" helpid="1292"/>
				<folder name="Methods" id="Methods" tiptext="Methods for the LocalConnection class" version="6" helpid="1345">
					<string name="close" tiptext="Close an open connection" text=".close(%  %)" object="LocalConnection" version="6" helpid="1325"/>
					<string name="connect" tiptext="Register as a target for send by other LocalConnections" text=".connect(% name %)" object="LocalConnection" version="6" helpid="1326"/>
					<string name="domain" tiptext="Will return string used as a prefix to your connection name" text=".domain(%  %)" object="LocalConnection" version="6" helpid="1327"/>
					<string name="send" tiptext="Invoke method on another LocalConnection connected as target" text=".send(% target, method, ... %)" object="LocalConnection" version="6" helpid="1329"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events generated by LocalConnection objects" version="6" helpid="1346">
					<string name="onStatus" tiptext="Invoked when send is dispatched" text=".onStatus(% infoObject %)" object="LocalConnection" version="6" helpid="1328"/>
					<string name="allowDomain" tiptext="Allows movies from other domains to access current movie" text=".allowDomain(% domain1, ..., domainN %)" object="LocalConnection" version="6" helpid="1324"/>
					<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="1309"/>
				</folder>
			</folder>
			<folder name="Mouse" id="Mouse" sort="false" tiptext="Class that controls the mouse cursor" helpid="2416" version="5" index="true">
				<folder name="Methods" id="Methods" tiptext="Methods of the Mouse class" helpid="2713" version="5">
					<string name="show" tiptext="Show the mouse cursor" helpid="2417" text="Mouse.show()" type="procedure" version="5"/>
					<string name="hide" tiptext="Hide the mouse cursor" helpid="2415" text="Mouse.hide()" type="procedure" version="5"/>
					<ifdef mode="FEATURE_EVENT_MODEL">
						<string name="addListener" tiptext="Adds a listener for onMouseDown/onMouseMove/onMouseUp events" helpid="2959" text="Mouse.addListener(% listener %)" type="procedure" version="6"/>
						<string name="removeListener" tiptext="Removes a listener for onMouseDown/onMouseMove/onMouseUp events" helpid="2960" text="Mouse.removeListener(% listener %)" type="procedure" version="6"/>
					</ifdef>
				</folder>
				<ifdef mode="FEATURE_EVENT_MODEL">
					<folder name="Listeners" id="Listeners" tiptext="Listeners of the Mouse object" helpid="2975" version="6">
						<string name="onMouseDown" tiptext="Listener invoked when mouse button is pressed" helpid="2976" text=".onMouseDown" version="6" type="listener"/>
						<string name="onMouseMove" tiptext="Listener invoked when mouse is moved" helpid="2977" text=".onMouseMove" version="6" type="listener"/>
						<string name="onMouseUp" tiptext="Listener invoked when mouse button is released" helpid="2978" text=".onMouseUp" version="6" type="listener"/>
						<string name="onMouseWheel" tiptext="Listener invoked when mouse wheel is scrolled" helpid="1171" text=".onMouseWheel(delta,scrollTarget)" version="7" type="listener"/>
					</folder>
				</ifdef>
			</folder>
			<folder name="MovieClip" id="MovieClip" sort="false" index="true" tiptext="Class that represents a movie clip" helpid="2256" version="5">
				<folder name="Methods" id="Methods" tiptext="Methods of MovieClip class" helpid="2677" version="5">
					<string name="attachMovie" tiptext="Creates instance of movie clip located in the Library" helpid="2248" object="MovieClip" text=".attachMovie(% idName, newName, depth [, initObject] %)" type="procedure" version="5"/>
					<ifdef mode="FEATURE_DRAWING_API">
						<string name="createEmptyMovieClip" tiptext="Creates an empty Movie Clip instance" helpid="2855" object="MovieClip" text=".createEmptyMovieClip(% instanceName, depth %)" type="procedure" version="6"/>
					</ifdef>
					<ifdef mode="FEATURE_TEXTFIELD_OBJECT">
						<string name="createTextField" tiptext="Creates an empty text field in this movie clip" helpid="2918" object="MovieClip" text=".createTextField(% instanceName, depth, x, y, width, height %)" type="procedure" version="6"/>
					</ifdef>
					<string name="duplicateMovieClip" tiptext="Duplicates this movie clip" helpid="2249" object="MovieClip" text=".duplicateMovieClip(% newName, depth [, initObject] %)" type="procedure" version="5"/>
					<string name="getBounds" tiptext="Returns an object whose properties contain the bounds of the movie clip" helpid="2576" object="MovieClip" text=".getBounds(% targetCoordinateSpace %)" version="5"/>
					<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded for this movie clip" helpid="2582" object="MovieClip" text=".getBytesLoaded()" version="5"/>
					<string name="getBytesTotal" tiptext="Returns the size of the movie clip" helpid="2583" object="MovieClip" text=".getBytesTotal()" version="5"/>
					<string name="getDepth" tiptext="Returns the absolute &quot;z&quot; order of the movie clip" helpid="2965" object="MovieClip" text=".getDepth()" version="6"/>
					<string name="getInstanceAtDepth" tiptext="Returns the movie clip instance found at the specified depth. " helpid="1193" object="MovieClip" text=".getInstanceAtDepth(% depth %)" version="7"/>
					<string name="getNextHighestDepth" tiptext="Returns the next highest &quot;z&quot; order depth available" helpid="1194" object="MovieClip" text=".getNextHighestDepth()" version="7"/>
					<string name="getSWFVersion" tiptext="Returns the version of the movie clip" helpid="1195" object="MovieClip" text=".getSWFVersion()" version="7" />
					<string name="getURL" tiptext="Navigates to an URL, optionally sending variables" helpid="2250" object="MovieClip" text=".getURL(% url, window, method %)" type="procedure" version="5"/>
					<string name="globalToLocal" tiptext="Converts stage coordinate to movie clip coordinate" helpid="2348" object="MovieClip" text=".globalToLocal(% point %)" type="procedure" version="5"/>
					<string name="gotoAndPlay" tiptext="Go to a frame of movie clip and start playing" helpid="2251" object="MovieClip" text=".gotoAndPlay(% frame %)" type="procedure" version="5"/>
					<string name="gotoAndStop" tiptext="Go to a frame of movie clip and stop" helpid="2252" object="MovieClip" text=".gotoAndStop(% frame %)" type="procedure" version="5"/>
					<string name="hitTest" tiptext="Check if a point or movie clip intersects another movie clip" helpid="2355" object="MovieClip" text=".hitTest(% x, y, shapeFlag %)" version="5"/>
					<string name="loadMovie" tiptext="Loads a SWF or JPEG from an URL into movie clip" helpid="2253" object="MovieClip" text=".loadMovie(% url, method %)" type="procedure" version="5"/>
					<string name="loadVariables" tiptext="Loads variables from an URL into movie clip" helpid="2254" object="MovieClip" text=".loadVariables(% url, method %)" type="procedure" version="5"/>
					<string name="localToGlobal" tiptext="Converts movie clip coordinate to stage coordinate" helpid="2391" object="MovieClip" text=".localToGlobal(% point %)" type="procedure" version="5"/>
					<string name="nextFrame" tiptext="Go to next frame of movie clip" helpid="2255" object="MovieClip" text=".nextFrame()" type="procedure" version="5"/>
					<string name="play" tiptext="Starts playing movie clip from current frame" helpid="2257" object="MovieClip" text=".play()" type="procedure" version="5"/>
					<string name="prevFrame" tiptext="Go to previous frame of movie clip" helpid="2258" object="MovieClip" text=".prevFrame()" type="procedure" version="5"/>
					<string name="removeMovieClip" tiptext="Removes movie clip created with duplicateMovieClip" helpid="2259" object="MovieClip" text=".removeMovieClip()" type="procedure" version="5"/>
					<ifdef mode="FEATURE_SCRIPTABLE_CLIPPING">
						<string name="setMask" tiptext="Sets the scriptable mask of this movie clip" helpid="1422" object="MovieClip" text=".setMask(% maskMovieClip %)" type="procedure" version="6"/>
					</ifdef>
					<string name="startDrag" tiptext="Starts drag operation on movie clip" helpid="2260" object="MovieClip" text=".startDrag(% lockCenter, left, top, right, bottom %)" type="procedure" version="5"/>
					<string name="stop" tiptext="Stops playing movie clip" helpid="2261" object="MovieClip" text=".stop()" type="procedure" version="5"/>
					<string name="stopDrag" tiptext="Stops drag operation" helpid="2262" object="MovieClip" text=".stopDrag()" type="procedure" version="5"/>
					<string name="swapDepths" tiptext="Swaps the &quot;z&quot; order of 2 Movie Clips" helpid="2514" object="MovieClip" text=".swapDepths(% target %)" type="procedure" version="5"/>
					<string name="unloadMovie" tiptext="Unloads .swf previously loaded with loadMovie" helpid="2263" object="MovieClip" text=".unloadMovie()" type="procedure" 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="1164" object="MovieClip" text=".getTextSnapshot()" type="procedure" version="6"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of MovieClip object" helpid="2678" version="6">
					<string name="enabled" tiptext="If true, button movie clip is enabled; if false, disabled" helpid="2679" object="MovieClip" text=".enabled" version="6"/>
					<string name="focusEnabled" tiptext="If true, movie clip may receive the focus" helpid="2967" object="MovieClip" text=".focusEnabled" version="6"/>
					<string name="hitArea" tiptext="Hit Area to use for Button Movie Clips" helpid="2680" object="MovieClip" text=".hitArea" version="6"/>
					<string name="tabIndex" tiptext="Tab index of a MovieClip object" helpid="2681" object="MovieClip" text=".tabIndex" version="6"/>
					<string name="tabEnabled" tiptext="If true, tab stop enabled; if false, disabled" helpid="2682" object="MovieClip" text=".tabEnabled" version="6"/>
					<string name="tabChildren" tiptext="If true, children may be tab stops" helpid="2683" object="MovieClip" text=".tabChildren" version="6"/>
					<string name="trackAsMenu" tiptext="Track as Menu Item for Button Movie Clips" helpid="2684" object="MovieClip" text=".trackAsMenu" version="6"/>
					<string name="useHandCursor" tiptext="If true, use hand cursor over movie clip rather than arrow" helpid="2685" object="MovieClip" text=".useHandCursor" version="6"/>
					<string name="menu" tiptext="Context Menu object to use for the movie clip" helpid="1334" object="MovieClip" text=".menu" version="7" />
					<string name="_x" tiptext="X position of the movie clip" helpid="2570" version="4" object="MovieClip" text="._x"/>
					<string name="_y" tiptext="Y position of the movie clip" helpid="2570" version="4" object="MovieClip" text="._y"/>
					<string name="_xmouse" tiptext="X position of the mouse" helpid="2413" version="5" object="MovieClip" text="._xmouse"/>
					<string name="_ymouse" tiptext="Y position of the mouse" helpid="2414" version="5" object="MovieClip" text="._ymouse"/>
					<string name="_xscale" tiptext="X scale factor of the movie clip (percentage)" helpid="2466" version="4" object="MovieClip" text="._xscale"/>
					<string name="_yscale" tiptext="Y scale factor of the movie clip (percentage)" helpid="2466" version="4" object="MovieClip" text="._yscale"/>
					<string name="_width" tiptext="Width of the movie clip" helpid="2533" version="4" object="MovieClip" text="._width"/>
					<string name="_height" tiptext="Height of the movie clip" helpid="2353" version="4" object="MovieClip" text="._height"/>
					<string name="_alpha" tiptext="Alpha transparency of the movie clip (percentage)" helpid="2203" version="4" object="MovieClip" text="._alpha"/>
					<string name="_visible" tiptext="Returns true if movie clip is visible, false if hidden" helpid="2530" version="4" object="MovieClip" text="._visible"/>
					<string name="_target" tiptext="Target path of the movie clip" helpid="2516" version="4" object="MovieClip" text="._target"/>
					<string name="_rotation" tiptext="Angle of rotation of the movie clip (degrees)" helpid="2463" version="4" object="MovieClip" text="._rotation"/>
					<string name="_name" tiptext="Instance name of the movie clip" helpid="2419" version="4" object="MovieClip" text="._name"/>
					<string name="_framesloaded" tiptext="Number of frames already loaded in the movie clip" helpid="2386" version="4" object="MovieClip" text="._framesloaded"/>
					<string name="_droptarget" tiptext="During drag, movie clip the dragged movie clip is over" helpid="2324" version="4" object="MovieClip" text="._droptarget"/>
					<string name="_currentframe" tiptext="Current frame of the movie clip" helpid="2280" version="4" object="MovieClip" text="._currentframe"/>
					<string name="_totalframes" tiptext="Total number of frames in the movie clip" helpid="2522" version="4" object="MovieClip" text="._totalframes"/>
					<string name="_focusrect" tiptext="Returns false if tab focus rectangles are hidden, true if displayed" helpid="1192" version="4" object="MovieClip" text="._focusrect"/>
					<string name="_url" tiptext="URL the movie clip was loaded from" helpid="2528" version="4" object="MovieClip" text="._url"/>
					<string name="_parent" text="._parent" tiptext="The parent Movie Clip of the current Movie Clip" helpid="1335" version="5" object="MovieClip"/>
					<string name="_lockroot" tiptext="Forces references to _root in this clip or its children to resolve to this clip" helpid="1333" version="7" object="MovieClip" text="._lockroot"/>
					<string name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="1412" text="._accProps" object="MovieClip" version="7"/>
				</folder>
				<ifdef mode="FEATURE_DRAWING_API">
					<folder name="Drawing Methods" id="Drawing Methods" tiptext="Methods that perform direct drawing" helpid="2856" version="6">
						<string name="beginFill" tiptext="Identifies the beginning of a solid fill" helpid="2857" object="MovieClip" text=".beginFill(% rgb, alpha %)" type="procedure" version="6"/>
						<string name="beginGradientFill" tiptext="Identifies the beginning of a gradient fill" helpid="2858" object="MovieClip" text=".beginGradientFill(% fillType, colors, alphas, ratios, matrix %)" type="procedure" version="6"/>
						<string name="lineStyle" tiptext="Changes the current line style" helpid="2859" object="MovieClip" text=".lineStyle(% thickness, rgb, alpha %)" type="procedure" version="6"/>
						<string name="moveTo" tiptext="Moves the current drawing position" helpid="2860" object="MovieClip" text=".moveTo(% x, y %)" type="procedure" version="6"/>
						<string name="lineTo" tiptext="Draws a line from the current drawing position" helpid="2861" object="MovieClip" text=".lineTo(% x, y %)" type="procedure" version="6"/>
						<string name="curveTo" tiptext="Draws a curve from the current drawing position" helpid="3016" object="MovieClip" text=".curveTo(% controlX, controlY, anchorX, anchorY %)" type="procedure" version="6"/>
						<string name="endFill" tiptext="Identifies the end of a fill" helpid="2878" object="MovieClip" text=".endFill()" type="procedure" version="6"/>
						<string name="clear" tiptext="Clears all drawing commands on Movie Clip" helpid="2879" object="MovieClip" text=".clear()" type="procedure" version="6"/>
					</folder>
				</ifdef>
				<ifdef mode="FEATURE_EVENT_MODEL">
					<folder name="Events" id="Events" tiptext="Events received by MovieClip objects" helpid="2651" version="6">
						<string name="onPress" tiptext="Invoked when press event occurs" helpid="2652" object="MovieClip" text=".onPress" version="6" type="event"/>
						<string name="onRelease" tiptext="Invoked when release event occurs" helpid="2653" object="MovieClip" text=".onRelease" version="6" type="event"/>
						<string name="onReleaseOutside" tiptext="Invoked when releaseOutside event occurs" helpid="2654" object="MovieClip" text=".onReleaseOutside" version="6" type="event"/>
						<string name="onRollOver" tiptext="Invoked when rollOver event occurs" helpid="2655" object="MovieClip" text=".onRollOver" version="6" type="event"/>
						<string name="onRollOut" tiptext="Invoked when rollOut event occurs" helpid="2656" object="MovieClip" text=".onRollOut" version="6" type="event"/>
						<string name="onDragOver" tiptext="Invoked when dragOver event occurs" helpid="2657" object="MovieClip" text=".onDragOver" version="6" type="event"/>
						<string name="onDragOut" tiptext="Invoked when dragOut event occurs" helpid="2658" object="MovieClip" text=".onDragOut" version="6" type="event"/>
						<string name="onLoad" tiptext="Invoked when load event occurs" helpid="2660" object="MovieClip" text=".onLoad" version="6" type="event"/>
						<string name="onUnload" tiptext="Invoked when unload event occurs" helpid="2661" object="MovieClip" text=".onUnload" version="6" type="event"/>
						<string name="onEnterFrame" tiptext="Invoked when frame is entered" helpid="2862" object="MovieClip" text=".onEnterFrame" version="6" type="event"/>
						<string name="onMouseDown" tiptext="Invoked when mouseDown event occurs" helpid="2662" object="MovieClip" text=".onMouseDown" version="6" type="event"/>
						<string name="onMouseUp" tiptext="Invoked when mouseUp event occurs" helpid="2663" object="MovieClip" text=".onMouseUp" version="6" type="event"/>
						<string name="onMouseMove" tiptext="Invoked when mouseMove event occurs" helpid="2664" object="MovieClip" text=".onMouseMove" version="6" type="event"/>
						<string name="onKeyDown" tiptext="Invoked when keyDown event occurs" helpid="2665" object="MovieClip" text=".onKeyDown" version="6" type="event"/>
						<string name="onKeyUp" tiptext="Invoked when keyUp event occurs" helpid="2666" object="MovieClip" text=".onKeyUp" version="6" type="event"/>
						<string name="onData" tiptext="Invoked when data event occurs" helpid="2667" object="MovieClip" text=".onData" version="6" type="event"/>
						<string name="onSetFocus" tiptext="Invoked when movie clip receives focus" helpid="2690" object="MovieClip" text=".onSetFocus(oldFocus)" version="6" type="event"/>
						<string name="onKillFocus" tiptext="Invoked when movie clip loses focus" helpid="2691" object="MovieClip" text=".onKillFocus(newFocus)" version="6" type="event"/>
					</folder>
				</ifdef>
			</folder>
			<!-- MovieClipLoader object -->
			<folder name="MovieClipLoader" id="MovieClipLoader" index="true" sort="false" tiptext="Object that can be used to load SWF and JPG files into a movie clip or level" helpid="1153" version="7">
				<string name="new MovieClipLoader" tiptext="Creates new MovieClipLoader object" helpid="1165" text="new MovieClipLoader(%%)" version="7"/>
				<folder name="Methods" id="Methods" sort="false" tiptext="Methods of MovieClipLoader object" helpid="1149" version="7">
					<string name="addListener" tiptext="Adds a listener for the MovieClipLoader events" helpid="1160" object="MovieClipLoader" text=".addListener(% listener %)" type="procedure" version="7"/>
					<string name="getProgress" tiptext="Returns an object containing information about the download progress" helpid="1192" object="MovieClipLoader" text=".getProgress(% target %)" type="procedure" version="7"/>
					<string name="loadClip" tiptext="Loads a url into a target movie clip or level" helpid="1178" object="MovieClipLoader" text=".loadClip(% url, target %)" type="procedure" version="7"/>
					<string name="removeListener" tiptext="Removes a listener for the MovieClipLoader events" helpid="1186" object="MovieClipLoader" text=".removeListener(% listener %)" type="procedure" version="7"/>
					<string name="unloadClip" tiptext="Unloads a target movie clip or level" helpid="1202" object="MovieClipLoader" text=".unloadClip(% target %)" type="procedure" version="7"/>
				</folder>
				<folder name="Listeners" id="Listeners" tiptext="Listeners of the MovieClipLoader object" helpid="1148" version="7">
					<string name="onLoadComplete" tiptext="Listener invoked when the download completes" helpid="1172" text=".onLoadComplete(% target %)" version="7" type="listener"/>
					<string name="onLoadError" tiptext="Listener invoked when the download fails due to an error" helpid="1173" text=".onLoadError(% target, errorCode %)" version="7" type="listener"/>
					<string name="onLoadInit" tiptext="Listener invoked when the downloaded movie is initialized" helpid="1176" text=".onLoadInit(% target %)" version="7" type="listener" />
					<string name="onLoadProgress" tiptext="Listener invoked when the download progresses by a Flash player defined amount" helpid="1174" text=".onLoadProgress(% target, bytesLoaded, bytesTotal %)" version="7" type="listener"/>
					<string name="onLoadStart" tiptext="Listener invoked when the download starts" helpid="1175" text=".onLoadStart(% target %)" version="7" type="listener"/>
				</folder>
			</folder>
			<!-- PrintJob object -->
			<folder name="PrintJob" id="PrintJob" index="true" sort="false" tiptext="Object that represents a print job" helpid="1347" version="7">
				<string name="new PrintJob" tiptext="Creates new PrintJob object" helpid="1166" text="new PrintJob(%%)" version="7"/>
				<folder name="Methods" id="Methods" sort="false" tiptext="Methods of PrintJob object" helpid="1348" version="7">
					<string name="start" tiptext="Starts the print job" helpid="1341" object="PrintJob" text=".start()" type="procedure" version="7"/>
					<string name="addPage" tiptext="Adds a page to the print job" helpid="1339" object="PrintJob" text=".addPage(% target [, printArea, options, frameNum] %)" type="procedure" version="7"/>
					<string name="send" tiptext="Sends all pages to the printer" helpid="1340" object="PrintJob" text=".send()" type="procedure" version="7"/>
				</folder>
				<folder name="Properties" id="Properties" sort="false" tiptext="Properties of PrintJob object" helpid="1341" version="7">
					<string name="paperWidth" tiptext="Width of printer's paper" helpid="1341" object="PrintJob" text=".paperWidth" version="7"/>
					<string name="paperHeight" tiptext="Height of printer's paper" helpid="1341" object="PrintJob" text=".paperHeight" version="7"/>
					<string name="pageWidth" tiptext="Width of printable area" helpid="1341" object="PrintJob" text=".pageWidth" version="7"/>
					<string name="pageHeight" tiptext="Height of printable area" helpid="1341" object="PrintJob" text=".pageHeight" version="7"/>
					<string name="orientation" tiptext="Orientation of printer's paper" helpid="1341" 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="2471" version="5">
				<folder name="Methods" id="Methods" tiptext="Methods of the Selection class" helpid="2708" version="5">
					<string name="getBeginIndex" tiptext="Gets the beginning index of the edit text selection, -1 if none" helpid="2467" text="Selection.getBeginIndex()" version="5"/>
					<string name="getEndIndex" tiptext="Gets the end index of the edit text selection, -1 if none" helpid="2469" text="Selection.getEndIndex()" version="5"/>
					<string name="getCaretIndex" tiptext="Gets the position of the edit text caret, -1 if none" helpid="2468" text="Selection.getCaretIndex()" version="5"/>
					<string name="getFocus" tiptext="Gets the variable name of the focused edit text field" helpid="2470" text="Selection.getFocus()" version="5"/>
					<string name="setFocus" tiptext="Sets the currently focused edit text field" helpid="2472" text="Selection.setFocus(% instanceName %)" type="procedure" version="5"/>
					<string name="setSelection" tiptext="Sets the beginning and end of the text selection" helpid="2473" text="Selection.setSelection(% beginIndex, endIndex %)" type="procedure" version="5"/>
					<string name="addListener" tiptext="Adds a listener for the onSetFocus event" helpid="2961" text="Selection.addListener(% listener %)" type="procedure" version="6"/>
					<string name="removeListener" tiptext="Removes a listener for the onSetFocus event" helpid="2962" text="Selection.removeListener(% listener %)" type="procedure" version="6"/>
				</folder>
				<ifdef mode="FEATURE_EVENT_MODEL">
					<folder name="Listeners" id="Listeners" tiptext="Listeners of the Selection object" helpid="2709" version="6">
						<string name="onSetFocus" tiptext="Listener invoked when focus changes" helpid="2687" 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="1281" version="6">
				<folder name="Methods" id="Methods" tiptext="Methods of the SharedObject class" helpid="1282" version="6">
					<string name="flush" tiptext="Immediately writes a locally persistent shared object to a local file" helpid="1286" text=".flush(% [reserveSize] %)" type="procedure" object="SharedObject" version="6"/>
					<string name="clear" tiptext="Purges data from the shared object" helpid="1287" text=".clear(% %)" type="procedure" object="SharedObject" version="6"/>
					<string name="getLocal" tiptext="Returns a reference to a locally persistent shared object" helpid="1288" text=".getLocal(% name [, local_path] %)" type="procedure" object="SharedObject" version="6"/>
					<string name="getSize" tiptext="Get the current size of the shared object, in bytes" helpid="1289" text=".getSize(%  %)" type="procedure" object="SharedObject" version="6"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of the SharedObject class" helpid="1283" version="6">
					<string name="data" tiptext="The attributes assigned to the data property of the object" helpid="1285" text=".data" object="SharedObject" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events of the SharedObject class" helpid="1284" version="6">
					<string name="onStatus" tiptext="Invoked when a status message is posted for a shared object" helpid="1290" 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="" 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="2870" version="6" index="true">
					<folder name="Methods" id="Methods" tiptext="Methods of Stage object" helpid="2871" version="6" sort="true">
						<string name="addListener" tiptext="Adds a listener for the onResize event" helpid="2963" text="Stage.addListener(% listener %)" type="procedure" version="6"/>
						<string name="removeListener" tiptext="Removes a listener for the onResize event" helpid="2964" text="Stage.removeListener(% listener %)" type="procedure" version="6"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the Stage object" helpid="2872" version="6">
						<string name="showMenu" tiptext="Flash movie context menu visibility flag: show (true), hide (false)" helpid="2873" text="Stage.showMenu" version="6"/>
						<string name="scaleMode" tiptext="Flash movie scaling behavior: show all, exact fit, no border, or no scale" helpid="2874" text="Stage.scaleMode" version="6"/>
						<string name="align" tiptext="Flash movie alignment behavior: centered(C), top(T), top-left(TL), etc." helpid="2875" text="Stage.align" version="6"/>
						<string name="width" tiptext="The current width of the Flash movie stage, in pixels" helpid="2876" text="Stage.width" version="6"/>
						<string name="height" tiptext="The current height of the Flash movie stage, in pixels" helpid="1420" text="Stage.height" version="6"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events of the Stage object" helpid="2878" version="6">
						<string name="onResize" tiptext="Invoked when Flash movie has resized" helpid="3011" 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="2709" version="6">
							<string name="onResize" tiptext="Listener invoked when Stage is resized" helpid="2687" 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="2612" version="6">
				<ifdef mode="FEATURE_TEXTFIELD_OBJECT">
					<folder name="Methods" id="Methods" tiptext="Methods of text field objects" helpid="2940" version="6">
						<string name="removeTextField" tiptext="Removes a text field created with createTextField" helpid="2991" object="TextField" text=".removeTextField()" version="6" type="procedure"/>
						<string name="replaceSel" tiptext="Replace selected text with specified text" helpid="2941" object="TextField" text=".replaceSel(% text %)" version="6" type="procedure"/>
						<string name="replaceText" tiptext="Replace range of characters in text field" helpid="2992" object="TextField" text=".replaceText(% beginIndex, endIndex, text %)" version="7" type="procedure"/>
						<string name="getTextFormat" tiptext="Get text format information" helpid="2943" object="TextField" text=".getTextFormat(% beginIndex, endIndex %)" version="6"/>
						<string name="setTextFormat" tiptext="Set text format information" helpid="2944" object="TextField" text=".setTextFormat(% textFormat %)" text2=".setTextFormat(% index, textFormat %)" text3=".setTextFormat(% beginIndex, endIndex, textFormat %)" version="6" type="procedure"/>
						<string name="getNewTextFormat" tiptext="Get text format information for new text" helpid="2997" object="TextField" text=".getNewTextFormat()" version="6"/>
						<string name="setNewTextFormat" tiptext="Set text format information for new text" helpid="2998" object="TextField" text=".setNewTextFormat(% textFormat %)" version="6" type="procedure"/>
						<string name="getFontList" tiptext="Get array containing names of fonts on system" helpid="2969" text="TextField.getFontList()" version="6"/>
						<string name="addListener" tiptext="Adds a listener for onChanged/onScroller events" helpid="2986" text=".addListener(% listener %)" object="TextField" type="procedure" version="6"/>
						<string name="removeListener" tiptext="Removes a listener for onChanged/onScroller events" helpid="2987" text=".removeListener(% listener %)" object="TextField" type="procedure" version="6"/>
						<string name="getDepth" tiptext="Returns the absolute &quot;z&quot; order of the text field" helpid="3003" object="TextField" text=".getDepth()" version="6"/>
					</folder>
				</ifdef>
				<folder name="Properties" id="Properties" tiptext="Properties of TextField objects" helpid="2692" version="6">
					<string name="scroll" tiptext="Index of first visible line in text field" helpid="2613" object="TextField" text=".scroll" version="6"/>
					<string name="bottomScroll" tiptext="Index of last visible line in text field" helpid="2949" object="TextField" text=".bottomScroll" version="6"/>
					<string name="maxscroll" tiptext="Maximum value of .scroll in text field" helpid="2614" object="TextField" text=".maxscroll" version="6"/>
					<string name="type" tiptext="Type of text field ('dynamic' or 'input')" helpid="2972" object="TextField" text=".type" version="6"/>
					<string name="textColor" tiptext="Color of text in text field" helpid="2646" object="TextField" text=".textColor" version="6"/>
					<string name="borderColor" tiptext="Color of border of text field" helpid="2647" object="TextField" text=".borderColor" version="6"/>
					<string name="backgroundColor" tiptext="Color of background of text field" helpid="2648" object="TextField" text=".backgroundColor" version="6"/>
					<string name="text" tiptext="Current text in the text field" helpid="2694" object="TextField" text=".text" version="6"/>
					<string name="htmlText" tiptext="Current text in the text field, with HTML tags" helpid="2926" object="TextField" text=".htmlText" version="6"/>
					<string name="autoSize" tiptext="Text field auto-sizes to fit text" helpid="2693" object="TextField" text=".autoSize" version="6"/>
					<string name="variable" tiptext="Name of variable associated with text field" helpid="2927" object="TextField" text=".variable" version="6"/>
					<string name="hscroll" tiptext="Current horizontal scrolling position" helpid="2928" object="TextField" text=".hscroll" version="6"/>
					<string name="maxhscroll" tiptext="Maximum value of .hscroll in text field" helpid="2929" object="TextField" text=".maxhscroll" version="6"/>
					<string name="maxChars" tiptext="Maximum number of characters that may be entered" helpid="2930" object="TextField" text=".maxChars" version="6"/>
					<string name="embedFonts" tiptext="Boolean; if true, use embedded font outlines" helpid="2931" object="TextField" text=".embedFonts" version="6"/>
					<string name="html" tiptext="Boolean; if true, use HTML for variable representation" helpid="2932" object="TextField" text=".html" version="6"/>
					<string name="border" tiptext="Boolean; if true, display border around text field" helpid="2933" object="TextField" text=".border" version="6"/>
					<string name="background" tiptext="Boolean; if true, display background behind text field" helpid="2934" object="TextField" text=".background" version="6"/>
					<string name="wordWrap" tiptext="Boolean; if true, perform word wrap at line ends" helpid="2935" object="TextField" text=".wordWrap" version="6"/>
					<string name="password" tiptext="Boolean; if true, display asterisks to hide characters" helpid="2936" object="TextField" text=".password" version="6"/>
					<string name="multiline" tiptext="Boolean; if true, user may enter multipline lines" helpid="2937" object="TextField" text=".multiline" version="6"/>
					<string name="restrict" tiptext="Set of characters accepted by the text field" helpid="2996" object="TextField" text=".restrict" version="6"/>
					<string name="selectable" tiptext="Boolean; if true, user may select text with mouse/keyboard" helpid="2938" object="TextField" text=".selectable" version="6"/>
					<string name="length" tiptext="Length of text in .text property" helpid="2939" object="TextField" text=".length" version="6"/>
					<string name="textWidth" tiptext="Width of the text, in pixels" helpid="2950" object="TextField" text=".textWidth" version="6"/>
					<string name="textHeight" tiptext="Height of the text, in pixels" helpid="2951" object="TextField" text=".textHeight" version="6"/>
					<string name="tabIndex" tiptext="Tab index of text field" helpid="2727" object="TextField" text=".tabIndex" version="6"/>
					<string name="tabEnabled" tiptext="If true, tab stop enabled; if false, disabled" helpid="2728" object="TextField" text=".tabEnabled" version="6"/>
					<string name="styleSheet" tiptext="CSS style sheet object to use for text field" helpid="1156" object="TextField" text=".styleSheet" version="7" />
					<string name="condenseWhite" tiptext="If true, HTML whitespace will be condensed" helpid="1307" object="TextField" text=".condenseWhite" version="6" />
					<string name="menu" tiptext="Context Menu object to use for the text field" helpid="1375" object="TextField" text=".menu" version="7" />
					<string name="mouseWheelEnabled" tiptext="Enable Mouse Wheel" helpid="1376" object="TextField" text=".mouseWheelEnabled" version="7" />
					<string name="_x" description="X Position" tiptext="X position of the text field" helpid="1386" object="TextField" text="._x" version="4"/>
					<string name="_y" description="Y Position" tiptext="Y position of the text field" helpid="1389" object="TextField" text="._y" version="4"/>
					<string name="_xmouse" description="X Mouse Position" tiptext="X position of the mouse" helpid="1387" object="TextField" text="._xmouse" version="5"/>
					<string name="_ymouse" description="Y Mouse Position" tiptext="Y position of the mouse" helpid="1390" object="TextField" text="._ymouse" version="5"/>
					<string name="_xscale" description="X Scale Factor" tiptext="X scale factor of the text field (percentage)" helpid="1388" object="TextField" text="._xscale" version="4"/>
					<string name="_yscale" description="Y Scale Factor" tiptext="Y scale factor of the text field (percentage)" helpid="1391" object="TextField" text="._yscale" version="4"/>
					<string name="_width" description="Width" tiptext="Width of the text field" helpid="1385" object="TextField" text="._width" version="4"/>
					<string name="_height" description="Height" tiptext="Height of the text field" helpid="1373" object="TextField" text="._height" version="4"/>
					<string name="_alpha" description="Alpha" tiptext="Alpha transparency of the text field (percentage)" helpid="1372" object="TextField" text="._alpha" version="4"/>
					<string name="_visible" description="Visibility" tiptext="Returns true if the text field is visible, false if hidden" helpid="1384" object="TextField" text="._visible" version="4"/>
					<string name="_rotation" description="Rotation" tiptext="Angle of rotation of the text field (degrees)" helpid="1380" object="TextField" text="._rotation" version="4"/>
					<string name="_name" description="Name" tiptext="Instance name of the text field" helpid="1377" object="TextField" text="._name" version="4"/>
					<string name="_target" description="Target" tiptext="Target path of the text field" helpid="1382" 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="2334" object="TextField" text="._focusrect" version="4"/>
					<string name="_url" description="Movie clip URL" tiptext="URL the text field was loaded from" helpid="1383" object="TextField" text="._url" version="4"/>
					<string name="_parent" description="Movie clip URL" tiptext="The parent of the current text field" helpid="1378" object="TextField" text="._parent" version="5"/>
					<string name="_accProps" description="Accessibility properties" tiptext="Controls screen reader accessibility options" helpid="1392" text="._accProps" object="TextField" version="7"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events received by text field objects" helpid="2695" version="6">
					<string name="onChanged" tiptext="Invoked when text changes" helpid="2696" object="TextField" text=".onChanged" version="6" type="event"/>
					<string name="onSetFocus" tiptext="Invoked when text field receives focus" helpid="2697" object="TextField" text=".onSetFocus(oldFocus)" version="6" type="event"/>
					<string name="onKillFocus" tiptext="Invoked when text field loses focus" helpid="2698" object="TextField" text=".onKillFocus(newFocus)" version="6" type="event"/>
					<string name="onScroller" tiptext="Invoked when scrolling position/range changes" helpid="2894" object="TextField" text=".onScroller" version="6" type="event"/>
				</folder>
				<folder name="Listeners" id="Listeners" tiptext="Listeners for text field objects" helpid="2988" version="6">
					<string name="onChanged" tiptext="Listener invoked when text changes" helpid="2989" text=".onChanged" version="6" type="listener"/>
					<string name="onScroller" tiptext="Listener invoked when scrolling position/range changes" helpid="2990" text=".onScroller" version="6" type="listener"/>
				</folder>
				<folder name="StyleSheet" id="StyleSheet" sort="false" index="true" tiptext="Object which represents text field style sheets" helpid="1396" version="7">
					<string name="new StyleSheet" tiptext="Construct a new TextField.StyleSheet object" text="new TextField.StyleSheet()" helpid="1179" version="7"/>
					<folder name="Methods" id="Methods" tiptext="Methods of TextField.StyleSheet objects" helpid="1397" version="7">
						<string name="getStyle" tiptext="Gets the style declarations for a CSS selector" helpid="1168" object="[TextField.StyleSheet]" text=".getStyle(% name %)" version="7"/>
						<string name="setStyle" tiptext="Sets the style declarations for a CSS selector" helpid="1180" object="[TextField.StyleSheet]" text=".setStyle(% name, object %)" version="7"/>
						<string name="clear" tiptext="Clears the style sheet of all declarations" helpid="1157" object="[TextField.StyleSheet]" text=".clear()" version="7"/>
						<string name="getStyleNames" tiptext="Retrieves the selector names in the style sheet" helpid="1187" object="[TextField.StyleSheet]" text=".getStyleNames()" version="7"/>
						<string name="parseCSS" tiptext="Parses a CSS text string into the style sheet" helpid="1184" object="[TextField.StyleSheet]" text=".parseCSS(% cssText %)" version="7"/>
						<string name="transform" tiptext="Transforms a CSS selector into a TextFormat" helpid="1399" object="[TextField.StyleSheet]" text=".transform(% cssSelector %)" version="7"/>
						<string name="load" tiptext="Loads a CSS style sheet from a URL" helpid="1177" object="[TextField.StyleSheet]" text=".load(% url %)" version="7"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events received by the TextField.StyleSheet object" helpid="1398" version="7">
						<string name="onLoad" tiptext="Invoked when load completes" helpid="1342" 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="2906" version="6">
				<string name="new TextFormat" tiptext="Construct a new TextFormat object" text="new TextFormat()" helpid="2920" version="6"/>
				<folder name="Methods" id="Methods" tiptext="Methods of TextFormat objects" helpid="2970" version="6">
					<string name="getTextExtent" tiptext="Get X and Y extents of text" helpid="2971" object="TextFormat" text=".getTextExtent(% text %)" version="6"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of TextFormat objects" helpid="2907" version="6">
					<string name="font" tiptext="Name of text font" object="TextFormat" text=".font" helpid="2908" version="6"/>
					<string name="size" tiptext="Point size of text" object="TextFormat" text=".size" helpid="2909" version="6"/>
					<string name="color" tiptext="Color of text" object="TextFormat" text=".color" helpid="2910" version="6"/>
					<string name="url" tiptext="URL hyperlink of text, null if none" object="TextFormat" text=".url" helpid="2911" version="6"/>
					<string name="target" tiptext="Target window of hyperlink, null if none" object="TextFormat" text=".target" helpid="2912" version="6"/>
					<string name="bold" tiptext="Boolean indicating whether text is bold" object="TextFormat" text=".bold" helpid="2913" version="6"/>
					<string name="italic" tiptext="Boolean indicating whether text is italicized" object="TextFormat" text=".italic" helpid="2914" version="6"/>
					<string name="underline" tiptext="Boolean indicating whether text is underlined" object="TextFormat" text=".underline" helpid="2919" version="6"/>
					<string name="align" tiptext="Alignment of text (left, center, right)" object="TextFormat" text=".align" helpid="2921" version="6"/>
					<string name="leftMargin" tiptext="Left margin of text" object="TextFormat" text=".leftMargin" helpid="2922" version="6"/>
					<string name="rightMargin" tiptext="Right margin of text" object="TextFormat" text=".rightMargin" helpid="2923" version="6"/>
					<string name="indent" tiptext="Indentation of initial line in paragraph" object="TextFormat" text=".indent" helpid="2924" version="6"/>
					<string name="blockIndent" tiptext="Indentation applied to all lines in paragraph" object="TextFormat" text=".blockIndent" helpid="3012" version="6"/>
					<string name="leading" tiptext="Inter-line leading of text" object="TextFormat" text=".leading" helpid="2925" version="6"/>
					<string name="bullet" tiptext="Boolean indicating whether text is bulleted" object="TextFormat" text=".bullet" helpid="2993" version="6"/>
					<string name="tabStops" tiptext="Array indicating positions of tab stops" object="TextFormat" text=".tabStops" helpid="2994" version="6"/>
				</folder>
			</folder>
			<folder name="TextSnapshot" id="TextSnapshot" sort="false" index="true" tiptext="Object that represents the static text on a specific MovieClip" helpid="1113" version="6">
				<folder name="Methods" id="Methods" tiptext="Methods of TextSnapshot objects" helpid="1152" version="6">
					<string name="getCount" tiptext="Get the total number of characters of static text" helpid="1167" object="TextSnapshot" text=".getCount()" version="6"/>
					<string name="setSelected" tiptext="Set a range of characters to be selected or unselected" helpid="1198" 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="1196" object="TextSnapshot" text=".getSelected(% start, end %)" version="6"/>
					<string name="getText" tiptext="Return a string containing all text in the range" helpid="1189" object="TextSnapshot" text=".getText(% start, end, includeLineEndings %)" version="6"/>
					<string name="getSelectedText" tiptext="Return a string containing all selected text" helpid="1188" object="TextSnapshot" text=".getSelectedText(% includeLineEndings %)" version="6"/>
					<string name="hitTestTextNearPos" tiptext="Return index of character closest to given x,y position" helpid="1190" object="TextSnapshot" text=".hitTestTextNearPos(% x, y, closeDistance %)" version="6"/>
					<string name="findText" tiptext="Return index of matching substring" helpid="1191" object="TextSnapshot" text=".findText(% start, text, isCaseSensitive %)" version="6"/>
					<string name="setSelectColor" tiptext="Set the color to be used for hilighting selected text" helpid="1199" object="TextSnapshot" text=".setSelectColor(% color %)" version="6"/>
				</folder>
			</folder>
		</folder>
		<folder name="Client/Server" id="Client_Server" tiptext="Classes for client/server communication" helpid="2737" 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="2634" version="6">
					<string name="new LoadVars" tiptext="Creates new LoadVars object" helpid="2635" text="new LoadVars()" version="6"/>
					<folder name="Methods" id="Methods" tiptext="Methods of the LoadVars object" helpid="1419" version="6">
						<string name="load" tiptext="Loads variables into Flash from an URL" helpid="2639" object="LoadVars" text=".load(% url %)" type="procedure" version="6"/>
						<string name="send" tiptext="Sends variables from Flash to an URL" helpid="2640" object="LoadVars" text=".send(% url, window, method %)" type="procedure" version="6"/>
						<string name="sendAndLoad" tiptext="Sends variables from Flash to an URL and downloads variable results" helpid="2641" object="LoadVars" text=".sendAndLoad(% url, targetObject, method %)" type="procedure" version="6"/>
						<string name="toString" tiptext="Converts this LoadVars object to a URL-encoded string" helpid="2638" object="LoadVars" text=".toString()" version="6"/>
						<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded of variables" helpid="2642" object="LoadVars" text=".getBytesLoaded()" version="6"/>
						<string name="getBytesTotal" tiptext="Returns expected total downloaded size of variables" helpid="2643" object="LoadVars" text=".getBytesTotal()" version="6"/>
						<string name="addRequestHeader" tiptext="Adds request headers for POST actions" helpid="1323" object="LoadVars" text=".addRequestHeader(% headerName, headerValue %)" text2=".addRequestHeader(% headerArray %)" version="7"/>
					</folder>
					<folder name="Properties" id="Properties" tiptext="Properties of the LoadVars object" helpid="2724" version="6">
						<string name="loaded" tiptext="Sets to true if load/sendAndLoad completed" helpid="2636" object="LoadVars" text=".loaded" version="6"/>
						<string name="contentType" tiptext="MIME Content Type for send/sendAndLoad" helpid="2895" object="LoadVars" text=".contentType" version="6"/>
					</folder>
					<folder name="Events" id="Events" tiptext="Events received by the LoadVars object" helpid="2725" version="6">
						<string name="onLoad" tiptext="Invoked when load/sendAndLoad completes" helpid="2637" object="LoadVars" text=".onLoad(success)" version="6" type="event"/>
					</folder>
				</folder>
			</ifdef>
			<folder name="XML" id="XML" index="true" sort="false" tiptext="Object that allows you to work with XML documents" helpid="2561" version="5">
				<string name="new XML" tiptext="Creates new XML object" helpid="2556" text="new XML(% source %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of XML objects" helpid="2699" version="5">
					<string name="appendChild" tiptext="Appends a child to an XML element" helpid="2544" object="XML" text=".appendChild(% child %)" type="procedure" version="5"/>
					<string name="cloneNode" tiptext="Clones this node, and optionally children" helpid="2547" object="XML" text=".cloneNode(% deep %)" version="5"/>
					<string name="createElement" tiptext="Creates a new XML element" helpid="2548" object="XML" text=".createElement(% nodeName %)" version="5"/>
					<string name="createTextNode" tiptext="Creates a new XML text node" helpid="2549" object="XML" text=".createTextNode(% text %)" version="5"/>
					<ifdef mode="FEATURE_XML_ENHANCEMENTS">
						<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded of XML" helpid="2644" object="XML" text=".getBytesLoaded()" version="6"/>
						<string name="getBytesTotal" tiptext="Returns expected total downloaded size of XML" helpid="2645" object="XML" text=".getBytesTotal()" version="6"/>
					</ifdef>
					<string name="hasChildNodes" tiptext="Returns true if XML element has child nodes" helpid="2551" object="XML" text=".hasChildNodes()" version="5"/>
					<string name="insertBefore" tiptext="Inserts a child before another child in an XML element" helpid="2552" object="XML" text=".insertBefore(% newChild, beforeChild %)" type="procedure" version="5"/>
					<string name="load" tiptext="Loads XML into Flash from an URL" helpid="2554" object="XML" text=".load(% url %)" type="procedure" version="5"/>
					<string name="parseXML" tiptext="Parses XML string into this XML object" helpid="2564" object="XML" text=".parseXML(% string %)" type="procedure" version="5"/>
					<string name="removeNode" tiptext="Removes node from the XML document hierarchy" helpid="2566" object="XML" text=".removeNode()" type="procedure" version="5"/>
					<string name="send" tiptext="Sends XML from Flash to an URL" helpid="2567" object="XML" text=".send(% url, window %)" type="procedure" version="5"/>
					<string name="sendAndLoad" tiptext="Sends XML from Flash to an URL and download XML results" helpid="2568" object="XML" text=".sendAndLoad(% url, resultXML %)" type="procedure" version="5"/>
					<string name="toString" tiptext="Converts this XML object to an XML string" helpid="2569" object="XML" text=".toString()" version="5"/>
					<string name="addRequestHeader" tiptext="Adds request headers for POST actions" helpid="1343" object="XML" text=".addRequestHeader(% headerName, headerValue %)" text2=".addRequestHeader(% headerArray %)" version="7"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of XML objects" helpid="2700" version="5">
					<string name="loaded" tiptext="Sets to true if XML load/sendAndLoad completed" helpid="2555" object="XML" text=".loaded" version="5"/>
					<string name="firstChild" tiptext="First child of this XML node" helpid="2550" object="XML" text=".firstChild" version="5"/>
					<string name="lastChild" tiptext="Last child of this XML node" helpid="2553" object="XML" text=".lastChild" version="5"/>
					<string name="nextSibling" tiptext="Next sibling of this XML node" helpid="2557" object="XML" text=".nextSibling" version="5"/>
					<string name="previousSibling" tiptext="Previous sibling of this XML node" helpid="2565" object="XML" text=".previousSibling" version="5"/>
					<string name="nodeValue" tiptext="Value (text) of this XML text node" helpid="2560" object="XML" text=".nodeValue" version="5"/>
					<string name="nodeType" tiptext="Type of this node (1=element, 3=text)" helpid="2559" object="XML" text=".nodeType" version="5"/>
					<string name="nodeName" tiptext="Name of this XML element" helpid="2558" object="XML" text=".nodeName" version="5"/>
					<string name="attributes" tiptext="Associative array of XML element's attributes" helpid="2545" object="XML" text=".attributes" version="5"/>
					<string name="childNodes" tiptext="Array of XML element's child nodes" helpid="2546" object="XML" text=".childNodes" version="5"/>
					<string name="parentNode" tiptext="Parent of this XML node" helpid="2563" object="XML" text=".parentNode" version="5"/>
					<string name="status" tiptext="Status code returned by XML parser" helpid="2580" object="XML" text=".status" version="5"/>
					<string name="xmlDecl" tiptext="Text of the XML document's &lt;?xml&gt; declaration" helpid="2578" object="XML" text=".xmlDecl" version="5"/>
					<string name="docTypeDecl" tiptext="Text of the XML document's &lt;!DOCTYPE&gt; declaration" helpid="2579" object="XML" text=".docTypeDecl" version="5"/>
					<string name="ignoreWhite" tiptext="Set to true to ignore whitespace" helpid="2745" object="XML" text=".ignoreWhite" version="5"/>
					<string name="contentType" tiptext="MIME Content Type for send/sendAndLoad" helpid="2746" object="XML" text=".contentType" version="5"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events received by XML objects" helpid="2701" version="5">
					<string name="onLoad" tiptext="Invoked when load/sendAndLoad completes" helpid="2562" object="XML" text=".onLoad(success)" version="5" type="event"/>
					<string name="onData" tiptext="Callback to receive raw data from server" helpid="3013" object="XML" text=".onData(data)" version="5" type="event"/>
				</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="1417" version="5">
				<string name="new XMLNode" tiptext="Creates new XMLNode object" helpid="2556" text="new XMLNode(% type, value %)" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of XMLNode objects" helpid="2699" version="5">
					<string name="appendChild" tiptext="Appends a child to an XML element" helpid="2544" object="XMLNode" text=".appendChild(% child %)" type="procedure" version="5"/>
					<string name="cloneNode" tiptext="Clones this node, and optionally children" helpid="2547" object="XMLNode" text=".cloneNode(% deep %)" version="5"/>
					<string name="hasChildNodes" tiptext="Returns true if XML element has child nodes" helpid="2551" object="XMLNode" text=".hasChildNodes()" version="5"/>
					<string name="insertBefore" tiptext="Inserts a child before another child in an XML element" helpid="2552" object="XMLNode" text=".insertBefore(% newChild, beforeChild %)" type="procedure" version="5"/>
					<string name="removeNode" tiptext="Removes node from the XML document hierarchy" helpid="2566" object="XMLNode" text=".removeNode()" type="procedure" version="5"/>
					<string name="toString" tiptext="Converts this XMLNode object to an XML string" helpid="2569" object="XMLNode" text=".toString()" version="5"/>
				</folder>
				<folder name="Properties" id="Properties" tiptext="Properties of XMLNode objects" helpid="2700" version="5">
					<string name="firstChild" tiptext="First child of this XMLNode" helpid="2550" object="XMLNode" text=".firstChild" version="5"/>
					<string name="lastChild" tiptext="Last child of this XMLNode" helpid="2553" object="XMLNode" text=".lastChild" version="5"/>
					<string name="nextSibling" tiptext="Next sibling of this XMLNode" helpid="2557" object="XMLNode" text=".nextSibling" version="5"/>
					<string name="previousSibling" tiptext="Previous sibling of this XMLNode" helpid="2565" object="XMLNode" text=".previousSibling" version="5"/>
					<string name="nodeValue" tiptext="Value (text) of this XMLNode" helpid="2560" object="XMLNode" text=".nodeValue" version="5"/>
					<string name="nodeType" tiptext="Type of this node (1=element, 3=text)" helpid="2559" object="XMLNode" text=".nodeType" version="5"/>
					<string name="nodeName" tiptext="Name of this XMLNode element" helpid="2558" object="XMLNode" text=".nodeName" version="5"/>
					<string name="attributes" tiptext="Associative array of XMLNode element's attributes" helpid="2545" object="XMLNode" text=".attributes" version="5"/>
					<string name="childNodes" tiptext="Array of XMLNode element's child nodes" helpid="2546" object="XMLNode" text=".childNodes" version="5"/>
					<string name="parentNode" tiptext="Parent of this XMLNode" helpid="2563" object="XMLNode" text=".parentNode" version="5"/>
				</folder>
			</folder>
			<folder name="XMLSocket" id="XMLSocket" index="true" sort="false" tiptext="XML socket connection to server" helpid="2539" version="5">
				<string name="new XMLSocket" tiptext="Creates a new XMLSocket object" helpid="2538" text="new XMLSocket()" version="5"/>
				<folder name="Methods" id="Methods" tiptext="Methods of XMLSocket objects" helpid="2701" version="5">
					<string name="connect" tiptext="Connects to specified host and port" helpid="2537" object="XMLSocket" text=".connect(% host, port %)" type="procedure" version="5"/>
					<string name="send" tiptext="Sends XML document to server" helpid="2543" object="XMLSocket" text=".send(% data %)" type="procedure" version="5"/>
					<string name="close" tiptext="Closes current socket connection" helpid="2536" object="XMLSocket" text=".close()" type="procedure" version="5"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Events received by XMLSocket objects" helpid="2703" version="5">
					<string name="onClose" tiptext="Function invoked when connection is closed" helpid="2540" object="XMLSocket" text=".onClose" version="5" type="event"/>
					<string name="onConnect" tiptext="Invoked when connection is established" helpid="2541" object="XMLSocket" text=".onConnect(success)" version="5" type="event"/>
					<string name="onXML" tiptext="Callback to receive XML from server" helpid="2542" object="XMLSocket" text=".onXML(xmlText)" version="5" type="event"/>
					<string name="onData" tiptext="Callback to receive raw data from server" helpid="2973" object="XMLSocket" text=".onData(data)" version="5" type="event"/>
				</folder>
			</folder>
		</folder>
		<ifdef mode="FEATURE_CUSTOM_ACTIONS">
			<folder name="Authoring" id="Authoring" tiptext="Objects specific to the Authoring Tool" helpid="2883" version="6">
				<folder name="CustomActions" index="true" sort="false" helpid="2884" tiptext="Object that manages Custom Actions" version="6">
					<folder name="Methods" helpid="2885" tiptext="Methods of the CustomActions object" version="6">
						<string name="install" helpid="2886" tiptext="Installs a Custom Action" text="CustomActions.install(% name, xmltext %)" type="procedure" version="6"/>
						<string name="uninstall" helpid="2887" tiptext="Uninstalls a Custom Action" text="CustomActions.uninstall(% name %)" type="procedure" version="6"/>
						<string name="list" helpid="2888" tiptext="Returns a list of all Custom Actions" text="CustomActions.list()" version="6"/>
						<string name="get" helpid="2889" tiptext="Gets the definition of the named Custom Action" text="CustomActions.get(% name %)" version="6"/>
					</folder>
				</folder>
				<ifdef mode="FEATURE_LIVE_PREVIEW">
					<folder name="Live Preview" id="Live_Preview" tiptext="Actions specific to Live Preview of Components" helpid="2982" version="6" index="true">
						<action id="function" name="onUpdate" tiptext="Declares the onUpdate callback function" helpid="1338" text="function onUpdate() {\n}\n" version="6"/>
					</folder>
				</ifdef>
			</folder>
		</ifdef>
	</folder>
	<folder name="Constants" id="Constants" tiptext="Global constants to use in expressions" helpid="2625" version="4">
		<string name="true" tiptext="The boolean value true" helpid="2524" text="true" version="4"/>
		<string name="false" tiptext="The boolean value false" helpid="2332" text="false" version="4"/>
		<string name="newline" tiptext="The newline character" helpid="2423" text="newline" version="4"/>
		<ifdef mode="FEATURE_XML_ACTIONS_TOOLBOX">
			<string name="null" text="null" tiptext="The 'null' value." helpid="2742" version="5"/>
			<string name="undefined" text="undefined" tiptext="The 'undefined' value." helpid="2743" version="5"/>
		</ifdef>
		<string name="Infinity" tiptext="The Infinity value of the Number type" helpid="1115" text="Infinity" version="4"/>
		<string name="-Infinity" tiptext="The -Infinity value of the Number type" helpid="1116" text="-Infinity" version="4"/>
	</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="2632" tiptext="Begin a Component initialization block" quickey="ic" version="6"/>
			<action id="#endinitclip" name="#endinitclip" text="#endinitclip\n" helpid="2633" tiptext="End a Component initialization block" quickey="ec" version="6"/>
		</ifdef>
		<action id="include" name="#include" tiptext="Include a script from a file" helpid="2358" text="#include &quot;%path%&quot;\n" quickey="in"/>
	</folder>
	<folder name="Types" id="Types" index="true" tiptext="Built-in types that can be used for strong typing" helpid="0" version="6">
		<string name="Array" tiptext="Array type" helpid="3014" text="Array" version="6"/>
		<string name="Boolean" tiptext="Boolean type" helpid="2239" text="Boolean" version="6"/>
		<string name="Button" tiptext="Button type" helpid="2609" text="Button" version="6"/>
		<string name="Camera" tiptext="Camera type" helpid="1243" text="Camera" version="6"/>
		<string name="Color" tiptext="Color type" helpid="2268" text="Color" version="6"/>
		<string name="CustomActions" tiptext="CustomActions type" helpid="2884" text="CustomActions" version="6"/>
		<string name="Date" tiptext="Date type" helpid="2281" text="Date" version="6"/>
		<string name="Error" tiptext="Error type" helpid="2763" text="Error" version="7"/>
		<string name="Function" tiptext="Function type" helpid="2953" text="Function" version="6"/>
		<string name="LoadVars" tiptext="LoadVars type" helpid="2634" text="LoadVars" version="6"/>
		<string name="LocalConnection" tiptext="LocalConnection type" helpid="1344" text="LocalConnection" version="6"/>
		<string name="Microphone" tiptext="Microphone type" helpid="1264" text="Microphone" version="6"/>
		<string name="MovieClip" tiptext="MovieClip type" helpid="2256" text="MovieClip" version="6"/>
		<string name="MovieClipLoader" tiptext="MovieClipLoader type" helpid="1153" text="MovieClipLoader" version="7"/>
		<string name="NetConnection" tiptext="NetConnection type" helpid="1046" text="NetConnection" version="6"/>
		<string name="NetStream" tiptext="NetStream type" helpid="1047" text="NetStream" version="6"/>
		<string name="Number" tiptext="Number type" helpid="2427" text="Number" version="6"/>
		<string name="Object" tiptext="Object type" helpid="3015" text="Object" version="6"/>
		<string name="PrintJob" tiptext="PrintJob type" helpid="1347" text="PrintJob" version="7"/>
		<string name="SharedObject" tiptext="SharedObject type" helpid="1281" text="SharedObject" version="6"/>
		<string name="Sound" tiptext="Sound type" helpid="2480" text="Sound" version="6"/>
		<string name="String" tiptext="String type" helpid="2489" text="String" version="6"/>
		<string name="TextField" tiptext="TextField type" helpid="2612" text="TextField" version="6"/>
		<string name="TextFormat" tiptext="TextFormat type" helpid="2906" text="TextFormat" version="6"/>
		<string name="TextSnapshot" tiptext="TextSnapshot type" helpid="1113" text="TextSnapshot" version="7"/>
		<string name="Void" tiptext="Void type" helpid="2531" text="Void" version="6"/>
		<string name="XML" tiptext="XML type" helpid="2561" text="XML" version="6"/>
		<string name="XMLNode" tiptext="XMLNode type" helpid="2561" text="XMLNode" version="6"/>
		<string name="XMLSocket" tiptext="XMLSocket type" helpid="2539" text="XMLSocket" version="6"/>
	</folder>
	<deprecate>
		<folder name="Deprecated" id="Deprecated" index="true" tiptext="Features that should be avoided in new content" helpid="2626">
			<folder name="Actions" id="Actions" tiptext="Deprecated actions" helpid="2627">
				<string name="toggleHighQuality" tiptext="Toggles between low and high quality" helpid="2521" text="toggleHighQuality();\n" quickey="tq"/>
				<string name="tellTarget" tiptext="Within tellTarget, commands operate on targeted movie clip" helpid="2518" text="tellTarget (% target %) {\n}\n" quickey="tt" version="3"/>
				<string name="ifFrameLoaded" tiptext="Performs actions only if a particular frame is loaded" helpid="2357" text="ifFrameLoaded (% frame %) {\n}\n" quickey="il" version="3"/>
				<action id="call" name="call" tiptext="Call a subroutine in a specified frame" helpid="2245" text="call (% frame %);\n" quickey="ca" version="4"/>
			</folder>
			<folder name="Operators" id="Operators" tiptext="Deprecated operators" helpid="2628">
				<string name="&lt;&gt;" tiptext="Not equals" helpid="2437" text="&lt;&gt;" version="4"/>
				<string name="and" tiptext="Logical AND" helpid="2204" text="and" version="4"/>
				<string name="or" tiptext="Logical OR" helpid="2443" text="or" version="4"/>
				<string name="not" tiptext="Logical NOT" helpid="2426" text="not" version="4"/>
				<string name="add" tiptext="Concatenate strings together" helpid="2274" text="add" version="4"/>
				<string name="eq" tiptext="Test equality (strings)" helpid="2493" text="eq" version="4"/>
				<string name="ne" tiptext="Test inequality (strings)" helpid="2503" text="ne" version="4"/>
				<string name="lt" tiptext="Less than (strings)" helpid="2502" text="lt" version="4"/>
				<string name="gt" tiptext="Greater than (strings)" helpid="2497" text="gt" version="4"/>
				<string name="le" tiptext="Less than or equal to (strings)" helpid="2500" text="le" version="4"/>
				<string name="ge" tiptext="Greater than or equal to (strings)" helpid="2496" text="ge" version="4"/>
			</folder>
			<folder name="Functions" id="Functions" tiptext="Deprecated functions" helpid="2495" version="4">
				<string name="substring" tiptext="Extract count characters from string, starting at index'th character" helpid="2513" text="substring(% string, index, count %)" version="4"/>
				<string name="length" tiptext="Calculate the length of the string" helpid="2388" text="length(% string %)" version="4"/>
				<string name="chr" tiptext="Convert an ASCII code to a character" helpid="2247" text="chr(% asciiCode %)" version="4"/>
				<string name="ord" tiptext="Convert a character to an ASCII code" helpid="2444" text="ord(% character %)" version="4"/>
				<string name="mbsubstring" tiptext="Extract count characters from string, starting at index'th character (multibyte aware)" helpid="2408" text="mbsubstring(% string, index, count %)" version="4"/>
				<string name="mblength" tiptext="Calculate the length of the string (multibyte aware)" helpid="2406" text="mblength(% string %)" version="4"/>
				<string name="mbchr" tiptext="Convert an ASCII/S-JIS code to a character (multibyte aware)" helpid="2405" text="mbchr(% asciiCode %)" version="4"/>
				<string name="mbord" tiptext="Convert a character to an ASCII/S-JIS code (multibyte aware)" helpid="2407" text="mbord(% character %)" version="4"/>
				<string name="int" tiptext="Extract the integer part of a number" helpid="2360" text="int(% number %)" version="4"/>
				<string name="random" tiptext="Generate a random number between 0 and specified number" helpid="2459" text="random(% number %)" version="4"/>
			</folder>
			<folder name="Properties" id="Properties" tiptext="Deprecated properties" helpid="2629" version="4">
				<property name="_highquality" description="High quality" tiptext="Returns false if low quality, true if high quality" helpid="2354" variable="_highquality" version="4"/>
				<string name="scroll" tiptext="Index of first visible line in text field" helpid="2574" text=".scroll" version="4"/>
				<string name="maxscroll" tiptext="Maximum value of .scroll in text field" helpid="2575" text=".maxscroll" version="4"/>
			</folder>
		</folder>
	</deprecate>
</actionspanel>
