Action Script 3 Percentage Preloader

Here is my code:
import flash.display.*;
this.stop();
var ld:Loader = new Loader();
ld.contentLoaderInfo.addEventListener(Event.COMPLETE, addSWF);
ld.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, preloaderHandler);
ld.load(new URLRequest("pictures.swf"));
function preloaderHandler(event:ProgressEvent):void{     
     var pcent:Number=event.bytesLoaded/event.bytesTotal*100;      
     preloadBar.scaleX=pcent/100;     
     preloadTxt.text=int(pcent)+"%";
function addSWF(event:Event):void {     
     addChild(ld);
What I want to do is have it only preload 10% of the file, then to start to play while it loads the rest of the file in the background. As of right now it loads 100% of the file. I know that it does this on the 5th line:
ld.contentLoaderInfo.addEventListener(Event.COMPLETE, addSWF);
But, I can't figure out how to put (Event.10%, addSWF);
Any help would be appreciated.

Unfortunately that didn't work either. I changed the code to include a '}'
import flash.display.*;
this.stop();
var ld:Loader = new Loader();
ld.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, preloaderHandler);
ld.load(new URLRequest("pictures.swf"));
function preloaderHandler(event:ProgressEvent):void{    
    var pcent:Number=event.bytesLoaded/event.bytesTotal*100;     
    preloadBar.scaleX=pcent/100;    
    preloadTxt.text=int(pcent)+"%";
if (pcent == 10){
     addChild(ld);
The code seems sound, but "addChild(ld);" is never called.

Similar Messages

  • Moving a Layer based on percentages via action scripting.

    Hi,
    I am trying to create an action script that will move a layer 90% to the left or right. Can this be done thru actions or is it something that can only be done via JS Scripting. The reason I need percentages is not all images are the same dimensions.
    TIA

    You should be able to do it with either.
    With an action set you ruler to percent, select all on the layer you want to move and with the move tool move the image. The amount of the move will be recorded in percent.
    With a script use activeDocument.activeLayer.translate( new UnitValue(.9,'%'),undefined) to move to the right or activeDocument.activeLayer.translate( new UnitValue(-.9,'%'),undefined)to move to the left

  • Problem with action script calculations

    I have a simple action script 3 code that will not calculate the correct answer on my PC.  I'm running flash cs5 on Window 7 OS.  I can move the file to another machine running  flash cs4 and it works, but when I run it on my laptop, I get funky answers.  see cold below.  I have uninstalled and reinstalled cs5 , run the cleanscript for cs5 and cs4 to make sure everything was removed.  I have uninstalled and reinstalled flash player.  but nothing seems to work.  Any help will be appreciated.  It acts like Action Script 3 is corrupt or something else that related to Action Script 3.  Everything else seems to work.  I also have a preloader running with the same issue.  It is should be showing the percentage completed but it go 2 5 50 4 32 or something funky like that.  Please help.
    the code I'm using.
    function calculateTotal(evtObject:MouseEvent):void {
       var price:Number;
       var totalCost:Number;
       var numberOfJerseys:Number;
       if (jerseyType.text == "2") {
        price = 12;
          if (jerseyType.text == "1") {
        price = 10;
       if (playerNames.text == "Y" || playerNames.text == "y") {
        price += 1.50;
       numberOfJerseys = int(numberOfPlayers.text) +int(numberOfCoaches.text);
       totalCost = numberOfJerseys*price;
       total.text = String(totalCost);
    calc_btn.addEventListener(MouseEvent.CLICK, calculateTotal);     
    the preloader percentage is
    var percent:int = amtLoaded*100
    percent_txt.text = String(percent);

    HELLO,
                  just check       navigateToURL()

  • Help with adding action script to an order form

    Hi - Firs time I'm on this board. Searched and didn't see
    anything that fit. Adobe/Macromedia Support told me my form needs
    an action script insert for me to gain access to a previous page.
    I'm revamping an online order form. It's about 2 1/2 pages in
    length. I find that I can't go back to the first page -- I'm locked
    in the second one. On split screen the HTML coding shows there is
    more than one page. Also, when I look at it in a browser the whole
    page is there.
    Does anyone know how and where I can put in action script.
    I'm not an HTML maven so this isn't my thing. Thanks for whatever
    advice you can give.
    Best - ETide

    Visit gotoandlearn.com and find a tutorial there for creating
    a preloader.

  • Not able to convert my application file from mxml to Action Script

    Hi,
        In my mobile project I want to convert my application file from mxml to ActionScript.When I do this I get error and when I digged into the code I found that the error comes in preloader class initialize method as preloader property in System Manager class is null(line 2026 in SystemManager class).it actually represents the splashScreen class.When I tried to set the splash Screen the document says we cannot set this property from action script.
       I know we have an option of action script mobile project but it doesnt recognise TabbedViewNavigatorApplication.
    So how can I overcome the problem.

    I get the following error:
    TypeError: Error #1007: Instantiation attempted on a non-constructor.
    at mx.preloaders::Preloader/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\p reloaders\Preloader.as:261]
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()[E:\dev\4.5.1\frameworks\projects\ framework\src\mx\managers\SystemManager.as:2103]
    at mx.managers::SystemManager/initHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\m x\managers\SystemManager.as:2588]

  • Where do I put my Action Script?

    So, I created a small Flash site with no loading of external
    swfs. I am strictly using the timeline using labels. I have a layer
    for my main buttons (home, portfolio and timeline). I have selected
    AS3 for the file and I have those buttons working fine.
    I have a button for my portfolio where thumbnails will pop up
    after being pressed. I want to link those thumbnails to the URL's
    of the actual websites. Where do I put the action script?
    I also want to have my email at the bottom of the screen so
    you can click on it to email me. I am used to using AS2 whwere you
    simply put the code on the button.
    Thanks,
    Gabe

    Hey, so thank you for the fast reponse. I totally agree with
    you on learning AS3, I don't want to go back to AS2.
    I already have the code you supplied so I understand what it
    is doing but my question is where do I put it in this case? I
    always create an action layer as you mention. In my action layer, I
    have frame 1 with my preloader code and then frame 2 with my code
    for my main buttons. They call to the labels. So, when I press
    portfolio for example, it goes to that label.......a shape tween
    starts and my portfolio thumbs appear. I then want those thumbs to
    link to the URL of those sites.
    So, where do I stick your code?
    Thanks again for all your help. I am NEW to AS3 and this is
    great learning.
    Thanks,
    Gabe

  • [svn:fx-trunk] 5101: Update action script files with asdoc version tags.

    Revision: 5101
    Author: [email protected]
    Date: 2009-02-26 21:22:45 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateChooserAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/UIComponentAccProps.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/Automation.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/IAutomationObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindabilityInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Binding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindingManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/FunctionReturnWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/IBindingClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/PropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeatableBinding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeaterComponentWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/StaticPropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Watcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/XMLWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/BindingUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/CursorBookmark.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ICollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IViewCursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemWrapper.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/Sort.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/SortField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CollectionViewErro r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CursorError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/ItemPendingError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/SortError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/BoxDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItemDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Grid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridRow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TileDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/Accordion Header.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/dividedBoxClasses/BoxDivid er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/errors/ConstraintError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridColumnInfo .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridRowInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Application Layout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/BoxLayout.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintC olumn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Flex.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/FlexChildIn fo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/IConstraint Layout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Layout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/PostScaleAd apter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonLabelPlacement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/FormItemLabel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HRule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/IFlexContextMenu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpMenuButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarLabelPlacement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarMode.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Spacer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/AlertForm.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/buttonBarClasses/ButtonBarBu tton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/WebSafePa lette.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridDrag Proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead erBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridList Data.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridLock edRowContentHolder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/BaseListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/IDropInListItemR enderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/IListItemRendere r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentH older.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseFindPend ing.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSeekPend ing.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nDataPending.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nPending.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemDragProx y.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListRowInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBaseDirectio n.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileListItemRend erer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuBarItemRend erer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuItemRendere r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuBarItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBa r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBarDirec tion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDataTip. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDirectio n.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderLabel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/tabBarClasses/Tab.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/TextRange.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/DefaultDataDescr iptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalColl ectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalView Cursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/CuePointManager .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/INCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/NCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoPlayer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/BitmapAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ButtonAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ByteArrayAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerCreationPolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerLayout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerRawChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContextualClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/CrossDomainRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromClass.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromFunction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DragSource.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EdgeMetrics.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFont.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EventPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexApplicationBootstrap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexBitmap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexMovieClip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexShape.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSimpleButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSprite.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexTextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexVersion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FontAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IConstraintClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDataRenderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstantiationUIComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectContainerInterface .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IEmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexDisplayObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFontContextComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IIMESupport.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInteractiveObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInvalidating.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IMXMLObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IPropertyChangeNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRawChildrenContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRectangularBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeaterClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeProvider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISpriteInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElementContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutElementUIComponentUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MXMLObjectAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipLoaderAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLListLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ResourceModuleRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollPolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SoundAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SpriteAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/TextFieldAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentCachePolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentGlobals.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextFormat.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/mx_internal.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AnimateProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Blur.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Dissolve.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectTargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Fade.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Glow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IAbstractEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectTargetHost.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Iris.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/MaskEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Move.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Pause.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Resize.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Rotate.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Sequence.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SoundEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Tween.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/TweenEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeDown.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeLeft.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeRight.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeUp.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Zoom.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Back.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Bounce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Circular.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Cubic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Elastic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Exponential.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Linear.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quadratic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quartic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quintic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Sine.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ActionEffectIns tance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddChildActionI nstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddItemActionIn stance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddRemoveEffect TargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AnimateProperty Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/BlurInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/CompositeEffect Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/DissolveInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/GlowInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/HideShowEffectT argetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/IrisInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PauseInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PropertyChanges .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveChildActi onInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveItemActio nInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RotateInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetStyleActionI nstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/TweenEffectInst ance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/UnconstrainItem ActionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeDownInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeLeftInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeRightInstan ce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeUpInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ZoomInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/BrowserChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CalendarLayoutChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ChildExistenceChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CloseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEventKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ColorPickerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CuePointEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEventReason.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEventDetail.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DividerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DragEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DropdownEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DynamicEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EffectEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EventListenerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexMouseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FocusRequestDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterDragManagerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterManagerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InvalidateRequestData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ItemClickEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEventReason.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MenuEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MetadataEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ModuleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MoveEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/NumericStepperEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEventKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/RSLEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResizeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResourceEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDetail.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEventClickTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/StateChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/StyleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ToolTipEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TreeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TweenEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ValidationResultEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/CurrencyFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/Formatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBaseRoundType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/PhoneFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/StringFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/SwitchSymbolFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/ZipCodeFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientEntry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/ImageSnapshot.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RoundedRectangle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/Stroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/IImageEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/JPEGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/PNGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/AbstractTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILoggingTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/Log.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEventLevel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogLogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidCategoryError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidFilterError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/LineFormattedTarget.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/MiniDebugTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/TraceTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IBrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComplexComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IHistoryManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ISystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IToolTipManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/InitLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/LayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/MainLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManagerProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemRawChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/layoutClasses/PriorityQueue. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/RemotePopUp.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/StageEventProx y.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/IModuleInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/Module.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/DownloadProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/IPreloaderDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJob.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJobScaleType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/PrintDataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/Locale.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/rpc/IResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/Border.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/ProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/RectangularBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/AccordionHeaderSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ActivatorSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ApplicationBackground.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BrokenImageBorderSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BusyCursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonBarButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/CheckBoxIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ColorPickerSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ComboBoxArrowSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnDropIndicato r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnResizeSkin.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderBackgroundSk in.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderSeparator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserIndicator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserMonthArrowSkin. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserYearArrowSkin.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DefaultDragImage.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloColors.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloFocusRect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkSeparator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ListDropIndicator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/MenuBarBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperDownSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperUpSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressBarSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressIndeterminateSkin. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressMaskSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/RadioButtonIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollArrowSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TabSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/IOverride.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetEventHandler.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/State.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/Transition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSCondition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSConditionKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelectorKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/ISimpleStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AlignStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AnchorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BarColorStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FillStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FocusStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/GapStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/IconColorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/LeadingStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/ModalTransparencyStyl es.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/PaddingStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SelectedFillColorsSty le.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ArrayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Decoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/BitFlagUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ColorUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DescribeTypeCache.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DisplayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/EventUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/GraphicsUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/HSBColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/IXMLNotifiable.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/NameUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OrderedObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SHA256.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SecurityUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/StringUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/UIDUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/object_proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidatorCardTyp e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidatorAlignSymb ol.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/DateValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/EmailValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/IValidatorListener.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/NumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/PhoneNumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/SocialSecurityValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/StringValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/Validator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidatorDomainType .as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Exporting action script in 2nd frame

    I have a preloader in frame one so I export frame for classes
    in frame two in the publishing settings. I have a scrolling
    component in the .fla and when I set up the linkage for the
    scrollable movie clip, it exports into the 1st frame. How do I tell
    Flash to export action script for component in 2nd frame? Because
    of the conflict with the publishing settings set at frame 2, the
    scroll bar won't work unless I publish export action script into
    frame one.
    Please help,
    Darryl

    Thank you for replying. I was instructed that it is better to
    have the action script load in the second frame if my preloader is
    in the first frame in order for the page to cache faster on the
    users PC. So in the Publish Settings, in the Flash Tab under
    Settings, I was informed to "export frame for classes in "2".
    The action script for the compenent in the Library only gives
    me the choice of it exporting in frame 1. And because they do not
    correspond, the scroll bar will not appear unless I change the
    Publish settings to export in frame 1 and I will get this error
    message Error opening URL
    "file:///D|/Flash%20Studio%208/nams/scroll".
    My goal was to increase the download speed of the Flash page.
    Is there a way to get the compenent Action script to export in
    Frame 2? The only option box through the Library Linkage is Frame
    1.
    Thank you again for responding,
    Darryl

  • XML Action Script Help

    Im taking over a job and I was given the original flash file
    that doesnt seem to be working properly.
    It a thumbnail menu that loads through xml...the images work
    fine but the Links & Titles do not load.
    Nor does the rollover effect. Here what I have.
    Action Script:
    Stage.align = "TL";
    Stage.scaleMode = "noscale";
    preloader._visible = true;
    thumbs_line._visible = false;
    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    my_xml = new XML();
    my_xml.ignoreWhite = true;
    if (_parent.xml_file == undefined) {
    my_xml.load((String(_url.slice(0, (_url.length-3))))+"xml");
    } else {
    my_xml.load(_parent.xml_file);
    my_xml.onLoad = function(ok) {
    if (ok) {
    process_xml();
    } else {
    trace("XML not loaded");
    function process_xml() {
    total_images = my_xml.childNodes[1].childNodes.length-1;
    gallery_width =
    Number(my_xml.childNodes[0].childNodes[0].attributes.gallery_width);
    gallery_height =
    Number(my_xml.childNodes[0].childNodes[0].attributes.gallery_height);
    max_thumb_height =
    Number(my_xml.childNodes[0].childNodes[0].attributes.max_thumb_height);
    thumbs_space =
    Number(my_xml.childNodes[0].childNodes[1].attributes.thumbs_space);
    thumb_border =
    Number(my_xml.childNodes[0].childNodes[1].attributes.thumb_border);
    image_border =
    Number(my_xml.childNodes[0].childNodes[1].attributes.image_border);
    fade_in_seconds =
    Number(my_xml.childNodes[0].childNodes[2].attributes.fade_in_seconds);
    fade_out_seconds =
    Number(my_xml.childNodes[0].childNodes[2].attributes.fade_out_seconds);
    thumb_fade_seconds =
    Number(my_xml.childNodes[0].childNodes[2].attributes.thumb_fade_seconds);
    fade_in_seconds += 0.01;
    fade_out_seconds += 0.01;
    thumb_fade_seconds += 0.01;
    thumbs_line._y =
    gallery_height-max_thumb_height-(4*thumbs_space);
    thumbs_line.thumbs_bg._width = gallery_width;
    thumbs_line.thumbs_mask._width = gallery_width;
    thumbs_line.thumbs_bg._height =
    max_thumb_height+thumbs_space*2+thumb_border*2;
    thumbs_line.thumbs_mask._height =
    max_thumb_height+thumbs_space*2+thumb_border*2;
    thumbs_line._visible = true;
    load_thumb(0);
    preloader._x = int((gallery_width-preloader._width)/2);
    preloader._y = int(thumbs_line._y/2-preloader._height/2);
    max_image_height =
    gallery_height-max_thumb_height-thumbs_space*6;
    load_image(0);
    this["link"+t] =
    my_xml.childNodes[1].childNodes[t].attributes.link;
    function load_thumb(t) {
    thumbs_line.thumbs.createEmptyMovieClip('thumb'+t,
    thumbs_line.thumbs.getNextHighestDepth());
    thumbs_line.thumbs['thumb'+t]._y =
    thumbs_space+thumb_border;
    thumbs_line.thumbs['thumb'+t]._x =
    thumbs_space+thumb_border;
    if (t>0) {
    thumbs_line.thumbs['thumb'+t]._x =
    thumbs_line.thumbs['thumb'+(t-1)]._x+thumbs_line.thumbs['thumb'+(t-1)]._width+thumbs_spac e;
    thumbs_line.thumbs['thumb'+t].image_number = t;
    thumbs_line.thumbs['thumb'+t].onRollOver =
    thumbs_line.thumbs['thumb'+t].attachMovie("thumbov_mc",
    "thumbov_mc", 10);
    thumbs_line.thumbs['thumb'+t].onRelease = function() {
    tellTarget (thumbs_line.thumbs['thumb'+t]) {
    var loadListener:Object = new Object();
    loadListener.onLoadInit = function(target_mc:MovieClip) {
    preloader.visible = false;
    thumbs_line.thumbs['thumb'+t].attachMovie("border_grey",
    "border_grey", 10);
    thumbs_line.thumbs['thumb'+t].border_grey._x -=
    thumb_border;
    thumbs_line.thumbs['thumb'+t].border_grey._y -=
    thumb_border;
    thumbs_line.thumbs['thumb'+t].attachMovie("border_white",
    "border_white", 20);
    thumbs_line.thumbs['thumb'+t].border_white._x -=
    thumb_border-1;
    thumbs_line.thumbs['thumb'+t].border_white._y -=
    thumb_border-1;
    if (target_mc._height>max_thumb_height) {
    ratio = target_mc._width/target_mc._height;
    target_mc._height = max_thumb_height;
    target_mc._width = int(target_mc._height*ratio);
    thumbs_line.thumbs['thumb'+t].border_grey._width =
    target_mc._width+thumb_border*2;
    thumbs_line.thumbs['thumb'+t].border_grey._height =
    target_mc._height+thumb_border*2;
    thumbs_line.thumbs['thumb'+t].border_white._width =
    target_mc._width+thumb_border*2-2;
    thumbs_line.thumbs['thumb'+t].border_white._height =
    target_mc._height+thumb_border*2-2;
    if (t<total_images) {
    t++;
    load_thumb(t);
    thumbs_width = thumbs_line.thumbs._width;
    thumbs_right_limit = 0;
    thumbs_left_limit =
    0-thumbs_width+int(gallery_width-thumbs_space-thumbs_space);
    var thumb_fade_in:Tween = new Tween(target_mc, "_alpha",
    none.easeIn, 0, 100, thumb_fade_seconds, true);
    var thumb_loader:MovieClipLoader = new MovieClipLoader();
    thumb_loader.addListener(loadListener);
    createEmptyMovieClip("img", 30);
    thumb_loader.loadClip(this.my_xml.childNodes[1].childNodes[t].attributes.small,
    img);
    thumbs_line.onMouseMove = function() {
    if (_xmouse>=thumbs_line.thumbs_bg._x and
    _xmouse<=thumbs_line.thumbs_bg._width and
    _ymouse>=thumbs_line._y and
    _ymouse<=thumbs_line._y+thumbs_line._height) {
    onRollOver =
    thumbs_line.thumbs['thumb'+t].attachMovie("thumbov_mc",
    "thumbov_mc", 10);
    onEnterFrame = function () {
    if (_xmouse<(gallery_width/2)-10 and
    thumbs_line.thumbs._x<thumbs_right_limit) {
    thumbs_line.thumbs._x -=
    int((_xmouse-thumbs_line.thumbs_bg._width/2)/(100-scroll_speed));
    if (thumbs_line.thumbs._x>thumbs_right_limit) {
    thumbs_line.thumbs._x = thumbs_right_limit;
    if (_xmouse>gallery_width/2+10 and
    thumbs_line.thumbs._x>thumbs_left_limit) {
    thumbs_line.thumbs._x -=
    int((_xmouse-thumbs_line.thumbs_bg._width/2)/(100-scroll_speed));
    if (thumbs_line.thumbs._x<thumbs_left_limit) {
    thumbs_line.thumbs._x = thumbs_left_limit;
    } else {
    onEnterFrame = undefined;
    this["link"+t] =
    my_xml.childNodes[1].childNodes[t].attributes.link;
    this["the_target"+t] =
    my_xml.childNodes[1].childNodes[t].attributes.target;
    XML File
    <?xml version="1.0" encoding= "UTF-8" ?>
    <options>
    <option gallery_width="730" gallery_height="450"
    max_thumb_height="96"/>
    <option scroll_speed="75" thumbs_space="0"
    thumb_border="1" image_border="2"/>
    <option fade_in_seconds="1.5"
    thumb_fade_seconds="1.5"/>
    </options>
    <gallery>
    <img small="../flash/hosts/images/pic7.jpg" title="Name
    1" link="hosts.asp"/>
    <img small="../flash/hosts/images/pic1.jpg" title="Name
    2" link="bio1.asp"/>
    <img small="../flash/hosts/images/pic2.jpg" title="Name
    3" link="bio2.asp"/>
    <img small="../flash/hosts/images/pic3.jpg" title="Name
    4" link="bio3.asp"/>
    <img small="../flash/hosts/images/pic5.jpg" title="Name
    5" link="bio4.asp"/>
    <img small="../flash/hosts/images/pic6.jpg" title="Name
    6" link="bio5.asp"/>
    <img small="../flash/hosts/images/pic8.jpg" title="Name
    7" link="bio6.asp"/>
    <img small="../flash/hosts/images/pic9.jpg" title="Name
    8" link="bio7.asp"/>
    </gallery>
    Thier is a dynamic Text field in the roll over effect that
    should contain the "title"
    the rollover MC name is: thumbov_mc
    the dynamic text field is labeled: title
    And the links are not working either?
    Does anyone see the problem?
    Thank You So Much for you help in Advance

    If you think you can help just let me now and ill email you
    the link to where this menu is...i dont want to post it for
    everyone to see..thanks

  • Transparency with action script

    I have a swf file and i want to give it a transparent background to the stage. I understand that it's possible to give it the transparency through the HTML publish setting using the 'transparent windowless' property.
    However, i wanted to know whether there's an actionscript property to give the same transparency effect to the stage. like the opactiy or something (sorry, I might be wrong)
    The thing is I have a external preloader which loads the content swf and when it gets loaded, the stage loses it's transparency.
    any help please with the action script on transparency?

    you're either misunderstanding what you see or not accurately explaining what you see.
    there's only one html that embeds a swf.  that embedded swf's stage color will be seen (or not depending on the html settings).  no loaded swf's background color will be seen.  all loaded swf graphics will be seen.  everything is this paragraph are facts that you cannot change using actionscript or anything else.
    if you removed the graphics from content.swf there's no way it can "still show".  the below paragraph explains the ways you could misinterpret what you're seeing:
    if you removed graphics from content.fla and FAILED to publish a new swf, graphics will still show.  and, if you're testing in a browser, and fail to clear your cache you may be seeing an old swf version that still has background and other graphics.

  • Problem With Action Script

    function loadProgress(my_content:ProgressEvent):void {
              var percent:Number = Math.floor( (my_content.bytesLoaded * 100) / my_content.bytesTotal );
              percent_Txt.text = percent + "%";
              preloader.gotoAndStop(percent);
    function loadComplete(e:Event):void {currentFrame;}
    loaderInfo.addEventListener(ProgressEvent.PROGRESS, loadProgress);
    loaderInfo.addEventListener(Event.COMPLETE, loadComplete);
    is not working
    Mean
    the Text is to 1 - 100 % increase.
    But not working that .
    Only others are animating
    Please some one help me

    function loadProgress(my_content:ProgressEvent):void {
              var percent:Number = Math.floor( (my_content.bytesLoaded * 100) /
    my_content.bytesTotal );
              percent_Txt.text = percent + "%";
            preloader.gotoAndStop(percent);  // preloader should have frames
    1,...,100.*
    function loadComplete(e:Event):void {
    currentFrame+1;
    // the above will do nothing.  what are you trying to do?
    This action script is not working in my background. Any settings to change.?

  • How do I use the button states in an action script?

    In my Captivate 8 project I use smart shape as buttons. The buttons have different images presented dependent on the state of the button. I have also created a simple action script that shows what happens when the button is pressed. When the button has been pressed the normal state of the button appear. I, however, want the down state of the button to remain visible util the user presses another button. How do I accomplish this? Is there variables for the buttons different state or how can I create that?
    BR,
    Madeleine

    When you talk about 'actionscript' do you mean advanced or shared actions? You cannot write actionscript within Captivate, only Javascript. If you use advanced/shared actions they'll be converted on runtime to either Actionscript (for SWF output) or Javascript (for HTML5 output).
    The states in shape buttons are the normal way buttons behave (not only in Flash). If you are indeed using shared/advanced actions, and you want the down state to remain until the next shape button is clicked, you'll have to go the way described by iFlashAppsToo. Create shapes that have the look of the down state, make them initially invisible and group all those shapes on one slide. Add two statements to the shared/advanced action (please do use shared actions, you'll save time):
    Hide Group   so that eventual down mimicked states on previously clicked buttons disappear
    Show Im_Downx    to show the down image for that button

  • Adding data to cfgrid using action script

    how can i add data to a grid row called name in action
    script. i have a cfselect control containing name of students and i
    want to add the values of the selected student from the list to
    grid.

    Did you add your instance of SpectrumCanvas to the stage with addChild()?
    If so, you should boil your posted code to a more simple example.
    If this post answered your question or helped, please mark it as such.

  • Error message with Action Script 2.0 file

    Hi,
    I am trying to edit an old flash file that uses Action Script 2.0. I am using CS6 and keep getting the following error message after publishing:
    Scene 1, Layer 'AS', Frame 1, Line 5, Column 29
    1067: Implicit coercion of a value of type int to an unrelated type String.
    Can you suggest any fixes or workarounds? I also have Flash 4.0. Can i downsave the file? If so, how?
    Thanks!

    Thank you. I think that did fix the original two errors. But now upon test of the file, I get some new errors:
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 7, Column 3
    1120: Access of undefined property ratio.
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 7, Column 20
    1180: Call to a possibly undefined method number.
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 7, Column 27
    1120: Access of undefined property _root.
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 9, Column 27
    1120: Access of undefined property ratio.
    And on the MoneySlide layer in Actions:
    this.ratio = 0;
    this.loadBar._width = 0;
    this.dragger.ratio.text= "$0";
    dragger.onPress=function(){
              this.startDrag(true,0,0,line._width,0);
              this.onEnterFrame=function(){
                        ratio=Math.round(number(_root.transitBenefitLimit/100)*(this._x/(line._width/10 0)));
                        loadBar._width = Math.round(this._x);
                        dragger.ratio.text= "$"+ratio;
    dragger.onRelease=dragger.onReleaseOutside=stopDrag;

  • Using action script 2 how can i send a variable value to a dynamic textbox on a different keyframe?

    using action script 2 how can i send a variable value to a dynamic textbox on a different keyframe?

    Thanks for your swift response.
    That sounds like a good solution, but the code I have on frame 2 is this
    timer = 0;
    countup = function(){
    timer++;
    countupInterval = setInterval(countup,100);
    If I added the same actionscript to frame 3 which has a dynamic textbox with a variable timer attached wouldn't it just put the timer back to 0? What I want is the last known value that was given when it was in frame 2.
    I am thinking of temple run here, I am trying to caculate the total distance(set in the timer variable) from the previous try.
    Hope this makes sense.
    Chazwick

Maybe you are looking for

  • Remote Control and Windows 2000 Server

    Does anyone know if it is possible to use Zenworks for Desktops to remote Contol on a Windows 2000/2003 server ? Regards Johann Folkestad

  • Cannot connect to iTunes store after software restore

    Hello, all, Last week I took my iMac in to the Apple Store to have its internal hard drive replaced. After retrieving the computer, I did a restore off of my Time Machine backup. The restore went smoothly...except that I now cannot do iCloud-related

  • ITunes match not updating on devices

    Help. Please. itunes match not updating. iTunes on computer has appropriate songs/ albums. But on iPhone and ipad changes do not appear. I have tried holding down shift key when turning off iTunes Match, signing out of iTunes Store, then quitting itu

  • Design view in eclipse

    hey i am new with eclipse. I have download the cfeclipse plugin and it is working fine,, But now my problem is i cannt view my cfm pages in design mode. Can anyone please help which plugin to install or any settings that need to be changed Thanks in

  • Avoid internet connections when using ovi maps.

    I own a E60 and have the latest version of Ovi Maps for Belgium on my cell phone. In my internet settings I mentioned: connection -> Offline. As such I expected not to connect to internet at all and only usethe local maps. But my last bill mentioned