<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="3013" version="6">
                <folder name="Properties" id="Properties" tiptext="Accordion properties" version="6">
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.containers.Accordion]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.containers.Accordion]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.containers.Accordion]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.containers.Accordion]" version="6"/>
                    <string name="selectedChild" tiptext="Specifies the child view that is currently displayed" helpid="3401" text=".selectedChild" object="[mx.containers.Accordion]" version="6"/>
                    <string name="selectedIndex" tiptext="Specifies the index of the child view that is currently displayed" helpid="3402" 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="3958" text=".addEventListener(% %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="createChild" tiptext="Creates a new child segment in the Accordion" helpid="3014" 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="3961" 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="3960" 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="3015" 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="3016" text=".destroyChildAt(% index:Number %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="destroyObject" tiptext="Destroys the specified object" helpid="3962" text=".destroyObject(% id:String %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="doLayout" tiptext="Arranges the layout of the Accordion's contents" helpid="3017" text=".doLayout(% %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.containers.Accordion]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.containers.Accordion]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Accordion events" version="6">
                    <string name="change" tiptext="change event" helpid="3012" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="ScrollPane" id="[mx.containers.ScrollPane]" index="true" tiptext="ScrollPane provides a scrollable field to display a MovieClip, JPEG or SWF" helpid="3018" version="6">
                <folder name="Properties" id="Properties" tiptext="ScrollPane properties" version="6">
                    <string name="content" tiptext="Returns the content of the ScrollPane" helpid="3932" text=".content" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="contentPath" tiptext="Specifies the name of the MovieClip, JPEG or SWF to be loaded" helpid="3021" text=".contentPath" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" 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="3025" 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="3027" text=".hPageScrollSize" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="hPosition" tiptext="The pixel offset into the content from the left edge" helpid="3429" text=".hPosition" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="hScrollPolicy" tiptext="Specifies if horizontal scrollbar is on, off or automatically adjusts" helpid="3028" text=".hScrollPolicy" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="3276" text=".maxHPosition" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="3275" text=".maxVPosition" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" 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="3993" 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="3024" 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="3026" text=".vPageScrollSize" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="vPosition" tiptext="The pixel offset into the content from the top edge" helpid="3430" text=".vPosition" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="vScrollPolicy" tiptext="Specifies if vertical scrollbar is on, off or automatically adjusts" helpid="3029" 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="3958" text=".addEventListener(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" 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="3020" text=".getBytesLoaded(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="getBytesTotal" tiptext="Returns the size of the ScrollPane content in bytes" helpid="3019" text=".getBytesTotal(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="refreshPane" tiptext="Reload content and refresh the pane" helpid="3994" text=".refreshPane(% Void %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="setHPosition" tiptext="The pixel offset into the content from the left edge" helpid="3022" text=".setHPosition(% position:Number %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.containers.ScrollPane]" version="6"/>
                    <string name="setVPosition" tiptext="The pixel offset into the content from the top edge" helpid="3023" text=".setVPosition(% position:Number %)" object="[mx.containers.ScrollPane]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="ScrollPane events" version="6">
                    <string name="complete" tiptext="complete event" helpid="3931" text='.addEventListener("complete", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="progress" tiptext="progress event" helpid="3935" text='.addEventListener("progress", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3426" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3033" version="6">
                <folder name="Properties" id="Properties" tiptext="Window properties" version="6">
                    <string name="closeButton" tiptext="If true, the close button is displayed" helpid="3986" text=".closeButton" object="[mx.containers.Window]" version="6"/>
                    <string name="content" tiptext="Returns the content of the Window" helpid="3987" text=".content" object="[mx.containers.Window]" version="6"/>
                    <string name="contentPath" tiptext="Specifies the name of the content to be loaded" helpid="3988" text=".contentPath" object="[mx.containers.Window]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.containers.Window]" version="6"/>
                    <string name="hPosition" tiptext="The offset into the content from the left edge." helpid="3273" 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="3271" 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="3276" 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="3275" text=".maxVPosition" object="[mx.containers.Window]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.containers.Window]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.containers.Window]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.containers.Window]" version="6"/>
                    <string name="title" tiptext="Gets or sets the title/caption displayed in the title bar" helpid="3991" 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="3992" 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="3274" 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="3272" 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="3958" text=".addEventListener(% %)" object="[mx.containers.Window]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3989" text=".deletePopUp(% %)" object="[mx.containers.Window]" version="6"/>
                    <string name="destroyObject" tiptext="Destroys the specified object" helpid="3962" text=".destroyObject(% id:String %)" object="[mx.containers.Window]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.containers.Window]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.containers.Window]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.containers.Window]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.containers.Window]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.containers.Window]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.containers.Window]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.containers.Window]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.containers.Window]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.containers.Window]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Window events" version="6">
                    <string name="click" tiptext="click event" helpid="3985" text='.addEventListener("click", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="mouseDownOutside" tiptext="mouseDownOutside event" helpid="3990" text='.addEventListener("mouseDownOutside", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3350" 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="3502" 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="3360" 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="3501" 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="3354" 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="3986" text=".closeButton" object="[mx.controls.Alert]" version="6"/>
                    <string name="content" tiptext="Returns the content of the Window" helpid="3987" text=".content" object="[mx.controls.Alert]" version="6"/>
                    <string name="contentPath" tiptext="Specifies the name of the content to be loaded" helpid="3988" text=".contentPath" object="[mx.controls.Alert]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.Alert]" version="6"/>
                    <string name="hPosition" tiptext="The offset into the content from the left edge." helpid="3273" text=".hPosition" object="[mx.controls.Alert]" version="6"/>
                    <string name="hScrollPolicy" tiptext="whether the horizontal scrollbar is always on, always off or automatically changes" helpid="3271" text=".hScrollPolicy" object="[mx.controls.Alert]" version="6"/>
                    <string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="3276" text=".maxHPosition" object="[mx.controls.Alert]" version="6"/>
                    <string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="3275" text=".maxVPosition" object="[mx.controls.Alert]" version="6"/>
                    <string name="messageStyleDeclaration" tiptext="The CSSStyleDeclaration name for setting styles on the message text" helpid="3358" 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="3353" codehint="false" text="mx.controls.Alert.noLabel" object="[mx.controls.Alert]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.Alert]" version="6"/>
                    <string name="okLabel" tiptext="Gets or sets the label for the OK button" helpid="3351" codehint="false" text="mx.controls.Alert.okLabel" object="[mx.controls.Alert]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.Alert]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.Alert]" version="6"/>
                    <string name="title" tiptext="Gets or sets the title/caption displayed in the title bar" helpid="3991" text=".title" object="[mx.controls.Alert]" version="6"/>
                    <string name="titleStyleDeclaration" tiptext="The CSSStyleDeclaration name for setting styles on the title text" helpid="3359" codehint="false" text="mx.controls.Alert.titleStyleDeclaration" object="[mx.controls.Alert]" version="6"/>
                    <string name="vPosition" tiptext="the offset into the content from the top edge, usually in pixels or lines" helpid="3274" text=".vPosition" object="[mx.controls.Alert]" version="6"/>
                    <string name="vScrollPolicy" tiptext="Whether the vertical scrollbar is always on, always off or automatically changes." helpid="3272" text=".vScrollPolicy" object="[mx.controls.Alert]" version="6"/>
                    <string name="yesLabel" tiptext="Gets or sets the label for the YES button" helpid="3352" 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="3958" text=".addEventListener(% %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3989" text=".deletePopUp(% %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="destroyObject" tiptext="Destroys the specified object" helpid="3962" text=".destroyObject(% id:String %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.Alert]" version="6"/>
                    <string name="show" tiptext="A static method that displays an Alert dialog" helpid="3361" codehint="false" text="mx.controls.Alert.show(% text, title, flags, parent, listener, icon, defButton %)" object="[mx.controls.Alert]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Alert events" version="6">
                    <string name="click" tiptext="click event" helpid="3985" text='.addEventListener("click", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="mouseDownOutside" tiptext="mouseDownOutside event" helpid="3990" text='.addEventListener("mouseDownOutside", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="Button" id="[mx.controls.Button]" index="true" tiptext="Button provides core button functionality.  Extends SimpleButton" helpid="3043" version="6">
                <folder name="Properties" id="Properties" tiptext="Button properties" version="6">
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.Button]" version="6"/>
                    <string name="icon" tiptext="Gets or sets the linkage identifier of the Button's icon" helpid="3404" text=".icon" object="[mx.controls.Button]" version="6"/>
                    <string name="label" tiptext="Gets or sets the Button label" helpid="3046" text=".label" object="[mx.controls.Button]" version="6"/>
                    <string name="labelPlacement" tiptext="Gets or sets the label placement relative to the icon" helpid="3044" text=".labelPlacement" object="[mx.controls.Button]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.Button]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.Button]" version="6"/>
                    <string name="selected" tiptext="Needs tooltip" helpid="3405" text=".selected" object="[mx.controls.Button]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.Button]" version="6"/>
                    <string name="toggle" tiptext="Needs tooltip" helpid="3406" 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="3958" text=".addEventListener(% %)" object="[mx.controls.Button]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.Button]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.Button]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.Button]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.Button]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.Button]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Button]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Button]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.Button]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.Button]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Button events" version="6">
                    <string name="click" tiptext="click event" helpid="3168" text='.addEventListener("click", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3049" version="6">
                <folder name="Properties" id="Properties" tiptext="CheckBox properties" version="6">
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="icon" tiptext="Gets or sets the linkage identifier of the Button's icon" helpid="3404" text=".icon" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="label" tiptext="Gets or sets the CheckBox label" helpid="3423" text=".label" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="labelPlacement" tiptext="Gets or sets the label placement relative to the check" helpid="3900" text=".labelPlacement" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="selected" tiptext="Gets or sets the CheckBox checked state" helpid="3901" text=".selected" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="toggle" tiptext="Needs tooltip" helpid="3406" 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="3958" text=".addEventListener(% %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.CheckBox]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.CheckBox]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="CheckBox events" version="6">
                    <string name="click" tiptext="click event" helpid="3902" text='.addEventListener("click", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3073" 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="3050" 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="3078" text=".dropdown" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="dropdownWidth" tiptext="Width limit (in pixels) of the Popup containing the dropdown list" helpid="3077" text=".dropdownWidth" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="editable" tiptext="If true, the ComboBox is editable" helpid="3903" text=".editable" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" 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="3074" 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="3075" text=".labelFunction" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="length" tiptext="Gets the number of items in the list" helpid="3058" text=".length" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="3065" text=".multipleSelection" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="rowCount" tiptext="The maximum number of rows visible in the dropdown list" helpid="3076" text=".rowCount" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="3061" text=".selectedIndex" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="3062" text=".selectedIndices" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="selectedItem" tiptext="Returns the selected item" helpid="3064" text=".selectedItem" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="selectedItems" tiptext="Returns the selected items" helpid="3063" text=".selectedItems" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" 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="3407" text=".text" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="textField" tiptext="A reference to the TextInput component" helpid="3408" text=".textField" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="value" tiptext="Gets the selected data (or label)" helpid="3060" 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="3958" text=".addEventListener(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="addItem" tiptext="Appends an item to the end of the list" helpid="3052" text=".addItem(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="addItemAt" tiptext="Adds an item at the specified index" helpid="3051" text=".addItemAt(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="close" tiptext="Closes the dropdown list" helpid="3080" text=".close(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="getItemAt" tiptext="Gets the item at the specified index" helpid="3059" text=".getItemAt(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="open" tiptext="Opens the dropdown list" helpid="3079" text=".open(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="removeAll" tiptext="Removes all items" helpid="3054" text=".removeAll(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="3053" text=".removeItemAt(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="3055" text=".replaceItemAt(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="setSize" tiptext="Sets the size" helpid="3409" 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="3978" text=".setStyle(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="3057" text=".sortItems(% %)" object="[mx.controls.ComboBox]" version="6"/>
                    <string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="3056" text=".sortItemsBy(% %)" object="[mx.controls.ComboBox]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="ComboBox events" version="6">
                    <string name="change" tiptext="change event" helpid="3066" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="close" tiptext="close event" helpid="3365" text='.addEventListener("close", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="enter" tiptext="enter event" helpid="3904" text='.addEventListener("enter", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOut" tiptext="itemRollOut event" helpid="3071" text='.addEventListener("itemRollOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOver" tiptext="itemRollOver event" helpid="3070" text='.addEventListener("itemRollOver", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="open" tiptext="open event" helpid="3067" text='.addEventListener("open", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3072" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3107" 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="3256" text=".cellRenderer" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="columnCount" tiptext="The number of columns that are displayed." helpid="3120" text=".columnCount" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="columnNames" tiptext="The set of field names that will be displayed as columns." helpid="3113" text=".columnNames" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="dataProvider" tiptext="The list of data to be used as a model" helpid="3237" text=".dataProvider" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="focusedCell" tiptext="Defines (or returns) the cell currently in focus." helpid="3123" text=".focusedCell" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="hPosition" tiptext="The offset into the content from the left edge." helpid="3273" 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="3271" text=".hScrollPolicy" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="headerHeight" tiptext="Specifies the height of the header bar of the grid." helpid="3112" 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="3259" 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="3260" 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="3257" 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="3258" text=".labelFunction" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="length" tiptext="Gets the number of items in the list" helpid="3245" 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="3276" text=".maxHPosition" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="3275" text=".maxVPosition" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="3253" text=".multipleSelection" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="resizableColumns" tiptext="Determines whether the columns of the grid may be stretched by the viewer." helpid="3109" text=".resizableColumns" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="rowCount" tiptext="Gets or sets the number of rows" helpid="3255" text=".rowCount" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="3254" text=".rowHeight" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="selectable" tiptext="Determines whether the grid may be selected by the viewer." helpid="3108" text=".selectable" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="3248" text=".selectedIndex" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="3249" text=".selectedIndices" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="selectedItem" tiptext="Gets the selected item" helpid="3251" text=".selectedItem" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="selectedItems" tiptext="Gets the selected items" helpid="3250" text=".selectedItems" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="showHeaders" tiptext="Determines whether the grid will show the column headers or not." helpid="3111" 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="3110" text=".sortableColumns" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="vPosition" tiptext="the offset into the content from the top edge, usually in pixels or lines" helpid="3274" text=".vPosition" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="vScrollPolicy" tiptext="Whether the vertical scrollbar is always on, always off or automatically changes." helpid="3272" text=".vScrollPolicy" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="value" tiptext="Gets the selected data (or label)" helpid="3247" text=".value" 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="3115" 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="3114" text=".addColumnAt(% index:Number, newCol %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="addItem" tiptext="Appends an item to the end of the list" helpid="3239" text=".addItem(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="addItemAt" tiptext="Adds an item at the specified index" helpid="3238" text=".addItemAt(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="editField" tiptext="Edits a given field in the dataGrid" helpid="3440" text=".editField(% index:Number, colName:String, data %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="getColumnAt" tiptext="Gets the DataGridColumn instance at the given index." helpid="3118" 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="3119" text=".getColumnIndex(% name:String %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="getItemAt" tiptext="Gets the item at the specified index" helpid="3246" text=".getItemAt(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="removeAll" tiptext="Removes all items" helpid="3241" text=".removeAll(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="removeAllColumns" tiptext="Removes all DataGridColumns from the target DataGrid instance." helpid="3117" text=".removeAllColumns(% Void %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="removeColumnAt" tiptext="Removes the DataGridColumn instance at the given index." helpid="3116" text=".removeColumnAt(% index:Number %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="3240" text=".removeItemAt(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="3242" text=".replaceItemAt(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="3261" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="3244" text=".sortItems(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="3243" text=".sortItemsBy(% %)" object="[mx.controls.DataGrid]" version="6"/>
                    <string name="spaceColumnsEqually" tiptext="Reformat the grid so that columns are all the same size." helpid="3121" 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="3435" text='.addEventListener("cellEdit", % %);' codehint="false" version="6"/>
                    <string name="cellFocusIn" tiptext="Fired when a cell is focused" helpid="3436" text='.addEventListener("cellFocusIn", % %);' codehint="false" version="6"/>
                    <string name="cellFocusOut" tiptext="Fired when a cell loses focus" helpid="3437" text='.addEventListener("cellFocusOut", % %);' codehint="false" version="6"/>
                    <string name="cellPress" tiptext="Fired when a cell is pressed" helpid="3434" text='.addEventListener("cellPress", % %);' codehint="false" version="6"/>
                    <string name="change" tiptext="change event" helpid="3234" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="columnStretch" tiptext="Fired when a column is stretched by the user" helpid="3438" text='.addEventListener("columnStretch", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="headerRelease" tiptext="Fired when a column header is clicked and then released by the user" helpid="3439" text='.addEventListener("headerRelease", % %);' codehint="false" version="6"/>
                    <string name="itemRollOut" tiptext="itemRollOut event" helpid="3236" text='.addEventListener("itemRollOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOver" tiptext="itemRollOver event" helpid="3235" text='.addEventListener("itemRollOver", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3602" 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="3607" text=".dayNames" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="disabledDays" tiptext="The disabled days in a week" helpid="3608" text=".disabledDays" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="disabledRanges" tiptext="The disabled dates inside the selectableRange" helpid="3610" text=".disabledRanges" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="displayedMonth" tiptext="The currently displayed month in the DateChooser" helpid="3605" text=".displayedMonth" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="displayedYear" tiptext="The currently displayed year in DateChooser" helpid="3606" text=".displayedYear" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="firstDayOfWeek" tiptext="Sets the first day of week for DateChooser" helpid="3604" text=".firstDayOfWeek" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="monthNames" tiptext="The name of the months displayed in the DateChooser" helpid="3612" text=".monthNames" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" 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="3609" text=".selectableRange" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="selectedDate" tiptext="The selected date in DateChooser" helpid="3611" text=".selectedDate" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="showToday" tiptext="The highlight on the current day of the month" helpid="3603" text=".showToday" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" 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="3958" text=".addEventListener(% %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.DateChooser]" version="6"/>
                    <string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="3978" text=".setStyle(% %)" object="[mx.controls.DateChooser]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="DateChooser events" version="6">
                    <string name="change" tiptext="change event" helpid="3601" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3600" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="DateField" id="[mx.controls.DateField]" index="true" tiptext="Pops up a DateChooser for date selection" helpid="3617" version="6">
                <folder name="Properties" id="Properties" tiptext="DateField properties" version="6">
                    <string name="dataProvider" tiptext="The list of data to be used as a model" helpid="3050" text=".dataProvider" object="[mx.controls.DateField]" version="6"/>
                    <string name="dateFormatter" tiptext="A user-supplied function to compute the label of a Date item." helpid="3618" text=".dateFormatter" object="[mx.controls.DateField]" version="6"/>
                    <string name="dayNames" tiptext="The names of days of week in a pullDown of DateField" helpid="3626" text=".dayNames" object="[mx.controls.DateField]" version="6"/>
                    <string name="disabledDays" tiptext="The disabled days in a week" helpid="3627" text=".disabledDays" object="[mx.controls.DateField]" version="6"/>
                    <string name="disabledRanges" tiptext="The disabled dates inside the selectableRange" helpid="3629" text=".disabledRanges" object="[mx.controls.DateField]" version="6"/>
                    <string name="displayedMonth" tiptext="The currently displayed month in the pullDown of DateField" helpid="3624" text=".displayedMonth" object="[mx.controls.DateField]" version="6"/>
                    <string name="displayedYear" tiptext="The currently displayed year in the pullDown of DateField" helpid="3625" text=".displayedYear" object="[mx.controls.DateField]" version="6"/>
                    <string name="editable" tiptext="If true, the ComboBox is editable" helpid="3903" text=".editable" object="[mx.controls.DateField]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.DateField]" version="6"/>
                    <string name="firstDayOfWeek" tiptext="Sets the first day of week for DateField" helpid="3623" text=".firstDayOfWeek" object="[mx.controls.DateField]" version="6"/>
                    <string name="length" tiptext="Gets the number of items in the list" helpid="3058" text=".length" object="[mx.controls.DateField]" version="6"/>
                    <string name="monthNames" tiptext="The name of the months displayed in the pullDown of DateField" helpid="3631" text=".monthNames" object="[mx.controls.DateField]" version="6"/>
                    <string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="3065" text=".multipleSelection" object="[mx.controls.DateField]" version="6"/>
                    <string name="pullDown" tiptext="Returns a reference to the DateChooser component contained by the DateField." helpid="3619" text=".pullDown" object="[mx.controls.DateField]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.DateField]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" 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="3628" text=".selectableRange" object="[mx.controls.DateField]" version="6"/>
                    <string name="selectedDate" tiptext="The selected date in DateField" helpid="3630" text=".selectedDate" object="[mx.controls.DateField]" version="6"/>
                    <string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="3061" text=".selectedIndex" object="[mx.controls.DateField]" version="6"/>
                    <string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="3062" text=".selectedIndices" object="[mx.controls.DateField]" version="6"/>
                    <string name="selectedItem" tiptext="Returns the selected item" helpid="3064" text=".selectedItem" object="[mx.controls.DateField]" version="6"/>
                    <string name="selectedItems" tiptext="Returns the selected items" helpid="3063" text=".selectedItems" object="[mx.controls.DateField]" version="6"/>
                    <string name="showToday" tiptext="The highlight on the current day of the month" helpid="3622" text=".showToday" object="[mx.controls.DateField]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.DateField]" version="6"/>
                    <string name="text" tiptext="Gets (and sets, if editable is true) the contents of the text field" helpid="3407" text=".text" object="[mx.controls.DateField]" version="6"/>
                    <string name="textField" tiptext="A reference to the TextInput component" helpid="3408" text=".textField" object="[mx.controls.DateField]" version="6"/>
                    <string name="value" tiptext="Gets the selected data (or label)" helpid="3060" text=".value" 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="3958" text=".addEventListener(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="addItem" tiptext="Appends an item to the end of the list" helpid="3052" text=".addItem(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="addItemAt" tiptext="Adds an item at the specified index" helpid="3051" text=".addItemAt(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="close" tiptext="Closes the pullDown DateChooser." helpid="3621" text=".close(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="getItemAt" tiptext="Gets the item at the specified index" helpid="3059" text=".getItemAt(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="open" tiptext="Opens the pullDown DateChooser." helpid="3620" text=".open(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="removeAll" tiptext="Removes all items" helpid="3054" text=".removeAll(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="3053" text=".removeItemAt(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="3055" text=".replaceItemAt(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="setSize" tiptext="Sets the size" helpid="3409" 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="3978" text=".setStyle(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="3057" text=".sortItems(% %)" object="[mx.controls.DateField]" version="6"/>
                    <string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="3056" text=".sortItemsBy(% %)" object="[mx.controls.DateField]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="DateField events" version="6">
                    <string name="change" tiptext="change event" helpid="3613" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="close" tiptext="close event" helpid="3615" text='.addEventListener("close", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="open" tiptext="open event" helpid="3614" text='.addEventListener("open", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3616" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3410" version="6">
                <folder name="Properties" id="Properties" tiptext="Label properties" version="6">
                    <string name="autoSize" tiptext="Controls automatic sizing and alignment" helpid="3905" text=".autoSize" object="[mx.controls.Label]" version="6"/>
                    <string name="html" tiptext="Specifies whether the Label contains html" helpid="3906" text=".html" object="[mx.controls.Label]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.Label]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.Label]" version="6"/>
                    <string name="text" tiptext="Gets or sets the Label content" helpid="3907" 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="3958" text=".addEventListener(% %)" object="[mx.controls.Label]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.Label]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.Label]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.Label]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.Label]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Label]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Label]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.Label]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Label events" version="6">
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3127" 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="3256" text=".cellRenderer" object="[mx.controls.List]" version="6"/>
                    <string name="dataProvider" tiptext="The list of data to be used as a model" helpid="3237" text=".dataProvider" object="[mx.controls.List]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.List]" version="6"/>
                    <string name="hPosition" tiptext="The offset into the content from the left edge." helpid="3273" 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="3271" 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="3259" 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="3260" 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="3257" 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="3258" text=".labelFunction" object="[mx.controls.List]" version="6"/>
                    <string name="length" tiptext="Gets the number of items in the list" helpid="3245" 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="3276" text=".maxHPosition" object="[mx.controls.List]" version="6"/>
                    <string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="3275" text=".maxVPosition" object="[mx.controls.List]" version="6"/>
                    <string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="3253" text=".multipleSelection" object="[mx.controls.List]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.List]" version="6"/>
                    <string name="rowCount" tiptext="Gets or sets the number of rows" helpid="3255" text=".rowCount" object="[mx.controls.List]" version="6"/>
                    <string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="3254" text=".rowHeight" object="[mx.controls.List]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.List]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.List]" version="6"/>
                    <string name="selectable" tiptext="Determines whether or not the list is selectable" helpid="3252" text=".selectable" object="[mx.controls.List]" version="6"/>
                    <string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="3248" text=".selectedIndex" object="[mx.controls.List]" version="6"/>
                    <string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="3249" text=".selectedIndices" object="[mx.controls.List]" version="6"/>
                    <string name="selectedItem" tiptext="Gets the selected item" helpid="3251" text=".selectedItem" object="[mx.controls.List]" version="6"/>
                    <string name="selectedItems" tiptext="Gets the selected items" helpid="3250" 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="3274" 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="3272" text=".vScrollPolicy" object="[mx.controls.List]" version="6"/>
                    <string name="value" tiptext="Gets the selected data (or label)" helpid="3247" text=".value" 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="3958" text=".addEventListener(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="addItem" tiptext="Appends an item to the end of the list" helpid="3239" text=".addItem(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="addItemAt" tiptext="Adds an item at the specified index" helpid="3238" text=".addItemAt(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.List]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.List]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="getItemAt" tiptext="Gets the item at the specified index" helpid="3246" text=".getItemAt(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.List]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.List]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.List]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.List]" version="6"/>
                    <string name="removeAll" tiptext="Removes all items" helpid="3241" text=".removeAll(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="3240" text=".removeItemAt(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="3242" text=".replaceItemAt(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="3261" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.List]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="3244" text=".sortItems(% %)" object="[mx.controls.List]" version="6"/>
                    <string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="3243" text=".sortItemsBy(% %)" object="[mx.controls.List]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="List events" version="6">
                    <string name="change" tiptext="change event" helpid="3234" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOut" tiptext="itemRollOut event" helpid="3236" text='.addEventListener("itemRollOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOver" tiptext="itemRollOver event" helpid="3235" text='.addEventListener("itemRollOver", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3130" version="6">
                <folder name="Properties" id="Properties" tiptext="Loader properties" version="6">
                    <string name="autoLoad" tiptext="If true, automatically loads the content" helpid="3131" text=".autoLoad" object="[mx.controls.Loader]" version="6"/>
                    <string name="bytesLoaded" tiptext="Returns the number of bytes loaded of the Loader content" helpid="3132" text=".bytesLoaded" object="[mx.controls.Loader]" version="6"/>
                    <string name="bytesTotal" tiptext="Returns the size of the Loader content in bytes" helpid="3133" text=".bytesTotal" object="[mx.controls.Loader]" version="6"/>
                    <string name="content" tiptext="Returns the content of the Loader" helpid="3134" 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="3135" text=".contentPath" object="[mx.controls.Loader]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.Loader]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.Loader]" version="6"/>
                    <string name="percentLoaded" tiptext="Gets the percentage of the content loaded" helpid="3136" text=".percentLoaded" object="[mx.controls.Loader]" version="6"/>
                    <string name="scaleContent" tiptext="If true, scales the content to fit the Loader's size" helpid="3137" text=".scaleContent" object="[mx.controls.Loader]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.Loader]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" 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="3958" text=".addEventListener(% %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="load" tiptext="Tells the Loader to start loading its content" helpid="3138" text=".load(% url:String %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.Loader]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.Loader]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Loader events" version="6">
                    <string name="complete" tiptext="complete event" helpid="3128" text='.addEventListener("complete", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="progress" tiptext="progress event" helpid="31 29" text='.addEventListener("progress", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3490" 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="3450" text=".activePlayControl" object="[mx.controls.MediaController]" version="6"/>
                    <string name="backgroundStyle" tiptext="Determines whether the Controller instance draws its chrome background" helpid="3454" text=".backgroundStyle" object="[mx.controls.MediaController]" version="6"/>
                    <string name="controllerPolicy" tiptext="Determines whether the controller only displays itself on mouse over" helpid="3458" text=".controllerPolicy" object="[mx.controls.MediaController]" version="6"/>
                    <string name="horizontal" tiptext="Determines whether the controller will display itself vertically or horizontally" helpid="3461" text=".horizontal" object="[mx.controls.MediaController]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.MediaController]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.MediaController]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.MediaController]" version="6"/>
                    <string name="volume" tiptext="The volume setting in value range from 0 to 100" helpid="3468" 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="3958" text=".addEventListener(% %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="associateDisplay" tiptext="Associates a controller instance with a given display instance" helpid="3471" text=".associateDisplay(% d:MediaDisplay %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" 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="3966" text=".invalidate(% Void %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.MediaController]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.MediaController]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="MediaController events" version="6">
                    <string name="click" tiptext="click event" helpid="3481" text='.addEventListener("click", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="playheadChange" tiptext="playheadChange event" helpid="3484" text='.addEventListener("playheadChange", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                    <string name="volume" tiptext="volume event" helpid="3486" text='.addEventListener("volume", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="MediaDisplay" id="[mx.controls.MediaDisplay]" index="true" tiptext="MediaDisplay plays FLV and MP3 files" helpid="3491" 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="3451" text=".aspectRatio" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="autoPlay" tiptext="Determines whether media will immediately begin to buffer and play" helpid="3452" 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="3543" text=".autoSize" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="bytesLoaded" tiptext="Number of bytes already loaded" helpid="3455" text=".bytesLoaded" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="bytesTotal" tiptext="Number of bytes to be loaded" helpid="3456" 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="3457" text=".contentPath" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="cuePoints" tiptext="Array of cuepoint objects" helpid="3460" text=".cuePoints" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="mediaType" tiptext="Type of media to be played" helpid="3462" text=".mediaType" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="playheadTime" tiptext="Current position of the playhead in seconds" helpid="3463" text=".playheadTime" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="playing" tiptext="Is the instance trying to play" helpid="3464" text=".playing" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="preferredHeight" tiptext="The preferred height of the display" helpid="3465" text=".preferredHeight" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="preferredWidth" tiptext="The preferred width of the display" helpid="3466" text=".preferredWidth" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="totalTime" tiptext="The total length of the media in seconds" helpid="3467" text=".totalTime" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="volume" tiptext="The volume setting in value range from 0 to 100" helpid="3468" 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="3469" text=".addCuePoint(% aName:String, aTime:Number %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="associateController" tiptext="Associates a display instance with a given controller instance" helpid="3470" text=".associateController(% c:MediaController %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="getCuePoints" tiptext="Returns the cuePoint object" helpid="3474" text=".getCuePoints(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" 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="3966" text=".invalidate(% Void %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="load" tiptext="Load the media without playing it" helpid="3475" text=".load(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" 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="3477" text=".pause(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="play" tiptext="Plays the media from the given starting point" helpid="3476" text=".play(% startingPoint:Number %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="removeAllCuePoints" tiptext="Deletes all cuepoint objects associated with this instance" helpid="3478" text=".removeAllCuePoints(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="removeCuePoint" tiptext="Delete a specific cuepoint associated with this instance" helpid="3479" text=".removeCuePoint(% aCuePoint:CuePoint %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="setMedia" tiptext="Associates the contentPath and mediaType to the MediaDisplay" helpid="3494" text=".setMedia(% aUrl:String, aType:String %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.MediaDisplay]" version="6"/>
                    <string name="stop" tiptext="Stops the playhead and moves it to the beginning of the media" helpid="3493" 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="3480" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="complete" tiptext="complete event" helpid="3482" text='.addEventListener("complete", % %);' codehint="false" version="6"/>
                    <string name="cuePoint" tiptext="cuePoint event" helpid="3483" text='.addEventListener("cuePoint", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="progress" tiptext="progress event" helpid="3485" text='.addEventListener("progress", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="start" tiptext="start event" helpid="3488" text='.addEventListener("start", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3492" 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="3451" text=".aspectRatio" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="autoPlay" tiptext="Determines whether media will immediately begin to buffer and play" helpid="3452" 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="3543" text=".autoSize" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="bytesLoaded" tiptext="Number of bytes already loaded" helpid="3455" text=".bytesLoaded" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="bytesTotal" tiptext="Number of bytes to be loaded" helpid="3456" 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="3457" text=".contentPath" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="controlPlacement" tiptext="Determines where the controller is positioned relative to the display" helpid="3459" text=".controlPlacement" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="controllerPolicy" tiptext="Determines whether the controller only displays itself on mouse over" helpid="3458" text=".controllerPolicy" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="cuePoints" tiptext="Array of cuepoint objects" helpid="3460" text=".cuePoints" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="mediaType" tiptext="Type of media to be played" helpid="3462" text=".mediaType" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="playheadTime" tiptext="Current position of the playhead in seconds" helpid="3463" text=".playheadTime" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="playing" tiptext="Is the instance trying to play" helpid="3464" text=".playing" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="preferredHeight" tiptext="The preferred height of the display" helpid="3465" text=".preferredHeight" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="preferredWidth" tiptext="The preferred width of the display" helpid="3466" text=".preferredWidth" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="totalTime" tiptext="The total length of the media in seconds" helpid="3467" text=".totalTime" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="volume" tiptext="The volume setting in value range from 0 to 100" helpid="3468" 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="3469" text=".addCuePoint(% aName:String, aTime:Number %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="displayFull" tiptext="Sends the PlayBack component instance into full screen mode" helpid="3472" text=".displayFull(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="displayNormal" tiptext="Sends the PlayBack back to its original size" helpid="3473" text=".displayNormal(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="getCuePoints" tiptext="Returns the cuePoint object" helpid="3474" text=".getCuePoints(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" 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="3966" text=".invalidate(% Void %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="load" tiptext="Load the media without playing it" helpid="3475" text=".load(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" 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="3477" text=".pause(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="play" tiptext="Plays the media from the given starting point" helpid="3476" text=".play(% startingPoint:Number %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="removeAllCuePoints" tiptext="Deletes all cuepoint objects associated with this instance" helpid="3478" text=".removeAllCuePoints(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="removeCuePoint" tiptext="Delete a specific cuepoint associated with this instance" helpid="3479" text=".removeCuePoint(% aCuePoint:CuePoint %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.MediaPlayback]" version="6"/>
                    <string name="stop" tiptext="Stops the playhead and moves it to the beginning of the media" helpid="3493" 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="3480" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="complete" tiptext="complete event" helpid="3482" text='.addEventListener("complete", % %);' codehint="false" version="6"/>
                    <string name="cuePoint" tiptext="cuePoint event" helpid="3483" text='.addEventListener("cuePoint", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="pause" tiptext="pause event" helpid="3489" text='.addEventListener("pause", % %);' codehint="false" version="6"/>
                    <string name="play" tiptext="play event" helpid="3487" text='.addEventListener("play", % %);' codehint="false" version="6"/>
                    <string name="playheadChange" tiptext="playheadChange event" helpid="3484" text='.addEventListener("playheadChange", % %);' codehint="false" version="6"/>
                    <string name="progress" tiptext="progress event" helpid="3485" text='.addEventListener("progress", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="start" tiptext="start event" helpid="3488" text='.addEventListener("start", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                    <string name="volume" tiptext="volume event" helpid="3486" text='.addEventListener("volume", % %);' 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="3433" version="6">
                <folder name="Properties" id="Properties" tiptext="Menu properties" version="6">
                    <string name="cellRenderer" tiptext="Gets or sets the cellRenderer component for the rows" helpid="3256" text=".cellRenderer" object="[mx.controls.Menu]" version="6"/>
                    <string name="dataProvider" tiptext="The list of data to be used as a model" helpid="3237" text=".dataProvider" object="[mx.controls.Menu]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.Menu]" version="6"/>
                    <string name="hPosition" tiptext="The offset into the content from the left edge." helpid="3273" text=".hPosition" object="[mx.controls.Menu]" version="6"/>
                    <string name="hScrollPolicy" tiptext="whether the horizontal scrollbar is always on, always off or automatically changes" helpid="3271" text=".hScrollPolicy" object="[mx.controls.Menu]" version="6"/>
                    <string name="iconField" tiptext="The name of the field in dataProvider array objects to display as the icon" helpid="3259" text=".iconField" object="[mx.controls.Menu]" version="6"/>
                    <string name="iconFunction" tiptext="A user-supplied function to run on each item to determine its icon" helpid="3260" text=".iconFunction" object="[mx.controls.Menu]" version="6"/>
                    <string name="labelField" tiptext="The name of the field in dataProvider array objects to display as the label" helpid="3257" text=".labelField" object="[mx.controls.Menu]" version="6"/>
                    <string name="labelFunction" tiptext="A user-supplied function to run on each item to determine its label" helpid="3258" text=".labelFunction" object="[mx.controls.Menu]" version="6"/>
                    <string name="length" tiptext="Gets the number of items in the list" helpid="3245" text=".length" object="[mx.controls.Menu]" version="6"/>
                    <string name="maxHPosition" tiptext="the maximum offset into the content from the left edge, not the right edge of content" helpid="3276" text=".maxHPosition" object="[mx.controls.Menu]" version="6"/>
                    <string name="maxVPosition" tiptext="the maximum offset into the content from the top edge, not the bottom of content" helpid="3275" text=".maxVPosition" object="[mx.controls.Menu]" version="6"/>
                    <string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="3253" text=".multipleSelection" object="[mx.controls.Menu]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.Menu]" version="6"/>
                    <string name="rowCount" tiptext="Gets or sets the number of rows" helpid="3255" text=".rowCount" object="[mx.controls.Menu]" version="6"/>
                    <string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="3254" text=".rowHeight" object="[mx.controls.Menu]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.Menu]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.Menu]" version="6"/>
                    <string name="selectable" tiptext="Determines whether or not the list is selectable" helpid="3252" text=".selectable" object="[mx.controls.Menu]" version="6"/>
                    <string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="3248" text=".selectedIndex" object="[mx.controls.Menu]" version="6"/>
                    <string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="3249" text=".selectedIndices" object="[mx.controls.Menu]" version="6"/>
                    <string name="selectedItem" tiptext="Gets the selected item" helpid="3251" text=".selectedItem" object="[mx.controls.Menu]" version="6"/>
                    <string name="selectedItems" tiptext="Gets the selected items" helpid="3250" text=".selectedItems" object="[mx.controls.Menu]" version="6"/>
                    <string name="vPosition" tiptext="the offset into the content from the top edge, usually in pixels or lines" helpid="3274" text=".vPosition" object="[mx.controls.Menu]" version="6"/>
                    <string name="vScrollPolicy" tiptext="Whether the vertical scrollbar is always on, always off or automatically changes." helpid="3272" text=".vScrollPolicy" object="[mx.controls.Menu]" version="6"/>
                    <string name="value" tiptext="Gets the selected data (or label)" helpid="3247" text=".value" 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="3958" text=".addEventListener(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="addItem" tiptext="Appends an item to the end of the list" helpid="3239" text=".addItem(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="addItemAt" tiptext="Adds an item at the specified index" helpid="3238" text=".addItemAt(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="addMenuItem" tiptext="Append a new menu item to the menu" helpid="3141" 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="3142" 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="3961" 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="3139" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="getItemAt" tiptext="Gets the item at the specified index" helpid="3246" text=".getItemAt(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="getMenuItemAt" tiptext="Return the menu item at a specific index" helpid="3146" text=".getMenuItemAt(% index:Number %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="hide" tiptext="Make the menu invisible." helpid="3151" 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="3149" 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="3966" text=".invalidate(% Void %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="removeAll" tiptext="Remove all menu items from the menu" helpid="3145" text=".removeAll(% Void %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="3240" text=".removeItemAt(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="removeMenuItem" tiptext="Remove the given menu item from the menu" helpid="3144" text=".removeMenuItem(% item:Object %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="removeMenuItemAt" tiptext="Remove the indicated menu item from the menu" helpid="3143" text=".removeMenuItemAt(% index:Number %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="3242" text=".replaceItemAt(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="setMenuItemEnabled" tiptext="Enable/disable a menu item" helpid="3148" text=".setMenuItemEnabled(% item:Object, enable:Boolean %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="setMenuItemSelected" tiptext="Select or deselect a menu item" helpid="3147" text=".setMenuItemSelected(% item:Object, select:Boolean %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="3261" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="show" tiptext="Make the menu visible" helpid="3150" text=".show(% x:Number, y:Number %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="3244" text=".sortItems(% %)" object="[mx.controls.Menu]" version="6"/>
                    <string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="3243" text=".sortItemsBy(% %)" object="[mx.controls.Menu]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Menu events" version="6">
                    <string name="change" tiptext="change event" helpid="3234" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOut" tiptext="itemRollOut event" helpid="3236" text='.addEventListener("itemRollOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOver" tiptext="itemRollOver event" helpid="3235" text='.addEventListener("itemRollOver", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="menuHide" tiptext="menuHide event" helpid="3034" text='.addEventListener("menuHide", % %);' codehint="false" version="6"/>
                    <string name="menuShow" tiptext="menuShow event" helpid="3035" text='.addEventListener("menuShow", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3441" version="6">
                <folder name="Properties" id="Properties" tiptext="MenuBar properties" version="6">
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" 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="3958" text=".addEventListener(% %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="addMenu" tiptext="Append a new menu item into the menubar" helpid="3442" 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="3443" text=".addMenuAt(% index, arg1, arg2 %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="getMenuAt" tiptext="Return the menu item at a specific index." helpid="3444" 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="3447" text=".getMenuEnabledAt(% index %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="removeMenuAt" tiptext="Remove the menu item at a specific index." helpid="3445" text=".removeMenuAt(% index %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="setMenuEnabledAt" tiptext="Enable/disable the menu item at a specific index." helpid="3446" text=".setMenuEnabledAt(% index, enable %)" object="[mx.controls.MenuBar]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.MenuBar]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="MenuBar events" version="6">
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3155" version="6">
                <folder name="Properties" id="Properties" tiptext="NumericStepper properties" version="6">
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="maximum" tiptext="Specifies the maximum range value" helpid="3910" text=".maximum" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="minimum" tiptext="Specifies the minimum range value" helpid="3911" text=".minimum" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="nextValue" tiptext="The next sequential value that is in step and range" helpid="3912" text=".nextValue" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="previousValue" tiptext="The previous value that is in step and range" helpid="3913" text=".previousValue" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="stepSize" tiptext="Specifies the unit of change" helpid="3914" text=".stepSize" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="value" tiptext="The value currently displayed in NumericStepper's text area" helpid="3915" 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="3958" text=".addEventListener(% %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.NumericStepper]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.NumericStepper]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="NumericStepper events" version="6">
                    <string name="change" tiptext="change event" helpid="3152" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3154" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3153" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3158" version="6">
                <folder name="Properties" id="Properties" tiptext="ProgressBar properties" version="6">
                    <string name="conversion" tiptext="The divisor for displayed values" helpid="3164" text=".conversion" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="direction" tiptext="The direction of fill of the ProgressBar" helpid="3161" text=".direction" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="indeterminate" tiptext="Specifies the determinate or indeterminate look of the bar" helpid="3421" text=".indeterminate" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="label" tiptext="The default label text displayed" helpid="3162" text=".label" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="labelPlacement" tiptext="The label placement with respect to the graphic" helpid="3163" text=".labelPlacement" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="maximum" tiptext="The largest progress value" helpid="3918" text=".maximum" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="minimum" tiptext="The smallest progress value" helpid="3920" text=".minimum" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="mode" tiptext="The mode of operation of the ProgressBar" helpid="3159" text=".mode" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="percentComplete" tiptext="The percentage of completion of the process" helpid="3921" text=".percentComplete" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="source" tiptext="The instance name of the source object for ProgressBar" helpid="3160" text=".source" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="value" tiptext="The current number between the minimum and maximum" helpid="3923" 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="3958" text=".addEventListener(% %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" 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="3922" text=".setProgress(% completed:Number, total:Number %)" object="[mx.controls.ProgressBar]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.ProgressBar]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="ProgressBar events" version="6">
                    <string name="complete" tiptext="complete event" helpid="3156" text='.addEventListener("complete", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="progress" tiptext="progress event" helpid="3157" text='.addEventListener("progress", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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.  Extends Button" helpid="3165" 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="3430" text=".data" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="groupName" tiptext="Gets or sets the group name of a RadioButton" helpid="3927" text=".groupName" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="icon" tiptext="Gets or sets the linkage identifier of the Button's icon" helpid="3404" text=".icon" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="label" tiptext="Gets or sets the RadioButton label" helpid="3424" text=".label" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="labelPlacement" tiptext="Gets or sets the label placement relative to the radio dot" helpid="3900" text=".labelPlacement" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="selected" tiptext="Gets or sets the RadioButton selected state" helpid="3928" text=".selected" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="tabIndex" tiptext="Specifies the tabIndex of the component" helpid="3957" text=".tabIndex" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="toggle" tiptext="Needs tooltip" helpid="3406" 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="3958" text=".addEventListener(% %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.RadioButton]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.RadioButton]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="RadioButton events" version="6">
                    <string name="click" tiptext="click event" helpid="3425" text='.addEventListener("click", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="RadioButtonGroup" id="[mx.controls.RadioButtonGroup]" index="true" tiptext="RadioButtonGroup used in conjunction with RadioButton" helpid="3166" version="6">
                <folder name="Properties" id="Properties" tiptext="RadioButtonGroup properties" version="6">
                    <string name="enabled" tiptext="Gets or sets the enabled state of the group" helpid="3167" text=".enabled" object="[mx.controls.RadioButtonGroup]" version="6"/>
                    <string name="groupName" tiptext="The group name for the RadioButton group" helpid="3431" text=".groupName" object="[mx.controls.RadioButtonGroup]" version="6"/>
                    <string name="labelPlacement" tiptext="Gets or sets the label placement of the group" helpid="3432" text=".labelPlacement" object="[mx.controls.RadioButtonGroup]" version="6"/>
                    <string name="selectedData" tiptext="The data or label associated with the selected RadioButton" helpid="3929" text=".selectedData" object="[mx.controls.RadioButtonGroup]" version="6"/>
                    <string name="selection" tiptext="The object reference of the currently selected RadioButton" helpid="3930" 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="3168" text='.addEventListener("click", % %);' 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="3171" version="6">
                <folder name="Properties" id="Properties" tiptext="TextArea properties" version="6">
                    <string name="_accProps" tiptext="" helpid="3185" text="._accProps" object="[mx.controls.TextArea]" version="6"/>
                    <string name="editable" tiptext="Specifies whether the component is editable or not" helpid="3176" text=".editable" object="[mx.controls.TextArea]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.controls.TextArea]" version="6"/>
                    <string name="hPosition" tiptext="The pixel offset into the content from the left edge" helpid="3180" text=".hPosition" object="[mx.controls.TextArea]" version="6"/>
                    <string name="hScrollPolicy" tiptext="Specifies if horizontal scrollbar is on, off or automatically adjusts" helpid="3427" text=".hScrollPolicy" object="[mx.controls.TextArea]" version="6"/>
                    <string name="html" tiptext="Specifies Whether the TextArea contains html" helpid="3178" text=".html" object="[mx.controls.TextArea]" version="6"/>
                    <string name="length" tiptext="The number of characters in the TextArea" helpid="3173" text=".length" object="[mx.controls.TextArea]" version="6"/>
                    <string name="maxChars" tiptext="The maximum number of characters that the TextArea can contain" helpid="3172" text=".maxChars" object="[mx.controls.TextArea]" version="6"/>
                    <string name="maxHPosition" tiptext="The maximum pixel offset into the content from the left edge" helpid="3183" text=".maxHPosition" object="[mx.controls.TextArea]" version="6"/>
                    <string name="maxVPosition" tiptext="The maximum pixel offset into the content from the top edge" helpid="3182" text=".maxVPosition" object="[mx.controls.TextArea]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.TextArea]" version="6"/>
                    <string name="password" tiptext="Specifies whether to display '*' instead of the actual characters" helpid="3177" text=".password" object="[mx.controls.TextArea]" version="6"/>
                    <string name="restrict" tiptext="The set of characters that may be entered into the TextArea" helpid="3174" text=".restrict" object="[mx.controls.TextArea]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.TextArea]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.TextArea]" version="6"/>
                    <string name="tabIndex" tiptext="tabIndex of the component" helpid="3184" text=".tabIndex" object="[mx.controls.TextArea]" version="6"/>
                    <string name="text" tiptext="Gets or sets the TextArea content" helpid="3179" text=".text" object="[mx.controls.TextArea]" version="6"/>
                    <string name="vPosition" tiptext="The pixel offset into the content from the top edge" helpid="3181" text=".vPosition" object="[mx.controls.TextArea]" version="6"/>
                    <string name="vScrollPolicy" tiptext="Specifies if vertical scrollbar is on, off or automatically adjusts" helpid="3428" text=".vScrollPolicy" object="[mx.controls.TextArea]" version="6"/>
                    <string name="wordWrap" tiptext="If true, lines will wrap. If false, long lines get clipped." helpid="3175" 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="3958" text=".addEventListener(% %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.TextArea]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.TextArea]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="TextArea events" version="6">
                    <string name="change" tiptext="change event" helpid="3170" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3188" version="6">
                <folder name="Properties" id="Properties" tiptext="TextInput properties" version="6">
                    <string name="_accProps" tiptext="" helpid="3199" text="._accProps" object="[mx.controls.TextInput]" version="6"/>
                    <string name="editable" tiptext="Specifies whether the component is editable or not" helpid="3196" text=".editable" object="[mx.controls.TextInput]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" 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="3194" text=".hPosition" object="[mx.controls.TextInput]" version="6"/>
                    <string name="length" tiptext="The number of characters in the TextInput" helpid="3192" text=".length" object="[mx.controls.TextInput]" version="6"/>
                    <string name="maxChars" tiptext="The maximum number of characters that the TextInput can contain" helpid="3191" text=".maxChars" object="[mx.controls.TextInput]" version="6"/>
                    <string name="maxHPosition" tiptext="The maximum allowed value of hPosition." helpid="3195" text=".maxHPosition" object="[mx.controls.TextInput]" version="6"/>
                    <string name="password" tiptext="Specifies whether to display '*' instead of the actual characters" helpid="3197" text=".password" object="[mx.controls.TextInput]" version="6"/>
                    <string name="restrict" tiptext="The set of characters that may be entered into the TextInput" helpid="3193" text=".restrict" object="[mx.controls.TextInput]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.TextInput]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.TextInput]" version="6"/>
                    <string name="tabIndex" tiptext="tabIndex of the component" helpid="3198" text=".tabIndex" object="[mx.controls.TextInput]" version="6"/>
                    <string name="text" tiptext="Gets or sets the TextInput content" helpid="3190" 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="3958" text=".addEventListener(% %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.TextInput]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.TextInput]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="TextInput events" version="6">
                    <string name="change" tiptext="change event" helpid="3186" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="enter" tiptext="enter event" helpid="3187" text='.addEventListener("enter", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="3200" 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="3256" text=".cellRenderer" object="[mx.controls.Tree]" version="6"/>
                    <string name="dataProvider" tiptext="The list of data to be used as a model" helpid="3237" text=".dataProvider" object="[mx.controls.Tree]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" 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="3206" text=".firstVisibleNode" object="[mx.controls.Tree]" version="6"/>
                    <string name="hPosition" tiptext="The offset into the content from the left edge." helpid="3273" 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="3271" 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="3259" 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="3260" 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="3257" 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="3258" text=".labelFunction" object="[mx.controls.Tree]" version="6"/>
                    <string name="length" tiptext="Gets the number of items in the list" helpid="3245" 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="3276" 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="3275" text=".maxVPosition" object="[mx.controls.Tree]" version="6"/>
                    <string name="multipleSelection" tiptext="If true, multiple selection is allowed" helpid="3253" text=".multipleSelection" object="[mx.controls.Tree]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.controls.Tree]" version="6"/>
                    <string name="rowCount" tiptext="Gets or sets the number of rows" helpid="3255" text=".rowCount" object="[mx.controls.Tree]" version="6"/>
                    <string name="rowHeight" tiptext="Gets or sets the height of the rows" helpid="3254" text=".rowHeight" object="[mx.controls.Tree]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.controls.Tree]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectable" tiptext="Determines whether or not the list is selectable" helpid="3252" text=".selectable" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectedIndex" tiptext="Gets or sets the selected index" helpid="3248" text=".selectedIndex" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectedIndices" tiptext="Gets or sets the selected indices" helpid="3249" text=".selectedIndices" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectedItem" tiptext="Gets the selected item" helpid="3251" text=".selectedItem" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectedItems" tiptext="Gets the selected items" helpid="3250" text=".selectedItems" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectedNode" tiptext="Specifies the selected node in the tree" helpid="3207" text=".selectedNode" object="[mx.controls.Tree]" version="6"/>
                    <string name="selectedNodes" tiptext="Specifies the selected nodes in the tree" helpid="3208" 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="3274" 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="3272" text=".vScrollPolicy" object="[mx.controls.Tree]" version="6"/>
                    <string name="value" tiptext="Gets the selected data (or label)" helpid="3247" 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="3958" text=".addEventListener(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="addItem" tiptext="Appends an item to the end of the list" helpid="3239" text=".addItem(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="addItemAt" tiptext="Adds an item at the specified index" helpid="3238" text=".addItemAt(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="addTreeNode" tiptext="Appends a child node at the end of the tree node" helpid="3414" text=".addTreeNode(% label, data %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="addTreeNodeAt" tiptext="Adds a child node at the specified index on the tree node" helpid="3204" text=".addTreeNodeAt(% index, label, data %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="createClassObject" tiptext="Creates a sub-object using its class name" helpid="3961" 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="3960" 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="3962" text=".destroyObject(% id:String %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" 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="3418" text=".getDisplayIndex(% node %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="getIsBranch" tiptext="Asks the tree if the specified node is a branch" helpid="3411" 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="3413" text=".getIsOpen(% node %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="getItemAt" tiptext="Gets the item at the specified index" helpid="3246" text=".getItemAt(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="getNodeDisplayedAt" tiptext="Returns the node specified on the tree's list of displayed nodes" helpid="3417" text=".getNodeDisplayedAt(% index %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" 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="3205" text=".getTreeNodeAt(% index %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="move" tiptext="Moves the object to the specified location" helpid="3970" text=".move(% x:Number, y:Number, noEvent:Boolean %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="refresh" tiptext="Refreshes the tree's list of displayed nodes" helpid="3203" text=".refresh(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="removeAll" tiptext="Removes all nodes from the tree" helpid="3416" text=".removeAll(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="removeItemAt" tiptext="Removes the item at the specified index" helpid="3240" text=".removeItemAt(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="removeTreeNodeAt" tiptext="Removes the child node at the specified index of the tree node" helpid="3415" text=".removeTreeNodeAt(% index %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="replaceItemAt" tiptext="Replaces the item at the specified index" helpid="3242" text=".replaceItemAt(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="setIcon" tiptext="Sets the icon(s) for the specified node" helpid="3201" text=".setIcon(% node, iconID, iconID2 %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="setIsBranch" tiptext="Sets the specified node to explicitly be a branch, even with no children" helpid="3412" 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="3202" text=".setIsOpen(% node, open, animate, fireEvent %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="setPropertiesAt" tiptext="Set properties of individual items" helpid="3261" text=".setPropertiesAt(% index:Number, obj:Object %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="setSize" tiptext="Resizes the object to the specified size" helpid="3976" 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="3978" text=".setStyle(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="sortItems" tiptext="Sorts the list by using a compare function" helpid="3244" text=".sortItems(% %)" object="[mx.controls.Tree]" version="6"/>
                    <string name="sortItemsBy" tiptext="Sorts the list by some field of each item" helpid="3243" text=".sortItemsBy(% %)" object="[mx.controls.Tree]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Tree events" version="6">
                    <string name="change" tiptext="change event" helpid="3234" text='.addEventListener("change", % %);' codehint="false" version="6"/>
                    <string name="draw" tiptext="draw event" helpid="3963" text='.addEventListener("draw", % %);' codehint="false" version="6"/>
                    <string name="focusIn" tiptext="focusIn event" helpid="3950" text='.addEventListener("focusIn", % %);' codehint="false" version="6"/>
                    <string name="focusOut" tiptext="focusOut event" helpid="3951" text='.addEventListener("focusOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOut" tiptext="itemRollOut event" helpid="3236" text='.addEventListener("itemRollOut", % %);' codehint="false" version="6"/>
                    <string name="itemRollOver" tiptext="itemRollOver event" helpid="3235" text='.addEventListener("itemRollOver", % %);' codehint="false" version="6"/>
                    <string name="keyDown" tiptext="keyDown event" helpid="3954" text='.addEventListener("keyDown", % %);' codehint="false" version="6"/>
                    <string name="keyUp" tiptext="keyUp event" helpid="3955" text='.addEventListener("keyUp", % %);' codehint="false" version="6"/>
                    <string name="load" tiptext="load event" helpid="3968" text='.addEventListener("load", % %);' codehint="false" version="6"/>
                    <string name="move" tiptext="move event" helpid="3969" text='.addEventListener("move", % %);' codehint="false" version="6"/>
                    <string name="nodeClose" tiptext="nodeClose event" helpid="3420" text='.addEventListener("nodeClose", % %);' codehint="false" version="6"/>
                    <string name="nodeOpen" tiptext="nodeOpen event" helpid="3419" text='.addEventListener("nodeOpen", % %);' codehint="false" version="6"/>
                    <string name="resize" tiptext="resize event" helpid="3972" text='.addEventListener("resize", % %);' codehint="false" version="6"/>
                    <string name="scroll" tiptext="scroll event" helpid="3269" text='.addEventListener("scroll", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="PopUpManager" id="[mx.managers.PopUpManager]" index="true" tiptext="" helpid="3315" version="6">
                <folder name="Methods" id="Methods" tiptext="PopUpManager methods" version="6">
                    <string name="createPopUp" tiptext="" helpid="3316" codehint="false" text="mx.managers.PopUpManager.createPopUp(% 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="3314" text='.addEventListener("mouseDownOutside", % %);' 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="0" version="6">
            <string name="Accordion" tiptext="Accordion type" helpid="3013" text="Accordion" version="6" />
            <string name="ScrollPane" tiptext="ScrollPane type" helpid="3018" text="ScrollPane" version="6" />
            <string name="Window" tiptext="Window type" helpid="3033" text="Window" version="6" />
            <string name="Alert" tiptext="Alert type" helpid="3350" text="Alert" version="6" />
            <string name="Button" tiptext="Button type" helpid="3043" text="Button" version="6" />
            <string name="CheckBox" tiptext="CheckBox type" helpid="3049" text="CheckBox" version="6" />
            <string name="ComboBox" tiptext="ComboBox type" helpid="3073" text="ComboBox" version="6" />
            <string name="DataGrid" tiptext="DataGrid type" helpid="3107" text="DataGrid" version="6" />
            <string name="DateChooser" tiptext="DateChooser type" helpid="3602" text="DateChooser" version="6" />
            <string name="DateField" tiptext="DateField type" helpid="3617" text="DateField" version="6" />
            <string name="Label" tiptext="Label type" helpid="3410" text="Label" version="6" />
            <string name="List" tiptext="List type" helpid="3127" text="List" version="6" />
            <string name="Loader" tiptext="Loader type" helpid="3130" text="Loader" version="6" />
            <string name="MediaController" tiptext="MediaController type" helpid="3490" text="MediaController" version="6" />
            <string name="MediaDisplay" tiptext="MediaDisplay type" helpid="3491" text="MediaDisplay" version="6" />
            <string name="MediaPlayback" tiptext="MediaPlayback type" helpid="3492" text="MediaPlayback" version="6" />
            <string name="Menu" tiptext="Menu type" helpid="3433" text="Menu" version="6" />
            <string name="MenuBar" tiptext="MenuBar type" helpid="3441" text="MenuBar" version="6" />
            <string name="NumericStepper" tiptext="NumericStepper type" helpid="3155" text="NumericStepper" version="6" />
            <string name="ProgressBar" tiptext="ProgressBar type" helpid="3158" text="ProgressBar" version="6" />
            <string name="RadioButton" tiptext="RadioButton type" helpid="3165" text="RadioButton" version="6" />
            <string name="RadioButtonGroup" tiptext="RadioButtonGroup type" helpid="3166" text="RadioButtonGroup" version="6" />
            <string name="TextArea" tiptext="TextArea type" helpid="3171" text="TextArea" version="6" />
            <string name="TextInput" tiptext="TextInput type" helpid="3188" text="TextInput" version="6" />
            <string name="Tree" tiptext="Tree type" helpid="3200" text="Tree" version="6" />
            <string name="PopUpManager" tiptext="PopUpManager type" helpid="3315" text="PopUpManager" version="6" />

        </folder>
    </actionspanel>
    <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="doLayout"/>
        <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="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.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="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="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="setHPosition"/>
        <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="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="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="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>
