<customactions>
    <actionspanel>
	<ifedition edition="pro">
	    <folder name="Screens" id="Screen Classes" index="true" tiptext="Flash Screen Classes" helpid="" version="6">
            <folder name="Form" id="[mx.screens.Form]" index="true" tiptext="Form class.  Extends Screen." helpid="1895" version="6">
                <folder name="Properties" id="Properties" tiptext="Form properties" version="6">
                    <string name="autoLoad" tiptext="If true, automatically loads the content" helpid="3131" text=".autoLoad" object="[mx.screens.Form]" version="6"/>
                    <string name="bytesLoaded" tiptext="Returns the number of bytes loaded of the Loader content" helpid="3132" text=".bytesLoaded" object="[mx.screens.Form]" version="6"/>
                    <string name="bytesTotal" tiptext="Returns the size of the Loader content in bytes" helpid="3133" text=".bytesTotal" object="[mx.screens.Form]" version="6"/>
                    <string name="content" tiptext="Returns the content of the Loader" helpid="3134" text=".content" object="[mx.screens.Form]" 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.screens.Form]" version="6"/>
                    <string name="currentFocusedForm" tiptext="Leaf-node form that contains the current focused field or component" helpid="1902" codehint="false" text="mx.screens.Form.currentFocusedForm" object="[mx.screens.Form]" version="6"/>
                    <string name="currentFocusedScreen" tiptext="Current leaf-most screen containing the global focus" helpid="1870" codehint="false" text="mx.screens.Form.currentFocusedScreen" object="[mx.screens.Form]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.screens.Form]" version="6"/>
                    <string name="indexInParent" tiptext="index of this screen in its parent (getChildScreen)" helpid="1864" text=".indexInParent" object="[mx.screens.Form]" version="6"/>
                    <string name="indexInParentForm" tiptext="index of this form in its parent (getChildForm)" helpid="1897" text=".indexInParentForm" object="[mx.screens.Form]" version="6"/>
                    <string name="numChildForms" tiptext="number of child forms of this form" helpid="1898" text=".numChildForms" object="[mx.screens.Form]" version="6"/>
                    <string name="numChildScreens" tiptext="number of child screens of this screen" helpid="1865" text=".numChildScreens" object="[mx.screens.Form]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.screens.Form]" version="6"/>
                    <string name="parentForm" tiptext="Form containing this form" helpid="1900" text=".parentForm" object="[mx.screens.Form]" version="6"/>
                    <string name="parentIsForm" tiptext="True if this forms's _parent is a form" helpid="1899" text=".parentIsForm" object="[mx.screens.Form]" version="6"/>
                    <string name="parentIsScreen" tiptext="True if this screen's _parent is a screen" helpid="1866" text=".parentIsScreen" object="[mx.screens.Form]" version="6"/>
                    <string name="parentScreen" tiptext="Screen containing this screen" helpid="1867" text=".parentScreen" object="[mx.screens.Form]" version="6"/>
                    <string name="percentLoaded" tiptext="Gets the percentage of the content loaded" helpid="3136" text=".percentLoaded" object="[mx.screens.Form]" version="6"/>
                    <string name="rootForm" tiptext="Root form of the form subtree that contains this form" helpid="1901" text=".rootForm" object="[mx.screens.Form]" version="6"/>
                    <string name="rootScreen" tiptext="Root of the screen subtree that contains this screen" helpid="1868" text=".rootScreen" object="[mx.screens.Form]" version="6"/>
                    <string name="scaleContent" tiptext="If true, scales the content to fit the Loader's size" helpid="3137" text=".scaleContent" object="[mx.screens.Form]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.screens.Form]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.screens.Form]" version="6"/>
                    <string name="visible" tiptext="controls whether the form is visible" helpid="1896" text=".visible" object="[mx.screens.Form]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="Form methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.screens.Form]" 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.screens.Form]" 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.screens.Form]" version="6"/>
                    <string name="destroyObject" tiptext="Destroys the specified object" helpid="3962" text=".destroyObject(% id:String %)" object="[mx.screens.Form]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.screens.Form]" version="6"/>
                    <string name="getChildForm" tiptext="Get the nth child of this form" helpid="1903" text=".getChildForm(% childIndex:Number %)" object="[mx.screens.Form]" version="6"/>
                    <string name="getChildScreen" tiptext="Get the nth child of a screen" helpid="1871" text=".getChildScreen(% childIndex:Number %)" object="[mx.screens.Form]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.screens.Form]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.screens.Form]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.screens.Form]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.screens.Form]" version="6"/>
                    <string name="load" tiptext="Tells the Loader to start loading its content" helpid="3138" text=".load(% url:String %)" object="[mx.screens.Form]" 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.screens.Form]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.screens.Form]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.screens.Form]" 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.screens.Form]" version="6"/>
                    <string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="3978" text=".setStyle(% %)" object="[mx.screens.Form]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Form events" version="6">
                    <string name="allTransitionsInDone" tiptext="allTransitionsInDone event" helpid="1850" text='.addEventListener("allTransitionsInDone", % %);' codehint="false" version="6"/>
                    <string name="allTransitionsOutDone" tiptext="allTransitionsOutDone event" helpid="1851" text='.addEventListener("allTransitionsOutDone", % %);' codehint="false" 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="hide" tiptext="hide event" helpid="1852" text='.addEventListener("hide", % %);' 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="mouseDown" tiptext="mouseDown event" helpid="1854" text='.addEventListener("mouseDown", % %);' codehint="false" version="6"/>
                    <string name="mouseDownSomewhere" tiptext="mouseDownSomewhere event" helpid="1855" text='.addEventListener("mouseDownSomewhere", % %);' codehint="false" version="6"/>
                    <string name="mouseMove" tiptext="mouseMove event" helpid="1856" text='.addEventListener("mouseMove", % %);' codehint="false" version="6"/>
                    <string name="mouseOut" tiptext="mouseOut event" helpid="1904" text='.addEventListener("mouseOut", % %);' codehint="false" version="6"/>
                    <string name="mouseOver" tiptext="mouseOver event" helpid="1858" text='.addEventListener("mouseOver", % %);' codehint="false" version="6"/>
                    <string name="mouseUp" tiptext="mouseUp event" helpid="1859" text='.addEventListener("mouseUp", % %);' codehint="false" version="6"/>
                    <string name="mouseUpSomewhere" tiptext="mouseUpSomewhere event" helpid="1860" text='.addEventListener("mouseUpSomewhere", % %);' 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="reveal" tiptext="reveal event" helpid="1861" text='.addEventListener("reveal", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' codehint="false" version="6"/>
                </folder>
            </folder>
            <folder name="Slide" id="[mx.screens.Slide]" index="true" tiptext="Slide class.  Extends Screen." helpid="1872" version="6">
                <folder name="Properties" id="Properties" tiptext="Slide properties" version="6">
                    <string name="autoKeyNav" tiptext="Use default keydown handling of arrow keys to navigate slides" helpid="1873" text=".autoKeyNav" object="[mx.screens.Slide]" version="6"/>
                    <string name="autoLoad" tiptext="If true, automatically loads the content" helpid="3131" text=".autoLoad" object="[mx.screens.Slide]" version="6"/>
                    <string name="bytesLoaded" tiptext="Returns the number of bytes loaded of the Loader content" helpid="3132" text=".bytesLoaded" object="[mx.screens.Slide]" version="6"/>
                    <string name="bytesTotal" tiptext="Returns the size of the Loader content in bytes" helpid="3133" text=".bytesTotal" object="[mx.screens.Slide]" version="6"/>
                    <string name="content" tiptext="Returns the content of the Loader" helpid="3134" text=".content" object="[mx.screens.Slide]" 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.screens.Slide]" version="6"/>
                    <string name="currentChildSlide" tiptext="Immediate child slide that contains the current (leaf-node) slide" helpid="1876" text=".currentChildSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="currentFocusedScreen" tiptext="Current leaf-most screen containing the global focus" helpid="1870" codehint="false" text="mx.screens.Slide.currentFocusedScreen" object="[mx.screens.Slide]" version="6"/>
                    <string name="currentFocusedSlide" tiptext="Leaf-node slide that contains the current focused field or component" helpid="1878" codehint="false" text="mx.screens.Slide.currentFocusedSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="currentSlide" tiptext="Leaf-node slide that is currently active" helpid="1877" text=".currentSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="defaultKeyDownHandler" tiptext="keydown handler to call to process keys for this slide" helpid="1879" text=".defaultKeyDownHandler" object="[mx.screens.Slide]" version="6"/>
                    <string name="enabled" tiptext="Specifies whether component accepts user-interaction" helpid="3952" text=".enabled" object="[mx.screens.Slide]" version="6"/>
                    <string name="firstSlide" tiptext="First leaf slide in this slide's subtree" helpid="1880" text=".firstSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="indexInParent" tiptext="index of this screen in its parent (getChildScreen)" helpid="1864" text=".indexInParent" object="[mx.screens.Slide]" version="6"/>
                    <string name="indexInParentSlide" tiptext="index of this slide in its parent (getChildSlide)" helpid="1882" text=".indexInParentSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="lastSlide" tiptext="Last leaf slide in this slide's subtree" helpid="1881" text=".lastSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="nextSlide" tiptext="next slide after this slide in the slide outline" helpid="1883" text=".nextSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="numChildScreens" tiptext="number of child screens of this screen" helpid="1865" text=".numChildScreens" object="[mx.screens.Slide]" version="6"/>
                    <string name="numChildSlides" tiptext="number of child slides of this slide" helpid="1884" text=".numChildSlides" object="[mx.screens.Slide]" version="6"/>
                    <string name="numChildren" tiptext="Returns the number of children" helpid="3400" text=".numChildren" object="[mx.screens.Slide]" version="6"/>
                    <string name="overlayChildren" tiptext="Display child slides as bullet-style overlays" helpid="1874" text=".overlayChildren" object="[mx.screens.Slide]" version="6"/>
                    <string name="parentIsScreen" tiptext="True if this screen's _parent is a screen" helpid="1866" text=".parentIsScreen" object="[mx.screens.Slide]" version="6"/>
                    <string name="parentIsSlide" tiptext="True if this slide's _parent is a slide" helpid="1885" text=".parentIsSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="parentScreen" tiptext="Screen containing this screen" helpid="1867" text=".parentScreen" object="[mx.screens.Slide]" version="6"/>
                    <string name="parentSlide" tiptext="Slide containing this slide" helpid="1886" text=".parentSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="percentLoaded" tiptext="Gets the percentage of the content loaded" helpid="3136" text=".percentLoaded" object="[mx.screens.Slide]" version="6"/>
                    <string name="playHidden" tiptext="Continue to play the slide's timeline when the slide is not visible" helpid="1875" text=".playHidden" object="[mx.screens.Slide]" version="6"/>
                    <string name="previousSlide" tiptext="previous slide before this slide in the slide outline" helpid="1887" text=".previousSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="rootScreen" tiptext="Root of the screen subtree that contains this screen" helpid="1868" text=".rootScreen" object="[mx.screens.Slide]" version="6"/>
                    <string name="rootSlide" tiptext="Root slide of the slide subtree that contains this screen" helpid="1888" text=".rootSlide" object="[mx.screens.Slide]" version="6"/>
                    <string name="scaleContent" tiptext="If true, scales the content to fit the Loader's size" helpid="3137" text=".scaleContent" object="[mx.screens.Slide]" version="6"/>
                    <string name="scaleX" tiptext="Specifies the horizontal scale factor" helpid="3974" text=".scaleX" object="[mx.screens.Slide]" version="6"/>
                    <string name="scaleY" tiptext="Specifies the vertical scale factor" helpid="3975" text=".scaleY" object="[mx.screens.Slide]" version="6"/>
                </folder>
                <folder name="Methods" id="Methods" tiptext="Slide methods" version="6">
                    <string name="addEventListener" tiptext="Adds a listener for an event" helpid="3958" text=".addEventListener(% %)" object="[mx.screens.Slide]" 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.screens.Slide]" 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.screens.Slide]" version="6"/>
                    <string name="destroyObject" tiptext="Destroys the specified object" helpid="3962" text=".destroyObject(% id:String %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="getChildAt" tiptext="Returns the child at the specified position" helpid="3403" text=".getChildAt(% childIndex:Number %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="getChildScreen" tiptext="Get the nth child of a screen" helpid="1871" text=".getChildScreen(% childIndex:Number %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="getChildSlide" tiptext="Get the nth child of this slide" helpid="1889" text=".getChildSlide(% childIndex:Number %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="getFocus" tiptext="Returns the component that currently has focus" helpid="3953" text=".getFocus(% %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="getStyle" tiptext="Gets the style value associated with the style property" helpid="3965" text=".getStyle(% styleProp:String %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="gotoFirstSlide" tiptext="Navigate to the first leaf slide below this slide" helpid="1890" text=".gotoFirstSlide(% %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="gotoLastSlide" tiptext="Navigate to the last leaf slide below this slide" helpid="1891" text=".gotoLastSlide(% %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="gotoNextSlide" tiptext="Navigate to the next leaf slide after this slide" helpid="1892" text=".gotoNextSlide(% %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="gotoPreviousSlide" tiptext="Navigate to the previous leaf slide before this slide" helpid="1893" text=".gotoPreviousSlide(% %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="gotoSlide" tiptext="Navigate to a different slide" helpid="1894" text=".gotoSlide(% newSlide:Slide %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="handleEvent" tiptext="Handles all events" helpid="3032" text=".handleEvent(% %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="invalidate" tiptext="Marks an object to be redrawn on the next frame interval" helpid="3966" text=".invalidate(% Void %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="load" tiptext="Tells the Loader to start loading its content" helpid="3138" text=".load(% url:String %)" object="[mx.screens.Slide]" 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.screens.Slide]" version="6"/>
                    <string name="redraw" tiptext="Redraws an object immediately" helpid="3971" text=".redraw(% bAlways:Boolean %)" object="[mx.screens.Slide]" version="6"/>
                    <string name="setFocus" tiptext="Sets focus to this component" helpid="3956" text=".setFocus(% %)" object="[mx.screens.Slide]" 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.screens.Slide]" version="6"/>
                    <string name="setStyle" tiptext="Sets a style value for the specified style property" helpid="3978" text=".setStyle(% %)" object="[mx.screens.Slide]" version="6"/>
                </folder>
                <folder name="Events" id="Events" tiptext="Slide events" version="6">
                    <string name="allTransitionsInDone" tiptext="allTransitionsInDone event" helpid="1850" text='.addEventListener("allTransitionsInDone", % %);' codehint="false" version="6"/>
                    <string name="allTransitionsOutDone" tiptext="allTransitionsOutDone event" helpid="1851" text='.addEventListener("allTransitionsOutDone", % %);' codehint="false" 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="hide" tiptext="hide event" helpid="1852" text='.addEventListener("hide", % %);' codehint="false" version="6"/>
                    <string name="hideChild" tiptext="hideChild event" helpid="1853" text='.addEventListener("hideChild", % %);' 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="mouseDown" tiptext="mouseDown event" helpid="1854" text='.addEventListener("mouseDown", % %);' codehint="false" version="6"/>
                    <string name="mouseDownSomewhere" tiptext="mouseDownSomewhere event" helpid="1855" text='.addEventListener("mouseDownSomewhere", % %);' codehint="false" version="6"/>
                    <string name="mouseMove" tiptext="mouseMove event" helpid="1856" text='.addEventListener("mouseMove", % %);' codehint="false" version="6"/>
                    <string name="mouseOut" tiptext="mouseOut event" helpid="1904" text='.addEventListener("mouseOut", % %);' codehint="false" version="6"/>
                    <string name="mouseOver" tiptext="mouseOver event" helpid="1858" text='.addEventListener("mouseOver", % %);' codehint="false" version="6"/>
                    <string name="mouseUp" tiptext="mouseUp event" helpid="1859" text='.addEventListener("mouseUp", % %);' codehint="false" version="6"/>
                    <string name="mouseUpSomewhere" tiptext="mouseUpSomewhere event" helpid="1860" text='.addEventListener("mouseUpSomewhere", % %);' 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="reveal" tiptext="reveal event" helpid="1861" text='.addEventListener("reveal", % %);' codehint="false" version="6"/>
                    <string name="revealChild" tiptext="revealChild event" helpid="1862" text='.addEventListener("revealChild", % %);' codehint="false" version="6"/>
                    <string name="unload" tiptext="unload event" helpid="3980" text='.addEventListener("unload", % %);' 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="Form" tiptext="Form type" helpid="1895" text="Form" version="6" />
            <string name="Slide" tiptext="Slide type" helpid="1872" text="Slide" version="6" />

            </folder>
        </ifedition>
    </actionspanel>
    <colorsyntax>
	<ifedition edition="pro">
        <identifier text="Form"/>
        <identifier text="Slide"/>
        <identifier text="addEventListener"/>
        <identifier text="allTransitionsInDone"/>
        <identifier text="allTransitionsOutDone"/>
        <identifier text="autoKeyNav"/>
        <identifier text="autoLoad"/>
        <identifier text="bytesLoaded"/>
        <identifier text="bytesTotal"/>
        <identifier text="complete"/>
        <identifier text="content"/>
        <identifier text="contentPath"/>
        <identifier text="createClassObject"/>
        <identifier text="createObject"/>
        <identifier text="currentChildSlide"/>
        <identifier text="currentFocusedForm"/>
        <identifier text="currentFocusedScreen"/>
        <identifier text="currentFocusedSlide"/>
        <identifier text="currentSlide"/>
        <identifier text="defaultKeyDownHandler"/>
        <identifier text="destroyObject"/>
        <identifier text="draw"/>
        <identifier text="enabled"/>
        <identifier text="firstSlide"/>
        <identifier text="focusIn"/>
        <identifier text="focusOut"/>
        <identifier text="getChildAt"/>
        <identifier text="getChildForm"/>
        <identifier text="getChildScreen"/>
        <identifier text="getChildSlide"/>
        <identifier text="getFocus"/>
        <identifier text="getStyle"/>
        <identifier text="gotoFirstSlide"/>
        <identifier text="gotoLastSlide"/>
        <identifier text="gotoNextSlide"/>
        <identifier text="gotoPreviousSlide"/>
        <identifier text="gotoSlide"/>
        <identifier text="handleEvent"/>
        <identifier text="hide"/>
        <identifier text="hideChild"/>
        <identifier text="indexInParent"/>
        <identifier text="indexInParentForm"/>
        <identifier text="indexInParentSlide"/>
        <identifier text="invalidate"/>
        <identifier text="keyDown"/>
        <identifier text="keyUp"/>
        <identifier text="lastSlide"/>
        <identifier text="load"/>
        <identifier text="mouseDown"/>
        <identifier text="mouseDownSomewhere"/>
        <identifier text="mouseMove"/>
        <identifier text="mouseOut"/>
        <identifier text="mouseOver"/>
        <identifier text="mouseUp"/>
        <identifier text="mouseUpSomewhere"/>
        <identifier text="move"/>
        <identifier text="mx.screens.Form"/>
        <identifier text="mx.screens.Slide"/>
        <identifier text="nextSlide"/>
        <identifier text="numChildForms"/>
        <identifier text="numChildScreens"/>
        <identifier text="numChildSlides"/>
        <identifier text="numChildren"/>
        <identifier text="overlayChildren"/>
        <identifier text="parentForm"/>
        <identifier text="parentIsForm"/>
        <identifier text="parentIsScreen"/>
        <identifier text="parentIsSlide"/>
        <identifier text="parentScreen"/>
        <identifier text="parentSlide"/>
        <identifier text="percentLoaded"/>
        <identifier text="playHidden"/>
        <identifier text="previousSlide"/>
        <identifier text="progress"/>
        <identifier text="redraw"/>
        <identifier text="resize"/>
        <identifier text="reveal"/>
        <identifier text="revealChild"/>
        <identifier text="rootForm"/>
        <identifier text="rootScreen"/>
        <identifier text="rootSlide"/>
        <identifier text="scaleContent"/>
        <identifier text="scaleX"/>
        <identifier text="scaleY"/>
        <identifier text="setFocus"/>
        <identifier text="setSize"/>
        <identifier text="setStyle"/>
        <identifier text="unload"/>
        <identifier text="visible"/>

	</ifedition>
    </colorsyntax>
</customactions>
