[svn:fx-trunk] 10920: Added new file introduced in TLF Build 517.

Revision: 10920
Author:   [email protected]
Date:     2009-10-07 15:27:29 -0700 (Wed, 07 Oct 2009)
Log Message:
Added new file introduced in TLF Build 517.
QE notes: None
Doc notes: None
Bugs: None
Reviewer: None
Tests run: ant checkintests
Is noteworthy for integration: No
Added Paths:
    flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ISWFContext.as

Thats good news.

Similar Messages

  • [svn:fx-trunk] 7677: adding xslt change so Theme shows up in asdoc for the styles ( where applicable)

    Revision: 7677
    Author:   [email protected]
    Date:     2009-06-09 10:54:15 -0700 (Tue, 09 Jun 2009)
    Log Message:
    adding xslt change so Theme shows up in asdoc for the styles (where applicable)
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/ASDoc_terms.xml
        flex/sdk/trunk/asdoc/templates/class-files.xslt

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:fx-trunk] 12663: Adding the resource bundle and fat-swc targets for osmf and textlayout.

    Revision: 12663
    Revision: 12663
    Author:   [email protected]
    Date:     2009-12-08 12:22:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Adding the resource bundle and fat-swc targets for osmf and textlayout.  Also for osmf adding the doc target.  This new format that I added to the two project build files will be what we will use going forward for all projects.  I have all the other projects modified and plan on checking them in soon.  The format change will make adding new locales easier as well as adding the fat-swc target when needed.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFDocClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/empty.properties

    Thats good news.

  • [svn:fx-trunk] 12569: 9 new sample themes and an update to the wireframe theme

    Revision: 12569
    Revision: 12569
    Author:   [email protected]
    Date:     2009-12-04 16:35:58 -0800 (Fri, 04 Dec 2009)
    Log Message:
    9 new sample themes and an update to the wireframe theme
    Wireframe theme now has support for all MX components including most of the important AIR ones.
    samples/themes now has 9 new themes, 5 spark_css themes which are CSS files, and 4 which are graphical assets, some from SWFs, some from images, some where the work is done in the MXML skin file.  Some credit goes to EffectiveUI for the color choices.  Some blame goes to me for mucking with them.
    DateChooser is updated to handle backgroundColor better.
    The main build.xml file is updated to build the themes during the main target if "-Dthemes=anything" and themes are added to the regular zip and mpl zip.
    Reviewed by Glenn
    Consulted with Jim
    Themes primarily contributed by EffectiveUI
    QA: we agreed the sample themes are just samples, there's a README to that effect.  However it'd be good to use the wireframe theme in tests with Halo components now.  I have concerns I may have screwed up some focus logic by deleting a little too aggressively.
    Doc: Themes are decent samples though the code is not necessarily high quality.
    Builder: these are for you baby!
    I would like to thank whomever ends up rescuing the build after I check in these 586 files.
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/wireframe/build.xml
        flex/sdk/trunk/frameworks/projects/wireframe/defaults.css
        flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/assets/
        flex/sdk/trunk/frameworks/projects/wireframe/assets/Tree_folderClosedIcon.png
        flex/sdk/trunk/frameworks/projects/wireframe/assets/Tree_folderOpenIcon.png
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/AccordionHeaderSkin.m xml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/BorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarFirstButtonS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarLastButtonSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarMiddleButton Skin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ColorPickerSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ComboBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ContainerBorderSkin.a s
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ControlBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridHeaderBackgro undSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridHeaderSeparat orSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridSortArrow.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextMonthS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextYearSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevMonthS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevYearSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserRollOverIn dicatorSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserSelectionI ndicatorSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserTodayIndic atorSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DefaultButtonSkin.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DividerSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DropDownSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/EditableComboBoxSkin. mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/EmphasizedButtonSkin. mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/LinkButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuArrow.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuArrowDisabled.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuBarItemSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheck.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheckDisabled.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuRadio.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuRadioDisabled.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuSeparatorSkin.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/PanelBorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/PopUpButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressBarTrackSkin. mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressIndeterminate Skin.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressMaskSkin.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/RadioButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarDownButtonSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarThumbSkin.mx ml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarTrackSkin.mx ml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarUpButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderTrackHighlightS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/StepperDecrButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/StepperIncrButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TabSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nDownSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nOverSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nUpSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ToolTipSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/WindowedApplicationSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/CloseBut tonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/Maximize ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/Minimize ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/RestoreB uttonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/StatusBa rSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/TitleBar Skin.mxml
        flex/sdk/trunk/samples/themes/
        flex/sdk/trunk/samples/themes/README.txt
        flex/sdk/trunk/samples/themes/arcade/
        flex/sdk/trunk/samples/themes/arcade/build.xml
        flex/sdk/trunk/samples/themes/arcade/src/
        flex/sdk/trunk/samples/themes/arcade/src/ArcadeClasses.as
        flex/sdk/trunk/samples/themes/arcade/src/arcade/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ErrorSkin.as
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/FocusSkin.as
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/NumericStepperTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerDecrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerIncrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextAreaBorderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextInputBorderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer FullScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer PlayPauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerFull ScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerPlay PauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/assets/
        flex/sdk/trunk/samples/themes/arcade/src/assets/flex_skins.swf
        flex/sdk/trunk/samples/themes/arcade/src/defaults.css
        flex/sdk/trunk/samples/themes/arcade/src/preview.jpg
        flex/sdk/trunk/samples/themes/cobalt/
        flex/sdk/trunk/samples/themes/cobalt/build.xml
        flex/sdk/trunk/samples/themes/cobalt/src/
        flex/sdk/trunk/samples/themes/cobalt/src/CobaltClasses.as
        flex/sdk/trunk/samples/themes/cobalt/src/assets/
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_selectedDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_selectedDisabledSki n.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_selectedDisabledSkin .png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_disabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_downIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_overIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedDownIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedOverIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedUpIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_upIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CursorManager_busyCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_columnDropIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_columnResizeSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_headerBackgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_headerSeparatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_sortArrowSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_stretchCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_rollOverIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_selectionIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_todayIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_dividerSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_horizontalCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_verticalCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_copyCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_defaultDragImageSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_linkCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_moveCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_rejectCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/FormItem_indicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollArrowLeft_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollArrowRight_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_trackDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/List_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_backgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_branchDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_branchIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_checkDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_checkIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_radioDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_radioIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_separatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_controlBarBackgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_titleBackgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_popUpDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_popUpOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_barSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_indeterminateSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_disabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_downIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_overIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedDownIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedOverIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedUpIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_upIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/SWFLoader_brokenImageSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_trackHighlightSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextArea_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextArea_focusSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextInput_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextInput_focusSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ToolTip_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_defaultLeafIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_disclosureClosedIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_disclosureOpenIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_folderClosedIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_folderOpenIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_trackDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ErrorSkin.as
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/FocusSkin.as
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HighlightBitmapCaptureSkin.as
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/NumericStepperTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/PanelBorderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerDecrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerIncrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenFullScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenPlayPauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerFull ScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerPlay PauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/defaults.css
        flex/sdk/trunk/samples/themes/cobalt/src/preview.jpg
        flex/sdk/trunk/samples/themes/graphite/
        flex/sdk/trunk/samples/themes/graphite/build.xml
        flex/sdk/trunk/samples/themes/graphite/src/
        flex/sdk/trunk/samples/themes/graphite/src/GraphiteClasses.as
        flex/sdk/trunk/samples/themes/graphite/src/assets/
        flex/sdk/trunk/samples/themes/graphite/src/assets/flex_skins.swf
        flex/sdk/trunk/samples/themes/graphite/src/defaults.css
        flex/sdk/trunk/samples/themes/graphite/src/graphite/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ErrorSkin.as
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/FocusSkin.as
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HighlightBitmapCaptureSkin.as
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/NumericStepperTextInputSkin.mxm l
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerDecrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerIncrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/FullScr eenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/MuteBut tonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/PlayPau seButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/FullScreenB uttonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/MuteButtonS kin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/PlayPauseBu ttonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarSki n.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarThu mbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarTra ckSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarSk in.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarTh umbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarTr ackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/preview.jpg
        flex/sdk/trunk/samples/themes/spark_cobalt/
        flex/sdk/trunk/samples/themes/spark_cobalt/preview.jpg
        flex/sdk/trunk/samples/themes/spark_cobalt/spark_cobalt.css
        flex/sdk/trunk/samples/themes/spark_desert/
        flex/sdk/trunk/samples/themes/spark_desert/preview.jpg
        flex/sdk/trunk/samples/themes/spark_desert/spark_desert.css
        flex/sdk/trunk/samples/themes/spark_graphite/
        flex/sdk/trunk/samples/themes/spark_graphite/preview.jpg
        flex/sdk/trunk/samples/themes/spark_graphite/spark_graphite.css
        flex/sdk/trunk/samples/themes/spark_sage/
        flex/sdk/trunk/samples/themes/spark_sage/preview.jpg
        flex/sdk/trunk/samples/themes/spark_sage/spark_sage.css
        flex/sdk/trunk/samples/themes/spark_sky/
        flex/sdk/trunk/samples/themes/spark_sky/preview.jpg
        flex/sdk/trunk/samples/themes/spark_sky/spark_sky.css
        flex/sdk/trunk/samples/themes/zen/
        flex/sdk/trunk/samples/themes/zen/build.xml
        flex/sdk/trunk/samples/themes/zen/src/
        flex/sdk/trunk/samples/themes/zen/src/ZenClasses.as
        flex/sdk/trunk/samples/themes/zen/src/assets/
        flex/sdk/trunk/samples/themes/zen/src/assets/flex_skins.swf
        flex/sdk/trunk/samples/themes/zen/src/defaults.css
        flex/sdk/trunk/samples/themes/zen/src/preview.jpg
        flex/sdk/trunk/samples/themes/zen/src/zen/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/NumericStepperTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerDecrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerIncrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextAreaBorderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextInputBorderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/FullScreenFullScr eenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/MuteButtonSkin.mx ml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/PlayPauseButtonSk in.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarThumbSkin .mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarTrackSkin .mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarSkin.mxm l
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarThumbSki n.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarTrackSki n.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/FullScreenButtonSkin. mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/PlayPauseButtonSkin.m xml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarThumbSkin.mxm l
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarTrackSkin.mxm l
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarMuteButtonSk in.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarThumbSkin.mx ml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarTrackSkin.mx ml

    actually your doing it right
    netdownwidget.width = 100
    in awesome-git the syntax is different.  i would recommend using the non-git-version, because the most tutorials are for older versions.
    without reading the references of the git version,  try something like netdownwidget:set_width(x)
    // edit: your icons arnt centered, maybe ur interested in that command:
    for x in *.xbm; do convert -fill "#afa72e" -transparent white -colorize 100 -bordercolor transparent -border 8x8 -gravity center -crop 16x16+0+0 "${x}" "${x%.*}.png"; done
    Last edited by intrntbrn (2012-04-12 22:11:09)

  • [svn:fx-trunk] 5295: -add property file that will have the TLF build number in it

    Revision: 5295
    Author: [email protected]
    Date: 2009-03-13 08:50:57 -0700 (Fri, 13 Mar 2009)
    Log Message:
    -add property file that will have the TLF build number in it
    Added Paths:
    flex/sdk/trunk/in/tlf/tlf.properties

    Thats good news.

  • [svn:fx-trunk] 11449: Adding OSMF to our framework.

    Revision: 11449
    Author:   [email protected]
    Date:     2009-11-04 17:09:57 -0800 (Wed, 04 Nov 2009)
    Log Message:
    Adding OSMF to our framework.  The osmf.swc builds automatically as part of our build process.  I'm also adding new video classes that use OSMF, spark.components.VideoDisplay and spark.components.VideoPlayer2.  The other VideoElement and VideoPlayer will be replaced by these.  The new video components are not yet complete; this is an initial checkin for these components.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Deepa (only the build processes stuff)
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/src/
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFClasses.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioPausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioTemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundAdapter.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ChildSeekOperation.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeBufferableTrait .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeLoadableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMediaTraitBase. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMediaTraitFacto ry.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMetadata.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositePausableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositePlayableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekOperationIn fo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeTemporalTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeViewableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositionMode.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/IReusable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekOperationInf o.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSwitchableTrait. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElementSegment.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElementTransitionM anager.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekOperationInfo. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSwitchableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitAggregator.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitAggregatorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitLoaderEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/MediaElementSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/MediaPlayerSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/ScalableSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/ScaleMode.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/drm/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/drm/DRMServices.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/AuthenticationCompleteEvent.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/AuthenticationFailedEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BeaconEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BufferTimeChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BufferingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BytesDownloadedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BytesTotalChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/DimensionChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/DurationChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/FacetValueChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/FacetValueEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/GatewayChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/LoadableStateChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/LoaderEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaError.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaErrorCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaErrorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerCapabilityChangeEv ent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerStateChangeEvent.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MutedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/NetConnectionFactoryEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/NetNegotiatorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PanChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PausedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PlayheadChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PlayingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PluginLoadEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/SeekingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/SwitchingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/TraitEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/TraitsChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/ViewChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/VolumeChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGatewayElementProxy.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/RegionGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/HTMLElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/HTMLLoadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/ImageElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/ImageLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/AbsoluteLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/AnchorLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/DefaultLayoutRenderer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutRenderer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutTarget.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutAttributesFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutContextSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutUtils.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/MediaElementLayoutTarget.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/PaddingLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/RegistrationPoint.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/RelativeLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/ILogger.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/ILoggerFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/Log.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/TraceLogger.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/TraceLoggerFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/DefaultMediaResourceHandlerRes olver.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IContainerGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaReferrer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResourceHandler.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResourceHandlerResolver. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IURLResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/LoadableMediaElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaInfo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaInfoType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayerState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/URLResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/IIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/KeyValueFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MediaType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MediaTypeFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/Metadata.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataNamespaces.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataUtils.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataWatcher.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MimeTypes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/ObjectFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/ObjectIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/StringIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacetEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetClient.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionAttempt.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetNegotiator.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamBufferableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamContentProtectableTrait .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamPausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamTemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DroppedFramesRu le.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicNetStrea m.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gItem.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gNetLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gNetLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/INetStreamMetri cs.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/ISwitchingRule. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/InsufficientBan dwidthRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/InsufficientBuf ferRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/MetricsProvider .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/NetStreamSwitch ableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SufficientBandw idthRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingDetail .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingDetail Codes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingRuleBa se.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/DynamicPluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/IPluginInfo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginClassResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginEntry.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadingState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginManager.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/StaticPluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/ListenerProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/ProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/TemporalProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/SWFElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/SWFLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/Beacon.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/BeaconElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/BeaconPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/AudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/BufferableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ContentProtectableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/DownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IAudible.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IBufferable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IContentProtectable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IDisposable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IDownloadable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoadable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IPausable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IPlayable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISeekable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISpatial.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISwitchable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ITemporal.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IViewable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoadState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoaderBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SwitchableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/TemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/BinarySearch.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/FMSHost.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/FMSURL.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/MediaFrameworkStrings.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/URL.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/Version.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/CuePoint.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/CuePointType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer2.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/DynamicStreami ngVideoItem.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/DynamicStreami ngVideoSource.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin2.mxml

  • Adding new files to the existing Keyword Collections

    Hi,
    I have been using Keyword Collections as folders when importing files - not sure if there is a "normal" way of creating folders for clips/audio/other files? 
    Anyway, when I start a project and import a folder with a few files, I create  Keyword Collection. Later on, when I add more files into that folder in Finder and try to import the same folder as keyword collection again, the "new" files will not be assigned with that keyword collection. They're thrown straight into the event and the keyword collection only shows files from the first import.
    In other words, having a Keyword Collection created when importing a folder - is there a way to assign more files to it later on? Sorry if it's a stupid question.
    Thanks,
    Kamil

    YYou can drag them into the keyword collection once you've imported them. Another simple way is to pick up the files in the Finder, use Cmd-tab to switch to FCP, and drag them directly to the collection. The clips will import using your import preference.

  • [svn:fx-trunk] 5353: * Added compiler error for Halo Navigators containing non-Containers

    Revision: 5353
    Author: [email protected]
    Date: 2009-03-17 12:59:06 -0700 (Tue, 17 Mar 2009)
    Log Message:
    * Added compiler error for Halo Navigators containing non-Containers
    as their first level child.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19317
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    compiler/mxml/lang/StandardDefs.java
    Added getContainerPackage(), isHaloNavigator(), CLASS_VIEWSTACK,
    CLASS_ACCORDION, and PACKAGE_MX_CONTAINERS.
    compiler/mxml/builder/ComponentBuilder.java
    Modified
    ComponentBuilder.ComponentAttributeHandler.nestedDeclaration() to
    report an error if a non-container is declared as a child of a
    Halo navigator.
    compiler_en.properties
    Added HaloNavigatorsRequireHaloContainerChildren message.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19317
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • [svn:fx-trunk] 5811: Adding a Flex Builder Flash-Integration and Utilities project to make these files easier for people to work on .

    Revision: 5811
    Author: [email protected]
    Date: 2009-03-31 11:20:19 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Adding a Flex Builder Flash-Integration and Utilities project to make these files easier for people to work on. Flash-Integration is really an intermediate swc that Utilities uses. I've also modified the existing Flex Builder project for flex4tests to build against this new utilities project directly.
    Also change the way FlashIntegration is built--we no longer have a manifest file and just include-classes FlashIntegrationClasses.as.
    QE Notes: -
    Doc Notes: -
    Bugs: -
    Reviewer: Evtim
    tests: -
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/flex4test/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    Added Paths:
    flex/sdk/trunk/development/eclipse/flex/flash-integration/
    flex/sdk/trunk/development/eclipse/flex/flash-integration/.actionScriptProperties
    flex/sdk/trunk/development/eclipse/flex/flash-integration/.flexLibProperties
    flex/sdk/trunk/development/eclipse/flex/flash-integration/.project
    flex/sdk/trunk/development/eclipse/flex/utilities/
    flex/sdk/trunk/development/eclipse/flex/utilities/.actionScriptProperties
    flex/sdk/trunk/development/eclipse/flex/utilities/.flexLibProperties
    flex/sdk/trunk/development/eclipse/flex/utilities/.project
    flex/sdk/trunk/frameworks/projects/flash-integration/src/FlashIntegrationClasses.as
    Removed Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/manifest.xml

    Thats good news.

  • [svn:fx-trunk] 12871: More new Spark acc impl files were missing svn: eol-style and svn:mime-type properties.

    Revision: 12871
    Revision: 12871
    Author:   [email protected]
    Date:     2009-12-11 15:53:28 -0800 (Fri, 11 Dec 2009)
    Log Message:
    More new Spark acc impl files were missing svn:eol-style and svn:mime-type properties.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ButtonBarBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ListAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TabBarAccImpl.as
    Property Changed:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ButtonBarBaseAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ListAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TabBarAccImpl.as

  • [svn:fx-trunk] 9317: Added ASDoc version tagging to all parts of these files where it was missing .

    Revision: 9317
    Author:   [email protected]
    Date:     2009-08-14 14:13:16 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Added ASDoc version tagging to all parts of these files where it was missing. Code builds and Checkintest passes.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Channel.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as

    Thats good news.

  • [svn:bz-trunk] 18061: Added svn:executable property to sh and bat files

    Revision: 18061
    Revision: 18061
    Author:   [email protected]
    Date:     2010-10-07 06:57:08 -0700 (Thu, 07 Oct 2010)
    Log Message:
    Added svn:executable property to sh and bat files
    Property Changed:
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/catalina.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/catalina.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/cpappend.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/digest.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/digest.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/setclasspath.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/setclasspath.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/shutdown.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/shutdown.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/startup.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/startup.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/tool-wrapper.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/tool-wrapper.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/version.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/version.sh

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • [svn:fx-trunk] 10389: Added support for octothorpe in embed file names.

    Revision: 10389
    Author:   [email protected]
    Date:     2009-09-18 07:19:26 -0700 (Fri, 18 Sep 2009)
    Log Message:
    Added support for octothorpe in embed file names.  And here I thought I'd never use the term octothorpe in a sentence.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23033
    Reviewer: Paul
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23033
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedEvaluator.java

  • [svn:fx-trunk] 12556: Added @private to various overrides in the new spark. accessibility classes.

    Revision: 12556
    Revision: 12556
    Author:   [email protected]
    Date:     2009-12-04 14:49:03 -0800 (Fri, 04 Dec 2009)
    Log Message:
    Added @private to various overrides in the new spark.accessibility classes. These classes are now included in ASDoc builds and I noticed that overrides we don't want to see were showing up.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ButtonBarAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/SpinnerAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/VideoPlayerAccImpl.as

    Thats good news.

  • [svn:fx-trunk] 8245: adding option (package-description-file) to specify file containing package descriptions for asdoc.

    Revision: 8245
    Author:   [email protected]
    Date:     2009-06-25 12:07:07 -0700 (Thu, 25 Jun 2009)
    Log Message:
    adding option (package-description-file) to specify file containing package descriptions for asdoc.
    Bugs: SDK-19755
    QE Notes: None.
    Doc Notes: None.
    Reviewed by: Paul
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19755
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java

    Revision: 8245
    Author:   [email protected]
    Date:     2009-06-25 12:07:07 -0700 (Thu, 25 Jun 2009)
    Log Message:
    adding option (package-description-file) to specify file containing package descriptions for asdoc.
    Bugs: SDK-19755
    QE Notes: None.
    Doc Notes: None.
    Reviewed by: Paul
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19755
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java

Maybe you are looking for