﻿<?xml version="1.0" encoding="utf-8"?>

<customactions>
	<actionspanel>
		<folder name="Components" id="V2 Components" index="true" tiptext="Flash V2 Components" helpid="" version="6">
			<folder name="Accordion" id="[mx.containers.Accordion]" index="true" tiptext="Accordion allows for navigation between different child views" helpid="x20D43" version="6">
				<folder name="Properties" id="Properties" tiptext="Accordion properties" version="6">
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.containers.Accordion]" version="6"/>
					<string name="numChildren" tiptext="Returns the number of children" helpid="x20D48" text=".numChildren" object="[mx.containers.Accordion]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.containers.Accordion]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.containers.Accordion]" version="6"/>
					<string name="selectedChild" tiptext="Specifies the child view that is currently displayed" helpid="x20D49" text=".selectedChild" object="[mx.containers.Accordion]" version="6"/>
					<string name="selectedIndex" tiptext="Specifies the index of the child view that is currently displayed" helpid="x20D4A" text=".selectedIndex" object="[mx.containers.Accordion]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Accordion methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="createChild" tiptext="Creates a new child segment in the Accordion" helpid="x20D45" text=".createChild(% symbolName:String, instanceName:String, props:Object %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="createSegment" tiptext="Creates a new segment in the Accordion" helpid="x20D46" text=".createSegment(% symbolName:String, instanceName:String, labelStr:String, iconStr:String %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="destroyChildAt" tiptext="Removes a segment from the Accordion" helpid="x20D47" text=".destroyChildAt(% index:Number %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="getChildAt" tiptext="Returns the child at the specified position" helpid="x20D4B" text=".getChildAt(% childIndex:Number %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.containers.Accordion]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.containers.Accordion]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Accordion events" version="6">
					<string name="change" tiptext="change event" helpid="x20D44" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.containers.Accordion]" version="6" codehint="false"/>
				</folder>
			</folder>
			<folder name="ScrollPane" id="[mx.containers.ScrollPane]" index="true" tiptext="Provides a scrollable field to display a MovieClip, SWF, JPEG, GIF or PNG" helpid="x20BCA" version="6">
				<folder name="Properties" id="Properties" tiptext="ScrollPane properties" version="6">
					<string name="content" tiptext="Returns the content of the ScrollPane" helpid="x20F5C" text=".content" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="contentPath" tiptext="Specifies the name of the MovieClip, SWF, JPEG, GIF or PNG to be loaded" helpid="x20BCD" text=".contentPath" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="hLineScrollSize" tiptext="The number of pixels to move upon clicking the horizontal scrollbar's arrows" helpid="x20BD1" text=".hLineScrollSize" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="hPageScrollSize" tiptext="The number of pixels to move upon clicking the horizontal scrollbar's track" helpid="x20BD3" text=".hPageScrollSize" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="hPosition" tiptext="The pixel offset into the content from the left edge" helpid="x20D65" text=".hPosition" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="hScrollPolicy" tiptext="Specifies if horizontal scrollbar is on, off or automatically adjusts" helpid="x20BD4" text=".hScrollPolicy" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="scrollDrag" tiptext="If true, enables mouse scrolling of the content with a hand-cursor" helpid="x20F99" text=".scrollDrag" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="vLineScrollSize" tiptext="The number of pixels to move upon clicking the vertical scrollbar's arrows" helpid="x20BD0" text=".vLineScrollSize" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="vPageScrollSize" tiptext="The number of pixels to move upon clicking the vertical scrollbar's track" helpid="x20BD2" text=".vPageScrollSize" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="vPosition" tiptext="The pixel offset into the content from the top edge" helpid="x227B3" text=".vPosition" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="vScrollPolicy" tiptext="Specifies if vertical scrollbar is on, off or automatically adjusts" helpid="x20BD5" text=".vScrollPolicy" object="[mx.containers.ScrollPane]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="ScrollPane methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.containers.ScrollPane]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="getBytesLoaded" tiptext="Returns the number of bytes loaded of the ScrollPane content" helpid="x20BCC" text=".getBytesLoaded(% %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="getBytesTotal" tiptext="Returns the size of the ScrollPane content in bytes" helpid="x20BCB" text=".getBytesTotal(% %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="refreshPane" tiptext="Reload content and refresh the pane" helpid="x20F9A" text=".refreshPane(% Void %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.containers.ScrollPane]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.containers.ScrollPane]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="ScrollPane events" version="6">
					<string name="complete" tiptext="complete event" helpid="x20F5B" text=".addEventListener(&#34;complete&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="progress" tiptext="progress event" helpid="x20F5F" text=".addEventListener(&#34;progress&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,% listener %);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20D62" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.containers.ScrollPane]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Window" id="[mx.containers.Window]" index="true" tiptext="A window with a title bar, caption and optional close button" helpid="x20BD9" version="6">
				<folder name="Properties" id="Properties" tiptext="Window properties" version="6">
					<string name="closeButton" tiptext="If true, the close button is displayed" helpid="x20F92" text=".closeButton" object="[mx.containers.Window]" version="6"/>
					<string name="content" tiptext="Returns the content of the Window" helpid="x20F93" text=".content" object="[mx.containers.Window]" version="6"/>
					<string name="contentPath" tiptext="Specifies the name of the content to be loaded" helpid="x20F94" text=".contentPath" object="[mx.containers.Window]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.containers.Window]" version="6"/>
					<string name="hPosition" tiptext="The offset into the content from the left edge." helpid="x20CC9" text=".hPosition" object="[mx.containers.Window]" version="6"/>
					<string name="hScrollPolicy" tiptext="whether the horizontal scrollbar is always on, always off or automatically changes" helpid="x20CC7" text=".hScrollPolicy" object="[mx.containers.Window]" version="6"/>
					<string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="x20CCC" text=".maxHPosition" object="[mx.containers.Window]" version="6"/>
					<string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="x20CCB" text=".maxVPosition" object="[mx.containers.Window]" version="6"/>
					<string name="numChildren" tiptext="Returns the number of children" helpid="x20D48" text=".numChildren" object="[mx.containers.Window]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.containers.Window]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.containers.Window]" version="6"/>
					<string name="title" tiptext="Gets or sets the title/caption displayed in the title bar" helpid="x20F97" text=".title" object="[mx.containers.Window]" version="6"/>
					<string name="titleStyleDeclaration" tiptext="The CSSStyleDeclaration name for setting styles on the title bar's text" helpid="x20F98" text=".titleStyleDeclaration" object="[mx.containers.Window]" version="6"/>
					<string name="vPosition" tiptext="the offset into the content from the top edge, usually in pixels or lines" helpid="x20CCA" text=".vPosition" object="[mx.containers.Window]" version="6"/>
					<string name="vScrollPolicy" tiptext="Whether the vertical scrollbar is always on, always off or automatically changes." helpid="x20CC8" text=".vScrollPolicy" object="[mx.containers.Window]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Window methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.containers.Window]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.containers.Window]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.containers.Window]" version="6"/>
					<string name="deletePopUp" tiptext="Deletes the Window and removes the modal state" helpid="x20F95" text=".deletePopUp(% %)" object="[mx.containers.Window]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.containers.Window]" version="6"/>
					<string name="getChildAt" tiptext="Returns the child at the specified position" helpid="x20D4B" text=".getChildAt(% childIndex:Number %)" object="[mx.containers.Window]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.containers.Window]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.containers.Window]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.containers.Window]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.containers.Window]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.containers.Window]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.containers.Window]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.containers.Window]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.containers.Window]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.containers.Window]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Window events" version="6">
					<string name="click" tiptext="click event" helpid="x20F91" text=".addEventListener(&#34;click&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="mouseDownOutside" tiptext="mouseDownOutside event" helpid="x20F96" text=".addEventListener(&#34;mouseDownOutside&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20CC5" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.containers.Window]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Alert" id="[mx.controls.Alert]" index="true" tiptext="Alert displays a message with button(s) and optional title" helpid="x20D16" version="6">
				<folder name="Properties" id="Properties" tiptext="Alert properties" version="6">
					<string name="buttonHeight" tiptext="Gets or sets the height of the buttons" helpid="x20DAE" codehint="false" text="mx.controls.Alert.buttonHeight" object="[mx.controls.Alert]" version="6"/>
					<string name="buttonStyleDeclaration" tiptext="The CSSStyleDeclaration name for setting styles on the buttons" helpid="x20D20" codehint="false" text="mx.controls.Alert.buttonStyleDeclaration" object="[mx.controls.Alert]" version="6"/>
					<string name="buttonWidth" tiptext="Gets or sets the width of the buttons" helpid="x20DAD" codehint="false" text="mx.controls.Alert.buttonWidth" object="[mx.controls.Alert]" version="6"/>
					<string name="cancelLabel" tiptext="Gets or sets the label for the CANCEL button" helpid="x20D1A" codehint="false" text="mx.controls.Alert.cancelLabel" object="[mx.controls.Alert]" version="6"/>
					<string name="closeButton" tiptext="If true, the close button is displayed" helpid="x20F92" text=".closeButton" object="[mx.controls.Alert]" version="6"/>
					<string name="content" tiptext="Returns the content of the Window" helpid="x20F93" text=".content" object="[mx.controls.Alert]" version="6"/>
					<string name="contentPath" tiptext="Specifies the name of the content to be loaded" helpid="x20F94" text=".contentPath" object="[mx.controls.Alert]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.Alert]" version="6"/>
					<string name="messageStyleDeclaration" tiptext="The CSSStyleDeclaration name for setting styles on the message text" helpid="x20D1E" codehint="false" text="mx.controls.Alert.messageStyleDeclaration" object="[mx.controls.Alert]" version="6"/>
					<string name="noLabel" tiptext="Gets or sets the label for the NO button" helpid="x20D19" codehint="false" text="mx.controls.Alert.noLabel" object="[mx.controls.Alert]" version="6"/>
					<string name="okLabel" tiptext="Gets or sets the label for the OK button" helpid="x20D17" codehint="false" text="mx.controls.Alert.okLabel" object="[mx.controls.Alert]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.Alert]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.Alert]" version="6"/>
					<string name="title" tiptext="Gets or sets the title/caption displayed in the title bar" helpid="x20F97" text=".title" object="[mx.controls.Alert]" version="6"/>
					<string name="titleStyleDeclaration" tiptext="The CSSStyleDeclaration name for setting styles on the title text" helpid="x20D1F" codehint="false" text="mx.controls.Alert.titleStyleDeclaration" object="[mx.controls.Alert]" version="6"/>
					<string name="yesLabel" tiptext="Gets or sets the label for the YES button" helpid="x20D18" codehint="false" text="mx.controls.Alert.yesLabel" object="[mx.controls.Alert]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Alert methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.Alert]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Alert]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Alert]" version="6"/>
					<string name="deletePopUp" tiptext="Deletes the Window and removes the modal state" helpid="x20F95" text=".deletePopUp(% %)" object="[mx.controls.Alert]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.Alert]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.Alert]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.Alert]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.Alert]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.Alert]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Alert]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Alert]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.Alert]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.Alert]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.Alert]" version="6"/>
					<string name="show" tiptext="A static method that displays an Alert dialog" helpid="x20D21" text=".show(%message:String[, title:String[, flags:flags[, parent:Window[, clickHandler:clickHandler[, icon:String[, defaultButton:Constant]]]]]] %)" object="[mx.controls.Alert]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Alert events" version="6">
					<string name="click" tiptext="click event" helpid="x20F91" text=".addEventListener(&#34;click&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="mouseDownOutside" tiptext="mouseDownOutside event" helpid="x20F96" text=".addEventListener(&#34;mouseDownOutside&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.Alert]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Button" id="[mx.controls.Button]" index="true" tiptext="Button provides core button functionality. Extends SimpleButton" helpid="x20BE3" version="6">
				<folder name="Properties" id="Properties" tiptext="Button properties" version="6">
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.Button]" version="6"/>
					<string name="icon" tiptext="Gets or sets the linkage identifier of the Button's icon" helpid="x20D4C" text=".icon" object="[mx.controls.Button]" version="6"/>
					<string name="label" tiptext="Gets or sets the Button label" helpid="x20BE6" text=".label" object="[mx.controls.Button]" version="6"/>
					<string name="labelPlacement" tiptext="Gets or sets the label placement relative to the icon" helpid="x20BE4" text=".labelPlacement" object="[mx.controls.Button]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.Button]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.Button]" version="6"/>
					<string name="selected" tiptext="This property determines if the Button is selected (true or false)." helpid="x20D4D" text=".selected" object="[mx.controls.Button]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.Button]" version="6"/>
					<string name="toggle" tiptext="A Boolean value indicating whether the button behaves as a toggle switch (true) or not (false)." helpid="x20D4E" text=".toggle" object="[mx.controls.Button]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Button methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.Button]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Button]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Button]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.Button]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.Button]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.Button]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.Button]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.Button]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Button]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Button]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.Button]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.Button]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.Button]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Button events" version="6">
					<string name="click" tiptext="click event" helpid="x20C60" text=".addEventListener(&#34;click&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.Button]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="CheckBox" id="[mx.controls.CheckBox]" index="true" tiptext="CheckBox provides the ability to check or uncheck an option. Extends Button" helpid="x20BE9" version="6">
				<folder name="Properties" id="Properties" tiptext="CheckBox properties" version="6">
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.CheckBox]" version="6"/>
					<string name="icon" tiptext="Gets or sets the linkage identifier of the Button's icon" helpid="x20D4C" text=".icon" object="[mx.controls.CheckBox]" version="6"/>
					<string name="label" tiptext="Gets or sets the CheckBox label" helpid="x20D5F" text=".label" object="[mx.controls.CheckBox]" version="6"/>
					<string name="labelPlacement" tiptext="Gets or sets the label placement relative to the check" helpid="x20F3C" text=".labelPlacement" object="[mx.controls.CheckBox]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.CheckBox]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.CheckBox]" version="6"/>
					<string name="selected" tiptext="Gets or sets the CheckBox checked state" helpid="x20F3D" text=".selected" object="[mx.controls.CheckBox]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.CheckBox]" version="6"/>
					<string name="toggle" tiptext="A Boolean value indicating whether the button behaves as a toggle switch (true) or not (false)." helpid="x20D4E" text=".toggle" object="[mx.controls.CheckBox]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="CheckBox methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.CheckBox]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.CheckBox]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.CheckBox]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="CheckBox events" version="6">
					<string name="click" tiptext="click event" helpid="x20F3E" text=".addEventListener(&#34;click&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.CheckBox]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="ComboBox" id="[mx.controls.ComboBox]" index="true" tiptext="ComboBox provides the ability to select an option from a dropdown list" helpid="x20C01" version="6">
				<folder name="Properties" id="Properties" tiptext="ComboBox properties" version="6">
					<string name="dataProvider" tiptext="The list of data to be used as a model" helpid="x20BEA" text=".dataProvider" object="[mx.controls.ComboBox]" version="6"/>
					<string name="dropdown" tiptext="Returns a reference to the List component contained by the Combo Box" helpid="x20C06" text=".dropdown" object="[mx.controls.ComboBox]" version="6"/>
					<string name="dropdownWidth" tiptext="Width limit (in pixels) of the Popup containing the dropdown list" helpid="x20C05" text=".dropdownWidth" object="[mx.controls.ComboBox]" version="6"/>
					<string name="editable" tiptext="If true, the ComboBox is editable" helpid="x20F3F" text=".editable" object="[mx.controls.ComboBox]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.ComboBox]" version="6"/>
					<string name="labelField" tiptext="The name of the field in dataProvider array objects to use as the label field" helpid="x20C02" text=".labelField" object="[mx.controls.ComboBox]" version="6"/>
					<string name="labelFunction" tiptext="A user-supplied function to run on each item to determine its label" helpid="x20C03" text=".labelFunction" object="[mx.controls.ComboBox]" version="6"/>
					<string name="length" tiptext="Gets the number of items in the list" helpid="x20BF2" text=".length" object="[mx.controls.ComboBox]" version="6"/>
					<string name="restrict" tiptext="The set of characters that may be entered into the ComboBase" helpid="x20DA7" text=".restrict" object="[mx.controls.ComboBox]" version="6"/>
					<string name="rowCount" tiptext="The maximum number of rows visible in the dropdown list" helpid="x20C04" text=".rowCount" object="[mx.controls.ComboBox]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.ComboBox]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.ComboBox]" version="6"/>
					<string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="x20BF5" text=".selectedIndex" object="[mx.controls.ComboBox]" version="6"/>
					<string name="selectedItem" tiptext="Returns the selected item" helpid="x20BF8" text=".selectedItem" object="[mx.controls.ComboBox]" version="6"/>
					<string name="tabIndex" tiptext="tabIndex of the component" helpid="x20C7E" text=".tabIndex" object="[mx.controls.ComboBox]" version="6"/>
					<string name="text" tiptext="Gets (and sets, if editable is true) the contents of the text field" helpid="x20D4F" text=".text" object="[mx.controls.ComboBox]" version="6"/>
					<string name="textField" tiptext="A reference to the TextInput component" helpid="x20D50" text=".textField" object="[mx.controls.ComboBox]" version="6"/>
					<string name="value" tiptext="Gets the selected data (or label)" helpid="x20BF4" text=".value" object="[mx.controls.ComboBox]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="ComboBox methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.ComboBox]" version="6"/>					<string name="addItem" tiptext="Appends an item to the end of the list" helpid="x20BEC" text=".addItem(% [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.ComboBox]" version="6"/>					<string name="addItemAt" tiptext="Adds an item at the specified index" helpid="x20BEB" text=".addItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.ComboBox]" version="6"/>					<string name="close" tiptext="Closes the dropdown list" helpid="x20C08" text=".close(% %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="getItemAt" tiptext="Gets the item at the specified index" helpid="x20BF3" text=".getItemAt(%index:Number%)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="open" tiptext="Opens the dropdown list" helpid="x20C07" text=".open(% %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="removeAll" tiptext="Removes all items" helpid="x20BEE" text=".removeAll(% %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="x20BED" text=".removeItemAt(%index:Number%)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="x20BEF" text=".replaceItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.ComboBox]" version="6"/>					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="setSize" tiptext="Sets the size" helpid="x20D51" text=".setSize(% w:Number, h:Number, noEvent %)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.ComboBox]" version="6"/>
					<string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="x20BF0" text=".sortItems(%[compareFunction:String, optionsFlag:String]%)" object="[mx.controls.ComboBox]" version="6"/>					<string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="x20BF1" text=".sortItemsBy(% fieldName:String, order:string [, optionsFlag:String] %)" object="[mx.controls.ComboBox]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="ComboBox events" version="6">
					<string name="change" tiptext="change event" helpid="x20BFA" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="close" tiptext="close event" helpid="x20D25" text=".addEventListener(&#34;close&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="enter" tiptext="enter event" helpid="x20F40" text=".addEventListener(&#34;enter&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="itemRollOut" tiptext="itemRollOut event" helpid="x20BFF" text=".addEventListener(&#34;itemRollOut&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="itemRollOver" tiptext="itemRollOver event" helpid="x20BFE" text=".addEventListener(&#34;itemRollOver&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="open" tiptext="open event" helpid="x20BFB" text=".addEventListener(&#34;open&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20C00" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.ComboBox]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="DataGrid" id="[mx.controls.DataGrid]" index="true" tiptext="The DataGrid is a ListBox that can display more than one column." helpid="x20C34" version="6">
				<folder name="Properties" id="Properties" tiptext="DataGrid properties" version="6">
					<string name="cellRenderer" tiptext="Gets or sets the cellRenderer component for the rows" helpid="x20CB8" text=".cellRenderer" object="[mx.controls.DataGrid]" version="6"/>
					<string name="columnCount" tiptext="The number of columns that are displayed." helpid="x20C30" text=".columnCount" object="[mx.controls.DataGrid]" version="6"/>
					<string name="columnNames" tiptext="The set of field names that will be displayed as columns." helpid="x20C29" text=".columnNames" object="[mx.controls.DataGrid]" version="6"/>
					<string name="dataProvider" tiptext="The list of data to be used as a model" helpid="x20CA5" text=".dataProvider" object="[mx.controls.DataGrid]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.DataGrid]" version="6"/>
					<string name="focusedCell" tiptext="Defines (or returns) the cell currently in focus." helpid="x20C33" text=".focusedCell" object="[mx.controls.DataGrid]" version="6"/>
					<string name="hPosition" tiptext="The offset into the content from the left edge." helpid="x20CC9" text=".hPosition" object="[mx.controls.DataGrid]" version="6"/>
					<string name="hScrollPolicy" tiptext="whether the horizontal scrollbar is always on, always off or automatically changes" helpid="x20C22" text=".hScrollPolicy" object="[mx.controls.DataGrid]" version="6"/>
					<string name="headerHeight" tiptext="Specifies the height of the header bar of the grid." helpid="x20C28" text=".headerHeight" object="[mx.controls.DataGrid]" version="6"/>
					<string name="iconField" tiptext="The name of the field in dataProvider array objects to display as the icon" helpid="x20CBB" text=".iconField" object="[mx.controls.DataGrid]" version="6"/>
					<string name="iconFunction" tiptext="A user-supplied function to run on each item to determine its icon" helpid="x20CBC" text=".iconFunction" object="[mx.controls.DataGrid]" version="6"/>
					<string name="labelField" tiptext="The name of the field in dataProvider array objects to display as the label" helpid="x20CB9" text=".labelField" object="[mx.controls.DataGrid]" version="6"/>
					<string name="labelFunction" tiptext="A user-supplied function to run on each item to determine its label" helpid="x20CBA" text=".labelFunction" object="[mx.controls.DataGrid]" version="6"/>
					<string name="length" tiptext="Gets the number of items in the list" helpid="x20CAD" text=".length" object="[mx.controls.DataGrid]" version="6"/>
					<string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="x20CCC" text=".maxHPosition" object="[mx.controls.DataGrid]" version="6"/>
					<string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="x20CB5" text=".multipleSelection" object="[mx.controls.DataGrid]" version="6"/>
					<string name="resizableColumns" tiptext="Determines whether the columns of the grid may be stretched by the viewer." helpid="x20C25" text=".resizableColumns" object="[mx.controls.DataGrid]" version="6"/>
					<string name="rowCount" tiptext="Gets or sets the number of rows" helpid="x20CB7" text=".rowCount" object="[mx.controls.DataGrid]" version="6"/>
					<string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="x20CB6" text=".rowHeight" object="[mx.controls.DataGrid]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.DataGrid]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.DataGrid]" version="6"/>
					<string name="selectable" tiptext="Determines whether the grid may be selected by the viewer." helpid="x20C24" text=".selectable" object="[mx.controls.DataGrid]" version="6"/>
					<string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="x20CB0" text=".selectedIndex" object="[mx.controls.DataGrid]" version="6"/>
					<string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="x20CB1" text=".selectedIndices" object="[mx.controls.DataGrid]" version="6"/>
					<string name="selectedItem" tiptext="Gets the selected item" helpid="x20CB3" text=".selectedItem" object="[mx.controls.DataGrid]" version="6"/>
					<string name="selectedItems" tiptext="Gets the selected items" helpid="x20CB2" text=".selectedItems" object="[mx.controls.DataGrid]" version="6"/>
					<string name="showHeaders" tiptext="Determines whether the grid will show the column headers or not." helpid="x20C27" text=".showHeaders" object="[mx.controls.DataGrid]" version="6"/>
					<string name="sortableColumns" tiptext="Determines whether the columns of the DataGrid may be sorted by the viewer clicking on the headers." helpid="x20C26" text=".sortableColumns" object="[mx.controls.DataGrid]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="DataGrid methods" version="6">
					<string name="addColumn" tiptext="Adds a new column to the end of the DataGrid." helpid="x20C2B" text=".addColumn(% newCol %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="addColumnAt" tiptext="Add a new column at the specified position in the DataGrid." helpid="x20C2A" text=".addColumnAt(% index:Number, newCol %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.DataGrid]" version="6"/>					<string name="addItem" tiptext="Appends an item to the end of the list" helpid="x20C1D" text=".addItem(% [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.DataGrid]" version="6"/>					<string name="addItemAt" tiptext="Adds an item at the specified index" helpid="x20C1E" text=".addItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.DataGrid]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="editField" tiptext="Edits a given field in the dataGrid" helpid="x20D70" text=".editField(% index:Number, colName:String, data %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="getColumnAt" tiptext="Gets the DataGridColumn instance at the given index." helpid="x20C2E" text=".getColumnAt(% index:Number %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="getColumnIndex" tiptext="Gets the index of the DataGridColumn instance with the given name." helpid="x20C2F" text=".getColumnIndex(% name:String %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="getItemAt" tiptext="Gets the item at the specified index" helpid="x20CAE" text=".getItemAt(%index:Number%)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="removeAll" tiptext="Removes all items" helpid="x20CA9" text=".removeAll(% %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="removeAllColumns" tiptext="Removes all DataGridColumns from the target DataGrid instance." helpid="x20C2D" text=".removeAllColumns(% Void %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="removeColumnAt" tiptext="Removes the DataGridColumn instance at the given index." helpid="x20C2C" text=".removeColumnAt(% index:Number %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="x20CA8" text=".removeItemAt(%index:Number%)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="x20C23" text=".replaceItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.DataGrid]" version="6"/>					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="x20CBD" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="x20CAC" text=".sortItems(%[compareFunction:String, optionsFlag:String] %)" object="[mx.controls.DataGrid]" version="6"/>					<string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="x20CAB" text=".sortItemsBy(% fieldName:String, order:string [, optionsFlag:String] %)" object="[mx.controls.DataGrid]" version="6"/>
					<string name="spaceColumnsEqually" tiptext="Reformat the grid so that columns are all the same size." helpid="x20C31" text=".spaceColumnsEqually(% Void %)" object="[mx.controls.DataGrid]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="DataGrid events" version="6">
					<string name="cellEdit" tiptext="Fired when a cell is edited" helpid="x20D6B" text=".addEventListener(&#34;cellEdit&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="cellFocusIn" tiptext="Fired when a cell is focused" helpid="x20D6C" text=".addEventListener(&#34;cellFocusIn&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="cellFocusOut" tiptext="Fired when a cell loses focus" helpid="x20D6D" text=".addEventListener(&#34;cellFocusOut&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="cellPress" tiptext="Fired when a cell is pressed" helpid="x20D6A" text=".addEventListener(&#34;cellPress&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="change" tiptext="change event" helpid="x20C1F" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="columnStretch" tiptext="Fired when a column is stretched by the user" helpid="x20D6E" text=".addEventListener(&#34;columnStretch&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="headerRelease" tiptext="Fired when a column header is clicked and then released by the user" helpid="x20D6F" text=".addEventListener(&#34;headerRelease&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="itemRollOut" tiptext="itemRollOut event" helpid="x20CA4" text=".addEventListener(&#34;itemRollOut&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="itemRollOver" tiptext="itemRollOver event" helpid="x20CA3" text=".addEventListener(&#34;itemRollOver&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20CC5" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.DataGrid]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="DateChooser" id="[mx.controls.DateChooser]" index="true" tiptext="DateChooser enables a user to select a date" helpid="x20E12" version="6">
				<folder name="Properties" id="Properties" tiptext="DateChooser properties" version="6">
					<string name="dayNames" tiptext="The names of days of week in a DateChooser" helpid="x20E17" text=".dayNames" object="[mx.controls.DateChooser]" version="6"/>
					<string name="disabledDays" tiptext="The disabled days in a week" helpid="x20E18" text=".disabledDays" object="[mx.controls.DateChooser]" version="6"/>
					<string name="disabledRanges" tiptext="The disabled dates inside the selectableRange" helpid="x20E1A" text=".disabledRanges" object="[mx.controls.DateChooser]" version="6"/>
					<string name="displayedMonth" tiptext="The currently displayed month in the DateChooser" helpid="x20E15" text=".displayedMonth" object="[mx.controls.DateChooser]" version="6"/>
					<string name="displayedYear" tiptext="The currently displayed year in DateChooser" helpid="x20E16" text=".displayedYear" object="[mx.controls.DateChooser]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.DateChooser]" version="6"/>
					<string name="firstDayOfWeek" tiptext="Sets the first day of week for DateChooser" helpid="x20E14" text=".firstDayOfWeek" object="[mx.controls.DateChooser]" version="6"/>
					<string name="monthNames" tiptext="The name of the months displayed in the DateChooser" helpid="x20E1C" text=".monthNames" object="[mx.controls.DateChooser]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.DateChooser]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.DateChooser]" version="6"/>
					<string name="selectableRange" tiptext="The start and end dates between which a date can be selected" helpid="x20E19" text=".selectableRange" object="[mx.controls.DateChooser]" version="6"/>
					<string name="selectedDate" tiptext="The selected date in DateChooser" helpid="x20E1B" text=".selectedDate" object="[mx.controls.DateChooser]" version="6"/>
					<string name="showToday" tiptext="The highlight on the current day of the month" helpid="x20E13" text=".showToday" object="[mx.controls.DateChooser]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.DateChooser]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="DateChooser methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.DateChooser]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.DateChooser]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.DateChooser]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="DateChooser events" version="6">
					<string name="change" tiptext="change event" helpid="x20E11" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20E10" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.DateChooser]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="DateField" id="[mx.controls.DateField]" index="true" tiptext="Pops up a DateChooser for date selection" helpid="x20E21" version="6">
				<folder name="Properties" id="Properties" tiptext="DateField properties" version="6">
					<string name="dateFormatter" tiptext="A user-supplied function to compute the label of a Date item." helpid="x20E22" text=".dateFormatter" object="[mx.controls.DateField]" version="6"/>
					<string name="dayNames" tiptext="The names of days of week in a pullDown of DateField" helpid="x20E2A" text=".dayNames" object="[mx.controls.DateField]" version="6"/>
					<string name="disabledDays" tiptext="The disabled days in a week" helpid="x20E2B" text=".disabledDays" object="[mx.controls.DateField]" version="6"/>
					<string name="disabledRanges" tiptext="The disabled dates inside the selectableRange" helpid="x20E2D" text=".disabledRanges" object="[mx.controls.DateField]" version="6"/>
					<string name="displayedMonth" tiptext="The currently displayed month in the pullDown of DateField" helpid="x20E28" text=".displayedMonth" object="[mx.controls.DateField]" version="6"/>
					<string name="displayedYear" tiptext="The currently displayed year in the pullDown of DateField" helpid="x20E29" text=".displayedYear" object="[mx.controls.DateField]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.DateField]" version="6"/>
					<string name="firstDayOfWeek" tiptext="Sets the first day of week for DateField" helpid="x20E27" text=".firstDayOfWeek" object="[mx.controls.DateField]" version="6"/>
					<string name="monthNames" tiptext="The name of the months displayed in the pullDown of DateField" helpid="x20E2F" text=".monthNames" object="[mx.controls.DateField]" version="6"/>
					<string name="pullDown" tiptext="Returns a reference to the DateChooser component contained by the DateField." helpid="x20E23" text=".pullDown" object="[mx.controls.DateField]" version="6"/>
					<string name="restrict" tiptext="The set of characters that may be entered into the ComboBase" helpid="x20C79" text=".restrict" object="[mx.controls.DateField]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.DateField]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.DateField]" version="6"/>
					<string name="selectableRange" tiptext="The start and end dates between which a date can be selected" helpid="x20E2C" text=".selectableRange" object="[mx.controls.DateField]" version="6"/>
					<string name="selectedDate" tiptext="The selected date in DateField" helpid="x20E2E" text=".selectedDate" object="[mx.controls.DateField]" version="6"/>
					<string name="showToday" tiptext="The highlight on the current day of the month" helpid="x20E26" text=".showToday" object="[mx.controls.DateField]" version="6"/>
					<string name="tabIndex" tiptext="tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.DateField]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="DateField methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.DateField]" version="6"/>					<string name="close" tiptext="Closes the pullDown DateChooser." helpid="x20E25" text=".close(% %)" object="[mx.controls.DateField]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.DateField]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.DateField]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.DateField]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.DateField]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.DateField]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.DateField]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.DateField]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.DateField]" version="6"/>
					<string name="open" tiptext="Opens the pullDown DateChooser." helpid="x20E24" text=".open(% %)" object="[mx.controls.DateField]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.DateField]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.DateField]" version="6"/>
					<string name="setSize" tiptext="Sets the size" helpid="x20D51" text=".setSize(% w:Number, h:Number, noEvent %)" object="[mx.controls.DateField]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.DateField]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="DateField events" version="6">
					<string name="change" tiptext="change event" helpid="x20E1D" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="close" tiptext="close event" helpid="x20E1F" text=".addEventListener(&#34;close&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="open" tiptext="open event" helpid="x20E1E" text=".addEventListener(&#34;open&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20E20" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.DateField]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Label" id="[mx.controls.Label]" index="true" tiptext="Label is a single-line, non-editable text field" helpid="x20D52" version="6">
				<folder name="Properties" id="Properties" tiptext="Label properties" version="6">
					<string name="autoSize" tiptext="Controls automatic sizing and alignment" helpid="x20F41" text=".autoSize" object="[mx.controls.Label]" version="6"/>
					<string name="html" tiptext="Specifies whether the Label contains html" helpid="x20F42" text=".html" object="[mx.controls.Label]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.Label]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.Label]" version="6"/>
					<string name="text" tiptext="Gets or sets the Label content" helpid="x20F43" text=".text" object="[mx.controls.Label]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Label methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.Label]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Label]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Label]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.Label]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.Label]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.Label]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.Label]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Label]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Label]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.Label]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.Label]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Label events" version="6">
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.Label]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.Label]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.Label]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.Label]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.Label]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="List" id="[mx.controls.List]" index="true" tiptext="List provides the ability to select one or many options from a scrolling list" helpid="x20C37" version="6">
				<folder name="Properties" id="Properties" tiptext="List properties" version="6">
					<string name="cellRenderer" tiptext="Gets or sets the cellRenderer component for the rows" helpid="x20CB8" text=".cellRenderer" object="[mx.controls.List]" version="6"/>
					<string name="dataProvider" tiptext="The list of data to be used as a model" helpid="x20CA5" text=".dataProvider" object="[mx.controls.List]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.List]" version="6"/>
					<string name="hPosition" tiptext="The offset into the content from the left edge." helpid="x20CC9" text=".hPosition" object="[mx.controls.List]" version="6"/>
					<string name="hScrollPolicy" tiptext="whether the horizontal scrollbar is always on, always off or automatically changes" helpid="x20CC7" text=".hScrollPolicy" object="[mx.controls.List]" version="6"/>
					<string name="iconField" tiptext="The name of the field in dataProvider array objects to display as the icon" helpid="x20CBB" text=".iconField" object="[mx.controls.List]" version="6"/>
					<string name="iconFunction" tiptext="A user-supplied function to run on each item to determine its icon" helpid="x20CBC" text=".iconFunction" object="[mx.controls.List]" version="6"/>
					<string name="labelField" tiptext="The name of the field in dataProvider array objects to display as the label" helpid="x20CB9" text=".labelField" object="[mx.controls.List]" version="6"/>
					<string name="labelFunction" tiptext="A user-supplied function to run on each item to determine its label" helpid="x20CBA" text=".labelFunction" object="[mx.controls.List]" version="6"/>
					<string name="length" tiptext="Gets the number of items in the list" helpid="x20CAD" text=".length" object="[mx.controls.List]" version="6"/>
					<string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="x20CCC" text=".maxHPosition" object="[mx.controls.List]" version="6"/>
					<string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="x20CB5" text=".multipleSelection" object="[mx.controls.List]" version="6"/>
					<string name="rowCount" tiptext="Gets or sets the number of rows" helpid="x20CB7" text=".rowCount" object="[mx.controls.List]" version="6"/>
					<string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="x20CB6" text=".rowHeight" object="[mx.controls.List]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.List]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.List]" version="6"/>
					<string name="selectable" tiptext="Determines whether or not the list is selectable" helpid="x20CB4" text=".selectable" object="[mx.controls.List]" version="6"/>
					<string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="x20CB0" text=".selectedIndex" object="[mx.controls.List]" version="6"/>
					<string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="x20CB1" text=".selectedIndices" object="[mx.controls.List]" version="6"/>
					<string name="selectedItem" tiptext="Gets the selected item" helpid="x20CB3" text=".selectedItem" object="[mx.controls.List]" version="6"/>
					<string name="selectedItems" tiptext="Gets the selected items" helpid="x20CB2" text=".selectedItems" object="[mx.controls.List]" version="6"/>
					<string name="vPosition" tiptext="the offset into the content from the top edge, usually in pixels or lines" helpid="x20CCA" text=".vPosition" object="[mx.controls.List]" version="6"/>
					<string name="vScrollPolicy" tiptext="Whether the vertical scrollbar is always on, always off or automatically changes." helpid="x20CC8" text=".vScrollPolicy" object="[mx.controls.List]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="List methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.List]" version="6"/>					<string name="addItem" tiptext="Appends an item to the end of the list" helpid="x20CA7" text=".addItem(% [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.List]" version="6"/>					<string name="addItemAt" tiptext="Adds an item at the specified index" helpid="x20CA6" text=".addItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.List]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.List]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.List]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.List]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.List]" version="6"/>
					<string name="getItemAt" tiptext="Gets the item at the specified index" helpid="x20CAE" text=".getItemAt(%index:Number%)" object="[mx.controls.List]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.List]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.List]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.List]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.List]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.List]" version="6"/>
					<string name="removeAll" tiptext="Removes all items" helpid="x20CA9" text=".removeAll(% %)" object="[mx.controls.List]" version="6"/>
					<string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="x20CA8" text=".removeItemAt(%index:Number%)" object="[mx.controls.List]" version="6"/>
					<string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="x20CAA" text=".replaceItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.List]" version="6"/>					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.List]" version="6"/>
					<string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="x20CBD" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.List]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.List]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.List]" version="6"/>
					<string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="x20CAC" text=".sortItems(%[compareFunction:String, optionsFlag:String]%)" object="[mx.controls.List]" version="6"/>					<string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="x20CAB" text=".sortItemsBy(% fieldName:String, order:string [, optionsFlag:String] %)" object="[mx.controls.List]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="List events" version="6">
					<string name="change" tiptext="change event" helpid="x20CA2" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="itemRollOut" tiptext="itemRollOut event" helpid="x20CA4" text=".addEventListener(&#34;itemRollOut&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="itemRollOver" tiptext="itemRollOver event" helpid="x20CA3" text=".addEventListener(&#34;itemRollOver&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20CC5" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.List]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Loader" id="[mx.controls.Loader]" index="true" tiptext="Loader provides a container to load a MovieClip, JPEG or SWF" helpid="x20C3A" version="6">
				<folder name="Properties" id="Properties" tiptext="Loader properties" version="6">
					<string name="autoLoad" tiptext="If true, automatically loads the content" helpid="x20C3B" text=".autoLoad" object="[mx.controls.Loader]" version="6"/>
					<string name="bytesLoaded" tiptext="Returns the number of bytes loaded of the Loader content" helpid="x20C3C" text=".bytesLoaded" object="[mx.controls.Loader]" version="6"/>
					<string name="bytesTotal" tiptext="Returns the size of the Loader content in bytes" helpid="x20C3D" text=".bytesTotal" object="[mx.controls.Loader]" version="6"/>
					<string name="content" tiptext="Returns the content of the Loader" helpid="x20C3E" text=".content" object="[mx.controls.Loader]" version="6"/>
					<string name="contentPath" tiptext="Gets or sets the absolute or relative URL of the content to be loaded" helpid="x20C3F" text=".contentPath" object="[mx.controls.Loader]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.Loader]" version="6"/>
					<string name="percentLoaded" tiptext="Gets the percentage of the content loaded" helpid="x20C40" text=".percentLoaded" object="[mx.controls.Loader]" version="6"/>
					<string name="scaleContent" tiptext="If true, scales the content to fit the Loader's size" helpid="x20C41" text=".scaleContent" object="[mx.controls.Loader]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.Loader]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.Loader]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Loader methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.Loader]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Loader]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Loader]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.Loader]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.Loader]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.Loader]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.Loader]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.Loader]" version="6"/>
					<string name="load" tiptext="Tells the Loader to start loading its content" helpid="x20C42" text=".load(% url:String %)" object="[mx.controls.Loader]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Loader]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Loader]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.Loader]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.Loader]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.Loader]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Loader events" version="6">
					<string name="complete" tiptext="complete event" helpid="x20C38" text=".addEventListener(&#34;complete&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.Loader]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="MediaController" id="[mx.controls.MediaController]" index="true" tiptext="MediaController contains the playback controls for streaming media files" helpid="x20DA2" version="6">
				<folder name="Properties" id="Properties" tiptext="MediaController properties" version="6">
					<string name="activePlayControl" tiptext="Determines what state the controller is in when it is loaded at runtime" helpid="x20D7A" text=".activePlayControl" object="[mx.controls.MediaController]" version="6"/>
					<string name="backgroundStyle" tiptext="Determines whether the Controller instance draws its chrome background" helpid="x20D7E" text=".backgroundStyle" object="[mx.controls.MediaController]" version="6"/>
					<string name="controllerPolicy" tiptext="Determines whether the controller only displays itself on mouse over" helpid="x20D82" text=".controllerPolicy" object="[mx.controls.MediaController]" version="6"/>
					<string name="horizontal" tiptext="Determines whether the controller will display itself vertically or horizontally" helpid="x20D85" text=".horizontal" object="[mx.controls.MediaController]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.MediaController]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.MediaController]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.MediaController]" version="6"/>
					<string name="volume" tiptext="The volume setting in value range from 0 to 100" helpid="x20D8C" text=".volume" object="[mx.controls.MediaController]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="MediaController methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.MediaController]" version="6"/>					<string name="associateDisplay" tiptext="Associates a controller instance with a given display instance" helpid="x20D8F" text=".associateDisplay(% d:MediaDisplay %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.MediaController]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.MediaController]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="MediaController events" version="6">
					<string name="click" tiptext="click event" helpid="x20D99" text=".addEventListener(&#34;click&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="playheadChange" tiptext="playheadChange event" helpid="x20D9C" text=".addEventListener(&#34;playheadChange&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
					<string name="volume" tiptext="volume event" helpid="x20D9E" text=".addEventListener(&#34;volume&#34;,%listener%);" object="[mx.controls.MediaController]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="MediaDisplay" id="[mx.controls.MediaDisplay]" index="true" tiptext="MediaDisplay plays FLV and MP3 files" helpid="x20DA3" version="6">
				<folder name="Properties" id="Properties" tiptext="MediaDisplay properties" version="6">
					<string name="aspectRatio" tiptext="Determines whether a Display or Playback instance maintains aspect ratio" helpid="x20D7B" text=".aspectRatio" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="autoPlay" tiptext="Determines whether media will immediately begin to buffer and play" helpid="x20D7C" text=".autoPlay" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="autoSize" tiptext="Determines whether the display sizes itself according to the preferred size of the media" helpid="x20DD7" text=".autoSize" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="bytesLoaded" tiptext="Number of bytes already loaded" helpid="x20D7F" text=".bytesLoaded" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="bytesTotal" tiptext="Number of bytes to be loaded" helpid="x20D80" text=".bytesTotal" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="contentPath" tiptext="Holds the relative path and filename of the media to be streamed" helpid="x20D81" text=".contentPath" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="cuePoints" tiptext="Array of cuepoint objects" helpid="x20D84" text=".cuePoints" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="mediaType" tiptext="Type of media to be played" helpid="x20D86" text=".mediaType" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="playheadTime" tiptext="Current position of the playhead in seconds" helpid="x20D87" text=".playheadTime" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="playing" tiptext="Is the instance trying to play" helpid="x20D88" text=".playing" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="preferredHeight" tiptext="The preferred height of the display" helpid="x20D89" text=".preferredHeight" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="preferredWidth" tiptext="The preferred width of the display" helpid="x20D8A" text=".preferredWidth" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="totalTime" tiptext="The total length of the media in seconds" helpid="x20D8B" text=".totalTime" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="volume" tiptext="The volume setting in value range from 0 to 100" helpid="x20D8C" text=".volume" object="[mx.controls.MediaDisplay]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="MediaDisplay methods" version="6">
					<string name="addCuePoint" tiptext="Adds a cue point object to the display instance" helpid="x20D8D" text=".addCuePoint(% CuePointName:String, CuePointTime:Number %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.MediaDisplay]" version="6"/>					<string name="associateController" tiptext="Associates a display instance with a given controller instance" helpid="x20D8E" text=".associateController(% InstanceName:MediaController %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="getCuePoints" tiptext="Returns the cuePoint object" helpid="x20D92" text=".getCuePoints(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="load" tiptext="Load the media without playing it" helpid="x20D93" text=".load(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="pause" tiptext="Pauses the playhead at the current location" helpid="x20D95" text=".pause(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="play" tiptext="Plays the media from the given starting point" helpid="x20D94" text=".play(% startingPoint:Number %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="removeAllCuePoints" tiptext="Deletes all cuepoint objects associated with this instance" helpid="x20D96" text=".removeAllCuePoints(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="removeCuePoint" tiptext="Delete a specific cuepoint associated with this instance" helpid="x20D97" text=".removeCuePoint(% aCuePoint:CuePoint %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="setMedia" tiptext="Associates the contentPath and mediaType to the MediaDisplay" helpid="x20DA6" text=".setMedia(% URL:String, Type:String %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.MediaDisplay]" version="6"/>
					<string name="stop" tiptext="Stops the playhead and moves it to the beginning of the media" helpid="x20DA5" text=".stop(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="MediaDisplay events" version="6">
					<string name="change" tiptext="change event" helpid="x20D98" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="complete" tiptext="complete event" helpid="x20D9A" text=".addEventListener(&#34;complete&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="cuePoint" tiptext="cuePoint event" helpid="x20D9B" text=".addEventListener(&#34;cuePoint&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>


					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="progress" tiptext="progress event" helpid="x20D9D" text=".addEventListener(&#34;progress&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="start" tiptext="start event" helpid="" text=".addEventListener(&#34;start&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.MediaDisplay]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="MediaPlayback" id="[mx.controls.MediaPlayback]" index="true" tiptext="MediaPlayback is a displayer and controller of streaming media" helpid="x20DA4" version="6">
				<folder name="Properties" id="Properties" tiptext="MediaPlayback properties" version="6">
					<string name="aspectRatio" tiptext="Determines whether a Display or Playback instance maintains aspect ratio" helpid="x20D7B" text=".aspectRatio" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="autoPlay" tiptext="Determines whether media will immediately begin to buffer and play" helpid="x20D7C" text=".autoPlay" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="autoSize" tiptext="Determines whether the display sizes itself according to the preferred size of the media" helpid="x20DD7" text=".autoSize" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="bytesLoaded" tiptext="Number of bytes already loaded" helpid="x20D7F" text=".bytesLoaded" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="bytesTotal" tiptext="Number of bytes to be loaded" helpid="x20D80" text=".bytesTotal" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="contentPath" tiptext="Holds the relative path and filename of the media to be streamed" helpid="x20D81" text=".contentPath" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="controlPlacement" tiptext="Determines where the controller is positioned relative to the display" helpid="x20D83" text=".controlPlacement" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="controllerPolicy" tiptext="Determines whether the controller only displays itself on mouse over" helpid="x20D82" text=".controllerPolicy" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="cuePoints" tiptext="Array of cuepoint objects" helpid="x20D84" text=".cuePoints" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="mediaType" tiptext="Type of media to be played" helpid="x20D86" text=".mediaType" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="playheadTime" tiptext="Current position of the playhead in seconds" helpid="x20D87" text=".playheadTime" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="playing" tiptext="Is the instance trying to play" helpid="x20D88" text=".playing" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="preferredHeight" tiptext="The preferred height of the display" helpid="x20D89" text=".preferredHeight" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="preferredWidth" tiptext="The preferred width of the display" helpid="x20D8A" text=".preferredWidth" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="totalTime" tiptext="The total length of the media in seconds" helpid="x20D8B" text=".totalTime" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="volume" tiptext="The volume setting in value range from 0 to 100" helpid="x20D8C" text=".volume" object="[mx.controls.MediaPlayback]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="MediaPlayback methods" version="6">
					<string name="addCuePoint" tiptext="Adds a cue point object to the playaback instance" helpid="x20D8D" text=".addCuePoint(% CuePointName:String, CuePointTime:Number %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.MediaPlayback]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="displayFull" tiptext="Sends the PlayBack component instance into full screen mode" helpid="x20D90" text=".displayFull(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="displayNormal" tiptext="Sends the PlayBack back to its original size" helpid="x20D91" text=".displayNormal(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="getCuePoints" tiptext="Returns the cuePoint object" helpid="x20D92" text=".getCuePoints(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="load" tiptext="Load the media without playing it" helpid="x20D93" text=".load(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="pause" tiptext="Pauses the playhead at the current location" helpid="x20D95" text=".pause(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="play" tiptext="Plays the media from the given starting point" helpid="x20D94" text=".play(% startingPoint:Number %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="removeAllCuePoints" tiptext="Deletes all cuepoint objects associated with this instance" helpid="x20D96" text=".removeAllCuePoints(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="removeCuePoint" tiptext="Delete a specific cuepoint associated with this instance" helpid="x20D97" text=".removeCuePoint(% aCuePoint:CuePoint %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.MediaPlayback]" version="6"/>
					<string name="stop" tiptext="Stops the playhead and moves it to the beginning of the media" helpid="x20DA5" text=".stop(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="MediaPlayback events" version="6">
					<string name="change" tiptext="change event" helpid="x20D98" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="complete" tiptext="complete event" helpid="x20D9A" text=".addEventListener(&#34;complete&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="cuePoint" tiptext="cuePoint event" helpid="x20D9B" text=".addEventListener(&#34;cuePoint&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="playheadChange" tiptext="playheadChange event" helpid="x20D9C" text=".addEventListener(&#34;playheadChange&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="progress" tiptext="progress event" helpid="x20D9D" text=".addEventListener(&#34;progress&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="pause" tiptext="pause event" helpid="" text=".addEventListener(&#34;pause&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="play" tiptext="play event" helpid="" text=".addEventListener(&#34;play&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="start" tiptext="start event" helpid="" text=".addEventListener(&#34;start&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
					<string name="volume" tiptext="volume event" helpid="x20D9E" text=".addEventListener(&#34;volume&#34;,%listener%);" object="[mx.controls.MediaPlayback]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Menu" id="[mx.controls.Menu]" index="true" tiptext="Provides the ability to select select an option from a scrolling list." helpid="x20D69" version="6">
				<folder name="Properties" id="Properties" tiptext="Menu properties" version="6">
					<string name="dataProvider" tiptext="The list of data to be used as a model" helpid="x20CA5" text=".dataProvider" object="[mx.controls.Menu]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.Menu]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.Menu]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.Menu]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Menu methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.Menu]" version="6"/>					<string name="addMenuItem" tiptext="Append a new menu item to the menu" helpid="x20C45" text=".addMenuItem(% arg:Object %)" object="[mx.controls.Menu]" version="6"/>
					<string name="addMenuItemAt" tiptext="Insert a new menu item into the menu at the given index" helpid="x20C46" text=".addMenuItemAt(% index:Number, arg:Object %)" object="[mx.controls.Menu]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Menu]" version="6"/>
					<string name="createMenu" tiptext="Static function to create a menu instance" helpid="x20C43" codehint="false" text="mx.controls.Menu.createMenu(% parent, mdp, initObj %)" object="[mx.controls.Menu]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Menu]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.Menu]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.Menu]" version="6"/>
					<string name="getMenuItemAt" tiptext="Return the menu item at a specific index" helpid="x20C4A" text=".getMenuItemAt(% index:Number %)" object="[mx.controls.Menu]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.Menu]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.Menu]" version="6"/>
					<string name="hide" tiptext="Make the menu invisible." helpid="x20C4F" text=".hide(% Void %)" object="[mx.controls.Menu]" version="6"/>
					<string name="indexOf" tiptext="Return the index of the given menu item within the menu" helpid="x20C4D" text=".indexOf(% item:Object %)" object="[mx.controls.Menu]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.Menu]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Menu]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Menu]" version="6"/>
					<string name="removeAll" tiptext="Remove all menu items from the menu" helpid="x20C49" text=".removeAll(% Void %)" object="[mx.controls.Menu]" version="6"/>
					<string name="removeMenuItem" tiptext="Remove the given menu item from the menu" helpid="x20C48" text=".removeMenuItem(% item:Object %)" object="[mx.controls.Menu]" version="6"/>
					<string name="removeMenuItemAt" tiptext="Remove the indicated menu item from the menu" helpid="x20C47" text=".removeMenuItemAt(% index:Number %)" object="[mx.controls.Menu]" version="6"/>
					<string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="x20CAA" text=".replaceItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.Menu]" version="6"/>					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.Menu]" version="6"/>
					<string name="setMenuItemEnabled" tiptext="Enable/disable a menu item" helpid="x20C4C" text=".setMenuItemEnabled(% item:Object, enable:Boolean %)" object="[mx.controls.Menu]" version="6"/>
					<string name="setMenuItemSelected" tiptext="Select or deselect a menu item" helpid="x20C4B" text=".setMenuItemSelected(% item:Object, select:Boolean %)" object="[mx.controls.Menu]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.Menu]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.Menu]" version="6"/>
					<string name="show" tiptext="Make the menu visible" helpid="x20C4E" text=".show(% x:Number, y:Number %)" object="[mx.controls.Menu]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Menu events" version="6">
					<string name="change" tiptext="change event" helpid="x20C44" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="rollOut" tiptext="rollOut event" helpid="x20CA4" text=".addEventListener(&#34;rollOut&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="rollOver" tiptext="rollOver event" helpid="x20CA3" text=".addEventListener(&#34;rollOver&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="menuHide" tiptext="menuHide event" helpid="x20BDA" text=".addEventListener(&#34;menuHide&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="menuShow" tiptext="menuShow event" helpid="x20BDB" text=".addEventListener(&#34;menuShow&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.Menu]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="MenuBar" id="[mx.controls.MenuBar]" index="true" tiptext="Provides the ability to select an option from a menu within a series of menus." helpid="x20D71" version="6">
				<folder name="Properties" id="Properties" tiptext="MenuBar properties" version="6">
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.MenuBar]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.MenuBar]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.MenuBar]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.MenuBar]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="MenuBar methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.MenuBar]" version="6"/>					<string name="addMenu" tiptext="Append a new menu item into the menubar" helpid="x20D72" text=".addMenu(% arg1, arg2 %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="addMenuAt" tiptext="Insert a new menu item into the menubar at the given index" helpid="x20D73" text=".addMenuAt(% index, arg1, arg2 %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="getMenuAt" tiptext="Return the menu item at a specific index." helpid="x20D74" text=".getMenuAt(% index %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="getMenuEnabledAt" tiptext="Return the enabled state of the menu item at a specific index." helpid="x20D77" text=".getMenuEnabledAt(% index %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="removeMenuAt" tiptext="Remove the menu item at a specific index." helpid="x20D75" text=".removeMenuAt(% index %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="setMenuEnabledAt" tiptext="Enable/disable the menu item at a specific index." helpid="x20D76" text=".setMenuEnabledAt(% index, enable %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.MenuBar]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.MenuBar]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="MenuBar events" version="6">
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.MenuBar]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="NumericStepper" id="[mx.controls.NumericStepper]" index="true" tiptext="NumericStepper allows stepping through values in a numeric text field" helpid="x20C53" version="6">
				<folder name="Properties" id="Properties" tiptext="NumericStepper properties" version="6">
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="maximum" tiptext="Specifies the maximum range value" helpid="x20F46" text=".maximum" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="minimum" tiptext="Specifies the minimum range value" helpid="x20F47" text=".minimum" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="nextValue" tiptext="The next sequential value that is in step and range" helpid="x20F48" text=".nextValue" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="previousValue" tiptext="The previous value that is in step and range" helpid="x20F49" text=".previousValue" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="stepSize" tiptext="Specifies the unit of change" helpid="x20F4A" text=".stepSize" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="value" tiptext="The value currently displayed in NumericStepper's text area" helpid="x20F4B" text=".value" object="[mx.controls.NumericStepper]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="NumericStepper methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.NumericStepper]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.NumericStepper]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.NumericStepper]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="NumericStepper events" version="6">
					<string name="change" tiptext="change event" helpid="x20C50" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20C52" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20C51" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.NumericStepper]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="ProgressBar" id="[mx.controls.ProgressBar]" index="true" tiptext="ProgressBar displays progress of a process over time" helpid="x20C56" version="6">
				<folder name="Properties" id="Properties" tiptext="ProgressBar properties" version="6">
					<string name="conversion" tiptext="The divisor for displayed values" helpid="x20C5C" text=".conversion" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="direction" tiptext="The direction of fill of the ProgressBar" helpid="x20C59" text=".direction" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="indeterminate" tiptext="Specifies the determinate or indeterminate look of the bar" helpid="x20D5D" text=".indeterminate" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="label" tiptext="The default label text displayed" helpid="x20C5A" text=".label" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="labelPlacement" tiptext="The label placement with respect to the graphic" helpid="x20C5B" text=".labelPlacement" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="maximum" tiptext="The largest progress value" helpid="x20F4E" text=".maximum" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="minimum" tiptext="The smallest progress value" helpid="x20F50" text=".minimum" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="mode" tiptext="The mode of operation of the ProgressBar" helpid="x20C57" text=".mode" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="percentComplete" tiptext="The percentage of completion of the process" helpid="x20F51" text=".percentComplete" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="source" tiptext="The instance name of the source object for ProgressBar" helpid="x20C58" text=".source" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="value" tiptext="The current number between the minimum and maximum" helpid="x20F53" text=".value" object="[mx.controls.ProgressBar]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="ProgressBar methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.ProgressBar]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="setProgress" tiptext="Sets the state of the bar to reflect the amount of progress made" helpid="x20F52" text=".setProgress(% completed:Number, total:Number %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.ProgressBar]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.ProgressBar]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="ProgressBar events" version="6">
					<string name="complete" tiptext="complete event" helpid="x20C54" text=".addEventListener(&#34;complete&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
					<string name="progress" tiptext="progress event" helpid="x20C55" text=".addEventListener(&#34;progress&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.ProgressBar]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="RadioButton" id="[mx.controls.RadioButton]" index="true" tiptext="RadioButton provides the ability to select an option from a group." helpid="x20C5D" version="6">
				<folder name="Properties" id="Properties" tiptext="RadioButton properties" version="6">
					<string name="data" tiptext="Data to associate with the radio button instance" helpid="x20D66" text=".data" object="[mx.controls.RadioButton]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.RadioButton]" version="6"/>
					<string name="groupName" tiptext="Gets or sets the group name of a RadioButton" helpid="x20F57" text=".groupName" object="[mx.controls.RadioButton]" version="6"/>
					<string name="icon" tiptext="Gets or sets the linkage identifier of the Button's icon" helpid="x20D4C" text=".icon" object="[mx.controls.RadioButton]" version="6"/>
					<string name="label" tiptext="Gets or sets the RadioButton label" helpid="x20D60" text=".label" object="[mx.controls.RadioButton]" version="6"/>
					<string name="labelPlacement" tiptext="Gets or sets the label placement relative to the radio dot" helpid="x20F3C" text=".labelPlacement" object="[mx.controls.RadioButton]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.RadioButton]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.RadioButton]" version="6"/>
					<string name="selected" tiptext="Gets or sets the RadioButton selected state" helpid="x20F58" text=".selected" object="[mx.controls.RadioButton]" version="6"/>
					<string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="x20F75" text=".tabIndex" object="[mx.controls.RadioButton]" version="6"/>
					<string name="toggle" tiptext="A Boolean value indicating whether the button behaves as a toggle switch (true) or not (false)." helpid="x20D4E" text=".toggle" object="[mx.controls.RadioButton]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="RadioButton methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.RadioButton]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.RadioButton]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.RadioButton]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="RadioButton events" version="6">
					<string name="click" tiptext="click event" helpid="x20D61" text=".addEventListener(&#34;click&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.RadioButton]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="RadioButtonGroup" id="[mx.controls.RadioButtonGroup]" index="true" tiptext="RadioButtonGroup used in conjunction with RadioButton" helpid="x20C5E" version="6">
				<folder name="Methods" id="Methods" tiptext="RadioButtonGroup methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.RadioButtonGroup]" version="6"/>				
				</folder>
				<folder name="Properties" id="Properties" tiptext="RadioButtonGroup properties" version="6">
					<string name="enabled" tiptext="Gets or sets the enabled state of the group" helpid="x20C5F" text=".enabled" object="[mx.controls.RadioButtonGroup]" version="6"/>
					<string name="groupName" tiptext="The group name for the RadioButton group" helpid="x20D67" text=".groupName" object="[mx.controls.RadioButtonGroup]" version="6"/>
					<string name="labelPlacement" tiptext="Gets or sets the label placement of the group" helpid="x20D68" text=".labelPlacement" object="[mx.controls.RadioButtonGroup]" version="6"/>
					<string name="selectedData" tiptext="The data or label associated with the selected RadioButton" helpid="x20F59" text=".selectedData" object="[mx.controls.RadioButtonGroup]" version="6"/>
					<string name="selection" tiptext="The object reference of the currently selected RadioButton" helpid="x20F5A" text=".selection" object="[mx.controls.RadioButtonGroup]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="RadioButtonGroup events" version="6">
					<string name="click" tiptext="click event" helpid="x20C60" text=".addEventListener(&#34;click&#34;, % %);" object="[mx.controls.RadioButtonGroup]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="TextArea" id="[mx.controls.TextArea]" index="true" tiptext="TextArea is a multi-line, editable text field with optional scrollbars" helpid="x20C63" version="6">
				<folder name="Properties" id="Properties" tiptext="TextArea properties" version="6">
					<string name="_accProps" tiptext="Accessibility panel properties" helpid="x20521" text="._accProps" object="[mx.controls.TextArea]" version="6"/>
					<string name="editable" tiptext="Specifies whether the component is editable or not" helpid="x20C68" text=".editable" object="[mx.controls.TextArea]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.TextArea]" version="6"/>
					<string name="hPosition" tiptext="The pixel offset into the content from the left edge" helpid="x20C6C" text=".hPosition" object="[mx.controls.TextArea]" version="6"/>
					<string name="hScrollPolicy" tiptext="Specifies if horizontal scrollbar is on, off or automatically adjusts" helpid="x20D63" text=".hScrollPolicy" object="[mx.controls.TextArea]" version="6"/>
					<string name="html" tiptext="Specifies Whether the TextArea contains html" helpid="x20C6A" text=".html" object="[mx.controls.TextArea]" version="6"/>
					<string name="length" tiptext="The number of characters in the TextArea" helpid="x20C65" text=".length" object="[mx.controls.TextArea]" version="6"/>
					<string name="maxChars" tiptext="The maximum number of characters that the TextArea can contain" helpid="x20C64" text=".maxChars" object="[mx.controls.TextArea]" version="6"/>
					<string name="maxHPosition" tiptext="The maximum pixel offset into the content from the left edge" helpid="x20C6F" text=".maxHPosition" object="[mx.controls.TextArea]" version="6"/>
					<string name="maxVPosition" tiptext="The maximum pixel offset into the content from the top edge" helpid="x20C6E" text=".maxVPosition" object="[mx.controls.TextArea]" version="6"/>
					<string name="password" tiptext="Specifies whether to display '*' instead of the actual characters" helpid="x20C69" text=".password" object="[mx.controls.TextArea]" version="6"/>
					<string name="restrict" tiptext="The set of characters that may be entered into the TextArea" helpid="x20C66" text=".restrict" object="[mx.controls.TextArea]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.TextArea]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.TextArea]" version="6"/>
					<string name="styleSheet" tiptext="Specifies a style sheet object that contains text formatting rules" helpid="x20B23" text=".styleSheet" object="[mx.controls.TextArea]" version="6"/>
					<string name="tabIndex" tiptext="tabIndex of the component" helpid="x20C70" text=".tabIndex" object="[mx.controls.TextArea]" version="6"/>
					<string name="text" tiptext="Gets or sets the TextArea content" helpid="x20C6B" text=".text" object="[mx.controls.TextArea]" version="6"/>
					<string name="vPosition" tiptext="The pixel offset into the content from the top edge" helpid="x20C6D" text=".vPosition" object="[mx.controls.TextArea]" version="6"/>
					<string name="vScrollPolicy" tiptext="Specifies if vertical scrollbar is on, off or automatically adjusts" helpid="x20D64" text=".vScrollPolicy" object="[mx.controls.TextArea]" version="6"/>
					<string name="wordWrap" tiptext="If true, lines will wrap. If false, long lines get clipped." helpid="x20C67" text=".wordWrap" object="[mx.controls.TextArea]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="TextArea methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.TextArea]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.TextArea]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.TextArea]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="TextArea events" version="6">
					<string name="change" tiptext="change event" helpid="x20C62" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.TextArea]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="TextInput" id="[mx.controls.TextInput]" index="true" tiptext="TextInput is a single-line, editable text field" helpid="x20C74" version="6">
				<folder name="Properties" id="Properties" tiptext="TextInput properties" version="6">
					<string name="_accProps" tiptext="Accessibility panel properties" helpid="x20521" text="._accProps" object="[mx.controls.TextInput]" version="6"/>
					<string name="editable" tiptext="Specifies whether the component is editable or not" helpid="x20C7C" text=".editable" object="[mx.controls.TextInput]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.TextInput]" version="6"/>
					<string name="hPosition" tiptext="The pixel position of the left-most character that is currently displayed" helpid="x20C7A" text=".hPosition" object="[mx.controls.TextInput]" version="6"/>
					<string name="length" tiptext="The number of characters in the TextInput" helpid="x20C78" text=".length" object="[mx.controls.TextInput]" version="6"/>
					<string name="maxChars" tiptext="The maximum number of characters that the TextInput can contain" helpid="x20C77" text=".maxChars" object="[mx.controls.TextInput]" version="6"/>
					<string name="maxHPosition" tiptext="The maximum allowed value of hPosition." helpid="x20C7B" text=".maxHPosition" object="[mx.controls.TextInput]" version="6"/>
					<string name="password" tiptext="Specifies whether to display '*' instead of the actual characters" helpid="x20C7D" text=".password" object="[mx.controls.TextInput]" version="6"/>
					<string name="restrict" tiptext="The set of characters that may be entered into the TextInput" helpid="x20C79" text=".restrict" object="[mx.controls.TextInput]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.TextInput]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.TextInput]" version="6"/>
					<string name="tabIndex" tiptext="tabIndex of the component" helpid="x20C7E" text=".tabIndex" object="[mx.controls.TextInput]" version="6"/>
					<string name="text" tiptext="Gets or sets the TextInput content" helpid="x20C76" text=".text" object="[mx.controls.TextInput]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="TextInput methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.TextInput]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.TextInput]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.TextInput]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="TextInput events" version="6">
					<string name="change" tiptext="change event" helpid="x20C72" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="enter" tiptext="enter event" helpid="x20C73" text=".addEventListener(&#34;enter&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.TextInput]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="Tree" id="[mx.controls.Tree]" index="true" tiptext="Tree provides a way to represent and manipulate hierarchical data" helpid="x20C80" version="6">
				<folder name="Properties" id="Properties" tiptext="Tree properties" version="6">
					<string name="cellRenderer" tiptext="Gets or sets the cellRenderer component for the rows" helpid="x20CB8" text=".cellRenderer" object="[mx.controls.Tree]" version="6"/>
					<string name="dataProvider" tiptext="The list of data to be used as a model" helpid="x20CA5" text=".dataProvider" object="[mx.controls.Tree]" version="6"/>
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.Tree]" version="6"/>
					<string name="firstVisibleNode" tiptext="Gets or sets the first node at the top of the view pane" helpid="x20C86" text=".firstVisibleNode" object="[mx.controls.Tree]" version="6"/>
					<string name="hPosition" tiptext="The offset into the content from the left edge." helpid="x20CC9" text=".hPosition" object="[mx.controls.Tree]" version="6"/>
					<string name="hScrollPolicy" tiptext="whether the horizontal scrollbar is always on, always off or automatically changes" helpid="x20CC7" text=".hScrollPolicy" object="[mx.controls.Tree]" version="6"/>
					<string name="iconField" tiptext="The name of the field in dataProvider array objects to display as the icon" helpid="x20CBB" text=".iconField" object="[mx.controls.Tree]" version="6"/>
					<string name="iconFunction" tiptext="A user-supplied function to run on each item to determine its icon" helpid="x20CBC" text=".iconFunction" object="[mx.controls.Tree]" version="6"/>
					<string name="labelField" tiptext="The name of the field in dataProvider array objects to display as the label" helpid="x20CB9" text=".labelField" object="[mx.controls.Tree]" version="6"/>
					<string name="labelFunction" tiptext="A user-supplied function to run on each item to determine its label" helpid="x20CBA" text=".labelFunction" object="[mx.controls.Tree]" version="6"/>
					<string name="length" tiptext="Gets the number of items in the list" helpid="x20CAD" text=".length" object="[mx.controls.Tree]" version="6"/>
					<string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="x20CCC" text=".maxHPosition" object="[mx.controls.Tree]" version="6"/>
					<string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="x20CCB" text=".maxVPosition" object="[mx.controls.Tree]" version="6"/>
					<string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="x20CB5" text=".multipleSelection" object="[mx.controls.Tree]" version="6"/>
					<string name="numChildren" tiptext="Returns the number of children" helpid="x20D48" text=".numChildren" object="[mx.controls.Tree]" version="6"/>
					<string name="rowCount" tiptext="Gets or sets the number of rows" helpid="x20CB7" text=".rowCount" object="[mx.controls.Tree]" version="6"/>
					<string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="x20CB6" text=".rowHeight" object="[mx.controls.Tree]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.Tree]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.Tree]" version="6"/>
					<string name="selectable" tiptext="Determines whether or not the list is selectable" helpid="x20CB4" text=".selectable" object="[mx.controls.Tree]" version="6"/>
					<string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="x20CB0" text=".selectedIndex" object="[mx.controls.Tree]" version="6"/>
					<string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="x20CB1" text=".selectedIndices" object="[mx.controls.Tree]" version="6"/>
					<string name="selectedItem" tiptext="Gets the selected item" helpid="x20CB3" text=".selectedItem" object="[mx.controls.Tree]" version="6"/>
					<string name="selectedItems" tiptext="Gets the selected items" helpid="x20CB2" text=".selectedItems" object="[mx.controls.Tree]" version="6"/>
					<string name="selectedNode" tiptext="Specifies the selected node in the tree" helpid="x20C87" text=".selectedNode" object="[mx.controls.Tree]" version="6"/>
					<string name="selectedNodes" tiptext="Specifies the selected nodes in the tree" helpid="x20C88" text=".selectedNodes" object="[mx.controls.Tree]" version="6"/>
					<string name="vPosition" tiptext="the offset into the content from the top edge, usually in pixels or lines" helpid="x20CCA" text=".vPosition" object="[mx.controls.Tree]" version="6"/>
					<string name="vScrollPolicy" tiptext="Whether the vertical scrollbar is always on, always off or automatically changes." helpid="x20CC8" text=".vScrollPolicy" object="[mx.controls.Tree]" version="6"/>
					<string name="value" tiptext="Gets the selected data (or label)" helpid="x20CAF" text=".value" object="[mx.controls.Tree]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="Tree methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.Tree]" version="6"/>					<string name="addItem" tiptext="Appends an item to the end of the list" helpid="x20CA7" text=".addItem(% [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.Tree]" version="6"/>					<string name="addItemAt" tiptext="Adds an item at the specified index" helpid="x20CA6" text=".addItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.Tree]" version="6"/>					<string name="addTreeNode" tiptext="Appends a child node at the end of the tree node" helpid="x20D56" text=".addTreeNode(% label:String, data:String %)" object="[mx.controls.Tree]" version="6"/>
					<string name="addTreeNodeAt" tiptext="Adds a child node at the specified index on the tree node" helpid="x20C84" text=".addTreeNodeAt(% index:Number, label:String, data:Data %)" object="[mx.controls.Tree]" version="6"/>
					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Tree]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.Tree]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getChildAt" tiptext="Returns the child at the specified position" helpid="x20D4B" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getDisplayIndex" tiptext="Returns the index of the node specified on the tree's list of displayed nodes" helpid="x20D5A" text=".getDisplayIndex(% node %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getIsBranch" tiptext="Asks the tree if the specified node is a branch" helpid="x20D53" text=".getIsBranch(% node %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getIsOpen" tiptext="Asks the tree if the specified node is open or closed" helpid="x20D55" text=".getIsOpen(% node %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getItemAt" tiptext="Gets the item at the specified index" helpid="x20CAE" text=".getItemAt(%index:Number%)" object="[mx.controls.Tree]" version="6"/>
					<string name="getNodeDisplayedAt" tiptext="Returns the node specified on the tree's list of displayed nodes" helpid="x20D59" text=".getNodeDisplayedAt(% index %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.Tree]" version="6"/>
					<string name="getTreeNodeAt" tiptext="Returns the child node at the specified index of the tree node" helpid="x20C85" text=".getTreeNodeAt(% index %)" object="[mx.controls.Tree]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.Tree]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.Tree]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Tree]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Tree]" version="6"/>
					<string name="refresh" tiptext="Refreshes the tree's list of displayed nodes" helpid="x20C83" text=".refresh(% %)" object="[mx.controls.Tree]" version="6"/>
					<string name="removeAll" tiptext="Removes all nodes from the tree" helpid="x20D58" text=".removeAll(% %)" object="[mx.controls.Tree]" version="6"/>
					<string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="x20CA8" text=".removeItemAt(%index:Number%)" object="[mx.controls.Tree]" version="6"/>
					<string name="removeTreeNodeAt" tiptext="Removes the child node at the specified index of the tree node" helpid="x20D57" text=".removeTreeNodeAt(% index %)" object="[mx.controls.Tree]" version="6"/>
					<string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="x20CAA" text=".replaceItemAt(% index:Number, [obj:String],[label:String [,data:Data]] %)" object="[mx.controls.Tree]" version="6"/>					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.Tree]" version="6"/>
					<string name="setIcon" tiptext="Sets the icon(s) for the specified node" helpid="x20C81" text=".setIcon(% node:Node, iconID:String, iconID2:String %)" object="[mx.controls.Tree]" version="6"/>
					<string name="setIsBranch" tiptext="Sets the specified node to explicitly be a branch, even with no children" helpid="x20D54" text=".setIsBranch(% node, branch %)" object="[mx.controls.Tree]" version="6"/>
					<string name="setIsOpen" tiptext="Tells the tree to open or close the specified node" helpid="x20C82" text=".setIsOpen(% node, open, animate, fireEvent %)" object="[mx.controls.Tree]" version="6"/>
					<string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="x20CBD" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.Tree]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.Tree]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.Tree]" version="6"/>
					<string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="x20CAC" text=".sortItems(%[compareFunction:String, optionsFlag:String]%)" object="[mx.controls.Tree]" version="6"/>					<string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="x20CAB" text=".sortItemsBy(% fieldName:String, order:string [, optionsFlag:String] %)" object="[mx.controls.Tree]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="Tree events" version="6">
					<string name="change" tiptext="change event" helpid="x20CA2" text=".addEventListener(&#34;change&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="itemRollOut" tiptext="itemRollOut event" helpid="x20CA4" text=".addEventListener(&#34;itemRollOut&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="itemRollOver" tiptext="itemRollOver event" helpid="x20CA3" text=".addEventListener(&#34;itemRollOver&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="nodeClose" tiptext="nodeClose event" helpid="x20D5C" text=".addEventListener(&#34;nodeClose&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="nodeOpen" tiptext="nodeOpen event" helpid="x20D5B" text=".addEventListener(&#34;nodeOpen&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20CC5" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.Tree]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="UIScrollBar" id="[mx.controls.UIScrollBar]" index="true" tiptext="UIScrollBar component allows you to add a scroll bar to a text field" helpid="x20F5D" version="6">
				<folder name="Properties" id="Properties" tiptext="UIScrollBar properties" version="6">
					<string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="x20F70" text=".enabled" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="horizontal" tiptext="Indicates orientation of scroll bar" helpid="x206D0" text=".horizontal" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="lineScrollSize" tiptext="Number of lines or pixels scrolled when arrow buttons are clicked" helpid="x20F2F" text=".lineScrollSize" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="pageScrollSize" tiptext="Number of lines or pixels scrolled when track is clicked" helpid="x20F30" text=".pageScrollSize" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="scrollPosition" tiptext="Gets or sets the current scroll position of the scrollable text field" helpid="x20F2E" text=".scrollPosition" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="x20F86" text=".scaleX" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="x20F87" text=".scaleY" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="_targetInstanceName" tiptext="The instance name of the text field associated with the UIScrollBar instance" helpid="x206CF" text="._targetInstanceName" object="[mx.controls.UIScrollBar]" version="6"/>
				</folder>
				<folder name="Methods" id="Methods" tiptext="UIScrollBar methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.controls.UIScrollBar]" version="6"/>					<string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="x20F79" text=".createClassObject(% className:Function, id:String, depth:Number, initobj:Object %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="createObject" tiptext="Creates a sub-object using its symbol name" helpid="x20F78" text=".createObject(% linkageName:String, id:String, depth:Number, initobj:Object %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="destroyObject" tiptext="Destroys the specified object" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="getFocus" tiptext="Returns the component that currently has focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="x20F7D" text=".getStyle(% styleProp:String %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="handleEvent" tiptext="Handles all events" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="x20F7E" text=".invalidate(% Void %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="move" tiptext="Moves the object to the specified location" helpid="x20F82" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="redraw" tiptext="Redraws an object immediately" helpid="x20F83" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="setFocus" tiptext="Sets focus to this component" helpid="x20F74" text=".setFocus(% %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="setScrollProperties" tiptext="Sets the scroll range of the scroll bar and the size of the text field" helpid="x20F31" text=".setScrollProperties(% pageSize:Number,minPos:Number,maxPos:Number %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="setScrollTarget" tiptext="Assigns a UIScrollBar component to a text field instance" helpid="x20F32" text=".setScrollTarget(% textInstance:String %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="setSize" tiptext="Resizes the object to the specified size" helpid="x20F88" text=".setSize(% w:Number, h:Number, noEvent:Boolean %)" object="[mx.controls.UIScrollBar]" version="6"/>
					<string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="x20F8A" text=".setStyle(%propertyName:String, value:String%)" object="[mx.controls.UIScrollBar]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="UIScrollBar events" version="6">
					<string name="draw" tiptext="draw event" helpid="x20F7B" text=".addEventListener(&#34;draw&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="focusIn" tiptext="focusIn event" helpid="x20F6E" text=".addEventListener(&#34;focusIn&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="focusOut" tiptext="focusOut event" helpid="x20F6F" text=".addEventListener(&#34;focusOut&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="keyDown" tiptext="keyDown event" helpid="x20F72" text=".addEventListener(&#34;keyDown&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="keyUp" tiptext="keyUp event" helpid="x20F73" text=".addEventListener(&#34;keyUp&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="load" tiptext="load event" helpid="x20F80" text=".addEventListener(&#34;load&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="move" tiptext="move event" helpid="x20F81" text=".addEventListener(&#34;move&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="resize" tiptext="resize event" helpid="x20F84" text=".addEventListener(&#34;resize&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="scroll" tiptext="scroll event" helpid="x20F33" text=".addEventListener(&#34;scroll&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
					<string name="unload" tiptext="unload event" helpid="x20F8C" text=".addEventListener(&#34;unload&#34;,%listener%);" object="[mx.controls.UIScrollBar]" codehint="false" version="6"/>
				</folder>
			</folder>
			<folder name="PopUpManager" id="[mx.managers.PopUpManager]" index="true" tiptext="PopUpManager lets you create overlapping windows that can be modal or nonmodal." helpid="x20CF3" version="6">
				<folder name="Methods" id="Methods" tiptext="PopUpManager methods" version="6">
					<string name="addEventListener" tiptext="Adds a listener for an event" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.managers.PopUpManager]" version="6"/>					<string name="createPopUp" tiptext="Creates a modal or nonmodal window." helpid="x20CF4" codehint="false" text="mx.managers.PopUpManager.createPopUp(% parent:MovieClip, className:Object, modal:Boolean, initobj:Object, broadcastOutsideEvents:Boolean %)" object="[mx.managers.PopUpManager]" version="6"/>
					<string name="deletePopUp" tiptext="Deletes a pop-up window and removes the modal state." helpid="x20CF5" codehint="false" text="mx.managers.PopUpManager.deletePopUp(% parent:MovieClip, className:Object, modal:Boolean, initobj:Object, broadcastOutsideEvents:Boolean %)" object="[mx.managers.PopUpManager]" version="6"/>
				</folder>
				<folder name="Events" id="Events" tiptext="PopUpManager events" version="6">
					<string name="mouseDownOutside" tiptext="mouseDownOutside event" helpid="x20CF2" text=".addEventListener(&#34;mouseDownOutside&#34;, % %);" object="[mx.managers.PopUpManager]" codehint="false" version="6"/>
				</folder>
			</folder>
		</folder>
		<folder name="Types" id="Types" index="true" tiptext="Component types that can be used for strong typing" helpid="x20000" version="6">
			<string name="Accordion" tiptext="Accordion type" helpid="x20D43" text="Accordion" object="mx.containers.Accordion" version="6"/>
			<string name="ScrollPane" tiptext="ScrollPane type" helpid="x20BCA" text="ScrollPane" object="mx.containers.ScrollPane" version="6"/>
			<string name="Window" tiptext="Window type" helpid="x20BD9" text="Window" object="mx.containers.Window" version="6"/>
			<string name="Alert" tiptext="Alert type" helpid="x20D16" text="Alert" object="mx.controls.Alert" version="6"/>
			<string name="Button (component)" tiptext="Component Button type" helpid="x20BE3" text="Button" object="mx.controls.Button" version="6"/>
			<string name="CheckBox" tiptext="CheckBox type" helpid="x20BE9" text="CheckBox" object="mx.controls.CheckBox" version="6"/>
			<string name="ComboBox" tiptext="ComboBox type" helpid="x20C01" text="ComboBox" object="mx.controls.ComboBox" version="6"/>
			<string name="DataGrid" tiptext="DataGrid type" helpid="x20C34" text="DataGrid" object="mx.controls.DataGrid" version="6"/>
			<string name="DateChooser" tiptext="DateChooser type" helpid="x20E12" text="DateChooser" object="mx.controls.DateChooser" version="6"/>
			<string name="DateField" tiptext="DateField type" helpid="x20E21" text="DateField" object="mx.controls.DateField" version="6"/>
			<string name="Label" tiptext="Label type" helpid="x20D52" text="Label" object="mx.controls.Label" version="6"/>
			<string name="List" tiptext="List type" helpid="x20C37" text="List" object="mx.controls.List" version="6"/>
			<string name="Loader" tiptext="Loader type" helpid="x20C3A" text="Loader" object="mx.controls.Loader" version="6"/>
			<string name="MediaController" tiptext="MediaController type" helpid="x20DA2" text="MediaController" object="mx.controls.MediaController" version="6"/>
			<string name="MediaDisplay" tiptext="MediaDisplay type" helpid="x20DA3" text="MediaDisplay" object="mx.controls.MediaDisplay" version="6"/>
			<string name="MediaPlayback" tiptext="MediaPlayback type" helpid="x20DA4" text="MediaPlayback" object="mx.controls.MediaPlayback" version="6"/>
			<string name="Menu" tiptext="Menu type" helpid="x20D69" text="Menu" object="mx.controls.Menu" version="6"/>
			<string name="MenuBar" tiptext="MenuBar type" helpid="x20D71" text="MenuBar" object="mx.controls.MenuBar" version="6"/>
			<string name="NumericStepper" tiptext="NumericStepper type" helpid="x20C53" text="NumericStepper" object="mx.controls.NumericStepper" version="6"/>
			<string name="ProgressBar" tiptext="ProgressBar type" helpid="x20C56" text="ProgressBar" object="mx.controls.ProgressBar" version="6"/>
			<string name="RadioButton" tiptext="RadioButton type" helpid="x20C5D" text="RadioButton" object="mx.controls.RadioButton" version="6"/>
			<string name="RadioButtonGroup" tiptext="RadioButtonGroup type" helpid="x20C5E" text="RadioButtonGroup" object="mx.controls.RadioButtonGroup" version="6"/>
			<string name="TextArea" tiptext="TextArea type" helpid="x20C63" text="TextArea" object="mx.controls.TextArea" version="6"/>
			<string name="TextInput" tiptext="TextInput type" helpid="x20C74" text="TextInput" object="mx.controls.TextInput" version="6"/>
			<string name="Tree" tiptext="Tree type" helpid="x20C80" text="Tree" object="mx.controls.Tree" version="6"/>
			<string name="PopUpManager" tiptext="PopUpManager type" helpid="x20CF3" text="PopUpManager" object="mx.managers.PopUpManager" version="6"/>
			<string name="UIScrollBar" tiptext="UIScrollBar type" helpid="x20F2D" text="UIScrollBar" object="mx.controls.UIScrollBar" version="6"/>
		</folder>
	</actionspanel>
  <codehints>
    <package name="mx.containers" children="Accordion,ScrollPane,Window"/>
    <package name="mx.controls" children="Alert,Button,CheckBox,ComboBox,DataGrid,DateChooser,DateField,Label,List,Loader,MediaController,MediaDisplay,MediaPlayback,Menu,MenuBar,NumericStepper,ProgressBar,RadioButton,RadioButtonGroup,TextArea,TextInput,Tree,UIScrollBar"/>
    <package name="mx.managers" children="PopUpManager"/>
  </codehints>  
	<colorsyntax>
		<identifier text="Accordion"/>
		<identifier text="Alert"/>
		<identifier text="Button"/>
		<identifier text="CheckBox"/>
		<identifier text="ComboBox"/>
		<identifier text="DataGrid"/>
		<identifier text="DateChooser"/>
		<identifier text="DateField"/>
		<identifier text="Label"/>
		<identifier text="List"/>
		<identifier text="Loader"/>
		<identifier text="MediaController"/>
		<identifier text="MediaDisplay"/>
		<identifier text="MediaPlayback"/>
		<identifier text="Menu"/>
		<identifier text="MenuBar"/>
		<identifier text="NumericStepper"/>
		<identifier text="PopUpManager"/>
		<identifier text="ProgressBar"/>
		<identifier text="RadioButton"/>
		<identifier text="RadioButtonGroup"/>
		<identifier text="ScrollPane"/>
		<identifier text="TextArea"/>
		<identifier text="TextInput"/>
		<identifier text="Tree"/>
		<identifier text="Window"/>
		<identifier text="_accProps"/>
		<identifier text="activePlayControl"/>
		<identifier text="addColumn"/>
		<identifier text="addColumnAt"/>
		<identifier text="addCuePoint"/>
		<identifier text="addEventListener"/>
		<identifier text="addItem"/>
		<identifier text="addItemAt"/>
		<identifier text="addMenu"/>
		<identifier text="addMenuAt"/>
		<identifier text="addMenuItem"/>
		<identifier text="addMenuItemAt"/>
		<identifier text="addTreeNode"/>
		<identifier text="addTreeNodeAt"/>
		<identifier text="aspectRatio"/>
		<identifier text="associateController"/>
		<identifier text="associateDisplay"/>
		<identifier text="autoLoad"/>
		<identifier text="autoPlay"/>
		<identifier text="autoSize"/>
		<identifier text="backgroundStyle"/>
		<identifier text="buttonHeight"/>
		<identifier text="buttonStyleDeclaration"/>
		<identifier text="buttonWidth"/>
		<identifier text="bytesLoaded"/>
		<identifier text="bytesTotal"/>
		<identifier text="cancelLabel"/>
		<identifier text="cellEdit"/>
		<identifier text="cellFocusIn"/>
		<identifier text="cellFocusOut"/>
		<identifier text="cellPress"/>
		<identifier text="cellRenderer"/>
		<identifier text="change"/>
		<identifier text="click"/>
		<identifier text="close"/>
		<identifier text="closeButton"/>
		<identifier text="columnCount"/>
		<identifier text="columnNames"/>
		<identifier text="columnStretch"/>
		<identifier text="complete"/>
		<identifier text="content"/>
		<identifier text="contentPath"/>
		<identifier text="controlPlacement"/>
		<identifier text="controllerPolicy"/>
		<identifier text="conversion"/>
		<identifier text="createChild"/>
		<identifier text="createClassObject"/>
		<identifier text="createMenu"/>
		<identifier text="createObject"/>
		<identifier text="createPopUp"/>
		<identifier text="createSegment"/>
		<identifier text="cuePoint"/>
		<identifier text="cuePoints"/>
		<identifier text="data"/>
		<identifier text="dataProvider"/>
		<identifier text="dateFormatter"/>
		<identifier text="dayNames"/>
		<identifier text="deletePopUp"/>
		<identifier text="destroyChildAt"/>
		<identifier text="destroyObject"/>
		<identifier text="direction"/>
		<identifier text="disabledDays"/>
		<identifier text="disabledRanges"/>
		<identifier text="displayFull"/>
		<identifier text="displayNormal"/>
		<identifier text="displayedMonth"/>
		<identifier text="displayedYear"/>
		<identifier text="draw"/>
		<identifier text="dropdown"/>
		<identifier text="dropdownWidth"/>
		<identifier text="editField"/>
		<identifier text="editable"/>
		<identifier text="enabled"/>
		<identifier text="enter"/>
		<identifier text="firstDayOfWeek"/>
		<identifier text="firstVisibleNode"/>
		<identifier text="focusIn"/>
		<identifier text="focusOut"/>
		<identifier text="focusedCell"/>
		<identifier text="getBytesLoaded"/>
		<identifier text="getBytesTotal"/>
		<identifier text="getChildAt"/>
		<identifier text="getColumnAt"/>
		<identifier text="getColumnIndex"/>
		<identifier text="getCuePoints"/>
		<identifier text="getDisplayIndex"/>
		<identifier text="getFocus"/>
		<identifier text="getIsBranch"/>
		<identifier text="getIsOpen"/>
		<identifier text="getItemAt"/>
		<identifier text="getMenuAt"/>
		<identifier text="getMenuEnabledAt"/>
		<identifier text="getMenuItemAt"/>
		<identifier text="getNodeDisplayedAt"/>
		<identifier text="getStyle"/>
		<identifier text="getTreeNodeAt"/>
		<identifier text="groupName"/>
		<identifier text="hLineScrollSize"/>
		<identifier text="hPageScrollSize"/>
		<identifier text="hPosition"/>
		<identifier text="hScrollPolicy"/>
		<identifier text="handleEvent"/>
		<identifier text="headerHeight"/>
		<identifier text="headerRelease"/>
		<identifier text="hide"/>
		<identifier text="horizontal"/>
		<identifier text="html"/>
		<identifier text="icon"/>
		<identifier text="iconField"/>
		<identifier text="iconFunction"/>
		<identifier text="indeterminate"/>
		<identifier text="indexOf"/>
		<identifier text="invalidate"/>
		<identifier text="itemRollOut"/>
		<identifier text="itemRollOver"/>
		<identifier text="keyDown"/>
		<identifier text="keyUp"/>
		<identifier text="label"/>
		<identifier text="labelField"/>
		<identifier text="labelFunction"/>
		<identifier text="labelPlacement"/>
		<identifier text="length"/>
		<identifier text="lineScrollSize"/>
		<identifier text="load"/>
		<identifier text="maxChars"/>
		<identifier text="maxHPosition"/>
		<identifier text="maxVPosition"/>
		<identifier text="maximum"/>
		<identifier text="mediaType"/>
		<identifier text="menuHide"/>
		<identifier text="menuShow"/>
		<identifier text="messageStyleDeclaration"/>
		<identifier text="minimum"/>
		<identifier text="mode"/>
		<identifier text="monthNames"/>
		<identifier text="mouseDownOutside"/>
		<identifier text="move"/>
		<identifier text="multipleSelection"/>
		<identifier text="mx.containers.Accordion"/>
		<identifier text="mx.containers.ScrollPane"/>
		<identifier text="mx.containers.Window"/>
		<identifier text="mx.controls.Alert"/>
		<identifier text="mx.controls.Button"/>
		<identifier text="mx.controls.CheckBox"/>
		<identifier text="mx.controls.ComboBox"/>
		<identifier text="mx.controls.DataGrid"/>
		<identifier text="mx.controls.DateChooser"/>
		<identifier text="mx.controls.DateField"/>
		<identifier text="mx.controls.Label"/>
		<identifier text="mx.controls.List"/>
		<identifier text="mx.controls.Loader"/>
		<identifier text="mx.controls.MediaController"/>
		<identifier text="mx.controls.MediaDisplay"/>
		<identifier text="mx.controls.MediaPlayback"/>
		<identifier text="mx.controls.Menu"/>
		<identifier text="mx.controls.MenuBar"/>
		<identifier text="mx.controls.NumericStepper"/>
		<identifier text="mx.controls.ProgressBar"/>
		<identifier text="mx.controls.RadioButton"/>
		<identifier text="mx.controls.RadioButtonGroup"/>
		<identifier text="mx.controls.TextArea"/>
		<identifier text="mx.controls.TextInput"/>
		<identifier text="mx.controls.Tree"/>
		<identifier text="mx.controls.UIScrollBar"/>
		<identifier text="mx.managers.PopUpManager"/>
		<identifier text="nextValue"/>
		<identifier text="noLabel"/>
		<identifier text="nodeClose"/>
		<identifier text="nodeOpen"/>
		<identifier text="numChildren"/>
		<identifier text="okLabel"/>
		<identifier text="open"/>
		<identifier text="pageScrollSize"/>
		<identifier text="password"/>
		<identifier text="pause"/>
		<identifier text="percentComplete"/>
		<identifier text="percentLoaded"/>
		<identifier text="play"/>
		<identifier text="playheadChange"/>
		<identifier text="playheadTime"/>
		<identifier text="playing"/>
		<identifier text="preferredHeight"/>
		<identifier text="preferredWidth"/>
		<identifier text="previousValue"/>
		<identifier text="progress"/>
		<identifier text="pullDown"/>
		<identifier text="redraw"/>
		<identifier text="refresh"/>
		<identifier text="refreshPane"/>
		<identifier text="removeAll"/>
		<identifier text="removeAllColumns"/>
		<identifier text="removeAllCuePoints"/>
		<identifier text="removeColumnAt"/>
		<identifier text="removeCuePoint"/>
		<identifier text="removeItemAt"/>
		<identifier text="removeMenuAt"/>
		<identifier text="removeMenuItem"/>
		<identifier text="removeMenuItemAt"/>
		<identifier text="removeTreeNodeAt"/>
		<identifier text="replaceItemAt"/>
		<identifier text="resizableColumns"/>
		<identifier text="resize"/>
		<identifier text="restrict"/>
		<identifier text="rowCount"/>
		<identifier text="rowHeight"/>
		<identifier text="scaleContent"/>
		<identifier text="scaleX"/>
		<identifier text="scaleY"/>
		<identifier text="scroll"/>
		<identifier text="scrollDrag"/>
		<identifier text="scrollPosition"/>
		<identifier text="selectable"/>
		<identifier text="selectableRange"/>
		<identifier text="selected"/>
		<identifier text="selectedChild"/>
		<identifier text="selectedData"/>
		<identifier text="selectedDate"/>
		<identifier text="selectedIndex"/>
		<identifier text="selectedIndices"/>
		<identifier text="selectedItem"/>
		<identifier text="selectedItems"/>
		<identifier text="selectedNode"/>
		<identifier text="selectedNodes"/>
		<identifier text="selection"/>
		<identifier text="setFocus"/>
		<identifier text="setIcon"/>
		<identifier text="setIsBranch"/>
		<identifier text="setIsOpen"/>
		<identifier text="setMedia"/>
		<identifier text="setMenuEnabledAt"/>
		<identifier text="setMenuItemEnabled"/>
		<identifier text="setMenuItemSelected"/>
		<identifier text="setProgress"/>
		<identifier text="setPropertiesAt"/>
		<identifier text="setScrollProperties"/>
		<identifier text="setScrollTarget"/>
		<identifier text="setSize"/>
		<identifier text="setStyle"/>
		<identifier text="setVPosition"/>
		<identifier text="show"/>
		<identifier text="showHeaders"/>
		<identifier text="showToday"/>
		<identifier text="sortItems"/>
		<identifier text="sortItemsBy"/>
		<identifier text="sortableColumns"/>
		<identifier text="source"/>
		<identifier text="spaceColumnsEqually"/>
		<identifier text="start"/>
		<identifier text="stepSize"/>
		<identifier text="stop"/>
		<identifier text="styleSheet"/>
		<identifier text="tabIndex"/>
		<identifier text="text"/>
		<identifier text="textField"/>
		<identifier text="title"/>
		<identifier text="titleStyleDeclaration"/>
		<identifier text="toggle"/>
		<identifier text="totalTime"/>
		<identifier text="unload"/>
		<identifier text="vLineScrollSize"/>
		<identifier text="vPageScrollSize"/>
		<identifier text="vPosition"/>
		<identifier text="vScrollPolicy"/>
		<identifier text="value"/>
		<identifier text="volume"/>
		<identifier text="wordWrap"/>
		<identifier text="yesLabel"/>
		<identifier text="_targetInstanceName"/>
		<identifier text="arrow"/>
		<identifier text="background"/>
		<identifier text="backgroundDisabled"/>
		<identifier text="check"/>
		<identifier text="darkshadow"/>
		<identifier text="embedFonts"/>
		<identifier text="face"/>
		<identifier text="foregroundDisabled"/>
		<identifier text="focusRectOuter"/>
		<identifier text="focusRectInner"/>
		<identifier text="highlight"/>
		<identifier text="highlight3D"/>
		<identifier text="radioDot"/>
		<identifier text="scrollTrack"/>
		<identifier text="selection"/>
		<identifier text="selectionDisabled"/>
		<identifier text="selectionUnfocused"/>
		<identifier text="shadow"/>
		<identifier text="textAlign"/>
		<identifier text="textBold"/>
		<identifier text="textColor"/>
		<identifier text="textDisabled"/>
		<identifier text="textFont"/>
		<identifier text="textIndent"/>
		<identifier text="textItalic"/>
		<identifier text="textLeftMargin"/>
		<identifier text="textRightMargin"/>
		<identifier text="textSelected"/>
		<identifier text="textSize"/>
		<identifier text="textUnderline"/>
	</colorsyntax>
</customactions>