[svn:osmf:] 13848: Pre-PARB'ing Layout API:

Revision: 13848
Revision: 13848
Author:   [email protected]
Date:     2010-01-28 03:31:07 -0800 (Thu, 28 Jan 2010)
Log Message:
Pre-PARB'ing Layout API:
- Removal of ILayoutContext (merged with ILayoutTarget).
- Layout targets no longer get their width and height set directly. Instead, an 'updateMediaDisplay()' method is invoked, passing the target the width and height that it can use for displaying its media.
- 'intrinsicWidth' and height properties have been renamed 'mediaWidth' and height in order to map to the DisplayObjectTrait more closely.
- A context can no longer be assigned a layout renderer. Coupling of a renderer and a context now takes place exclusively by setting the renderer's context property. The renderer will emit a LayoutRendererChange event that the target can use to collect the reference for its read-only layoutRenderer property.
- Introducing ExternalProperty that isolates the boiler plate code for classes that hold getters to values that are externally controlled by means of a value change event.
- RegistrationPoint now defines String constants.
- DefaultLayoutRenderer now sets default width, height and scaling mode properties when targets get added to the renderer (unless some layout data has already been set).
Updating unit tests accordingly.
Modified Paths:
    osmf/trunk/framework/OSMF/.actionScriptProperties
    osmf/trunk/framework/OSMF/.flexLibProperties
    osmf/trunk/framework/OSMF/org/osmf/composition/CompositeDisplayObjectTrait.as
    osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
    osmf/trunk/framework/OSMF/org/osmf/display/MediaContainerGroup.as
    osmf/trunk/framework/OSMF/org/osmf/display/MediaPlayerSprite.as
    osmf/trunk/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
    osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutUtils.as
    osmf/trunk/framework/OSMF/org/osmf/layout/RegistrationPoint.as
    osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
    osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    osmf/trunk/framework/OSMFTest/org/osmf/composition/TestParallelElementWithDisplayObjectTr ait.as
    osmf/trunk/framework/OSMFTest/org/osmf/composition/TestSerialElementWithDisplayObjectTrai t.as
    osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
    osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaContainerGroup.as
    osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaPlayerSprite.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestDefaultLayoutRenderer.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesFacet.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TesterLayoutTargetSprite.as
Added Paths:
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererChangeEvent.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
    osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
    osmf/trunk/framework/OSMF/org/osmf/utils/ExternalProperty.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
Removed Paths:
    osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutContext.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutContextSprite.as
    osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutContextSprite.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRendererBase.as

Stop it
Sent from my I phone

Similar Messages

  • [svn:osmf:] 13904: Pre-PARB'ing the Layout API continued:

    Revision: 13904
    Revision: 13904
    Author:   [email protected]
    Date:     2010-02-01 06:51:14 -0800 (Mon, 01 Feb 2010)
    Log Message:
    Pre-PARB'ing the Layout API continued:
    - Internalizing layout facet classes, and
    - Adding a public LayoutProperties class,
    - Removing LayoutUtils (for setting properties can now be done using LayoutProperties),
    - Introducing IMetadataProvider, and marking classes that have a metadata getter to be implementing it,
    - Remove LayoutRendererFacet (for it can be fetched/set directly from/to the metadata easily using ObjectFacet),
    - Adding LayoutRendererMode, in preparation for horizontal and vertical boxing support on the default renderer,
    - Updating client code and unit tests accordingly.
    Updating OMSF player to:
    - Use the framework layout system to position the control bar,
    - as well as for positioning the right-click overlay.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
        osmf/trunk/apps/samples/framework/MediaContainerSample/MediaContainerSample.as
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/NestedMediaContainersSample .as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/composition/CompositeDisplayObjectTrait.as
        osmf/trunk/framework/OSMF/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaResourceBase.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestParallelElementWithDisplayObjectTr ait.as
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
        osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaContainerGroup.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestDefaultLayoutRenderer.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBarBase.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/hint/Hint.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/utils/FadingSprite.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutProperties.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererMode.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/IMetadataProvider.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutProperties.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRendererFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutUtils.as

    Stop it
    Sent from my I phone

  • [svn:osmf:] 14318: Pre-PARB metadata changes: Merge Facet and KeyValueFacet .

    Revision: 14318
    Revision: 14318
    Author:   [email protected]
    Date:     2010-02-21 20:57:34 -0800 (Sun, 21 Feb 2010)
    Log Message:
    Pre-PARB metadata changes: Merge Facet and KeyValueFacet.  Default facet uses a Dictionary, clients can extend if they want a different underlying structure.  Update TemporalFacet accordingly.  Disable some of the TemporalFacet API that's only used for test apps, we need to vet this a bit further.  Update unit tests and samples.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/posterframe/RTMPPosterF rameElement.as
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarElement.as
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarPlugin.as
        osmf/trunk/apps/samples/plugins/ControlBarPluginSample/src/ControlBarPluginSample.as
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/VideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/BoxAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Facet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/plugin/PluginLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestLoadFromDocumentElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/compositeClasses/TestCompositeMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/f4mClasses/TestManifestParser.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayerWithDynamicStreamingVideoElem entSubclip.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayerWithVideoElementSubclip.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataWatcher.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTemporalFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamUtils.as
        osmf/trunk/framework/OSMFTest/org/osmf/plugin/TestPluginManager.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/Tes tCaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/media/TestMASTProxyEl ement.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestFacet.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/KeyValueFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestKeyValueFacet.as

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

  • [svn:osmf:] 14317: Pre-PARB metadata changes: Merge IIdentifier and ObjectIdentifier, rename to FacetKey.

    Revision: 14317
    Revision: 14317
    Author:   [email protected]
    Date:     2010-02-21 17:09:26 -0800 (Sun, 21 Feb 2010)
    Log Message:
    Pre-PARB metadata changes: Merge IIdentifier and ObjectIdentifier, rename to FacetKey.  Make similar adjustments to TemporalFacet class.  Move TemporalFacetEvent to events folder.  Update unit tests and samples.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarElement.as
        osmf/trunk/apps/samples/plugins/ControlBarPluginSample/src/ControlBarPluginSample.as
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/CuePoint.as
        osmf/trunk/framework/OSMF/org/osmf/elements/VideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/events/FacetValueChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/FacetValueEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/BoxAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Facet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/KeyValueFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/ObjectFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/f4mClasses/TestManifestParser.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestAnchorLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestPaddingLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestRelativeLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestKeyValueFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataWatcher.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTemporalFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/TimerTimeTrait.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/Caption.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/Tes tCaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/managers/TestMASTCond itionManager.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/media/TestMASTProxyEl ement.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/TemporalFacetEvent.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/FacetKey.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacetKey.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestFacetKey.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/IIdentifier.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/ObjectIdentifier.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacetEvent.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalIdentifier.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestObjectIdentifier.as

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

  • [svn:osmf:] 14313: Pre-PARB metadata changes: Rename MetadataUtils to MediaTypeUtil.

    Revision: 14313
    Revision: 14313
    Author:   [email protected]
    Date:     2010-02-21 14:34:19 -0800 (Sun, 21 Feb 2010)
    Log Message:
    Pre-PARB metadata changes: Rename MetadataUtils to MediaTypeUtil.  Make MediaTypeUtil non-public, as it's fairly trivial for clients to check for matches on their MIME type.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/SWFLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/SoundLoader.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MediaType.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMediaType.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/PinUpButton.as
        osmf/trunk/libs/VAST/org/osmf/vast/media/DefaultVASTMediaFileResolver.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/MediaTypeUtil.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMediaTypeUtil.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataUtils.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataUtils.as

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

  • [svn:osmf:] 14336: Pre-PARB metadata changes: Rename TemporalFacetEvent' s positionReached property to timeReached.

    Revision: 14336
    Revision: 14336
    Author:   [email protected]
    Date:     2010-02-22 11:57:16 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Pre-PARB metadata changes: Rename TemporalFacetEvent's positionReached property to timeReached.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/framework/OSMF/org/osmf/elements/VideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/events/TemporalFacetEvent.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Facet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacetKey.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestTemporalFacet.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

  • [svn] 2644: First pass at unifying layout APIs between UIComponent and GraphicElement, more to come with additional check-ins.

    Revision: 2644
    Author: [email protected]
    Date: 2008-07-28 16:58:09 -0700 (Mon, 28 Jul 2008)
    Log Message:
    First pass at unifying layout APIs between UIComponent and GraphicElement, more to come with additional check-ins.
    reviewed by Ryan, Glenn, Gordon, Chet
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/FilledElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/IGraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Line.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/TextGraphicEle ment.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

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

  • [svn:osmf:] 13236: Additional updates for ViewTrait API changes.

    Revision: 13236
    Revision: 13236
    Author:   [email protected]
    Date:     2009-12-30 23:19:55 -0800 (Wed, 30 Dec 2009)
    Log Message:
    Additional updates for ViewTrait API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/posterframe/RTMPPosterF rameElement.as
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/HTMLGatewaySample.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld4.as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ListenerProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DisplayObjectTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitType.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/OSMFStrings.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithD isplayObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithDis playObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/gateways/TestRegionGateway.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/layout/TestMediaElementLayoutTarget. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamDisplayObjectTrait. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestListenerProxyElementAsSu bclass.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/content/TestContentElementInt egration.as
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/adapter/MASTAdapter.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelDisplayObjectTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialDisplayObjectTrait.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewTrait.as

    In reference to this change in the Custom Reports... Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    What is the customer confusion we are trying to stop here? I've got even more confused customers at the moment because all of a sudden they can't find the export to excel option but know it exists if they log in on a PC?
    Mark

  • [svn:osmf:] 13431: Integrate HelloWorld sample with API changes.

    Revision: 13431
    Revision: 13431
    Author:   [email protected]
    Date:     2010-01-11 18:05:51 -0800 (Mon, 11 Jan 2010)
    Log Message:
    Integrate HelloWorld sample with API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/HelloWorld/.actionScriptProperties
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld2.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld3.as

    Silviu!
    I'm really sorry, but as all the office is trying to fix the problem, someone replaced the url content with the stuff that was pointing to the local machine.
    I've fix it, and the video player is available here again: http://pp.player.webtv.flumotion.com/params/apiKey/5PzLR2ULL3z2rumJ/videoId/60
    If there are other references to the localhost, please do not bother with them, as they do not affect player functionality.
    The stream that it uses is an RTMPE, so i'm afraid it will only works with this player. Anyway, the stream url is as follows: rtmpe://87.248.205.81/a4349/e2/veo7/ondemandrtmpe/mp4/med/first-person-mario-4d8741aa.mp4
    I really appreciate your help!
    Thank you!

  • [svn:osmf:] 14797: Decouple MetadataGroup from synthesizer API, MetadataGroup should only be linked in when a composite element is used.

    Revision: 14797
    Revision: 14797
    Author:   [email protected]
    Date:     2010-03-16 16:34:48 -0700 (Tue, 16 Mar 2010)
    Log Message:
    Decouple MetadataGroup from synthesizer API, MetadataGroup should only be linked in when a composite element is used.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeMetadata.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/Metadata.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataGroup.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataSynthesizer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/NullMetadataSynthesizer.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/compositeClasses/TestCompositeMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/metadata/TestMetadataGroup.as

    The Morena 6.0 - Image Acquisition Framework for Java(tm) Platform from http://www.gnome.sk is a package which enables you to connect to your scanner or a camera in a very intuitive way.
    If you just want to see how Morena works with your scanner or camera:
    - java (1.2 or higher for Windows, 1.3 or higher for Mac OS X) has to be installed on your computer
    - a scanner or camera has to be installed on your computer
    - download the trial package from http://www.gnome.sk
    - unzipp it
    - go to the examples directory of the unzipped package
    - in Windows: doubleclick the runExampleShow.bat
    - in MacOS:
        - open the Terminal window
        - change the working directory to the examples
        - run .sh file (type ExampleShow.sh or sh ExampleShow.sh)
    This will pop up the Twain Source Selection user interface. There, all your scanners and cameras which do have a twain driver should be listed. (About 90% of scanners and cameras on the market do have a twain driver for Windows, only a few do have a twain driver for MacOS.) Select one of them. The user interface of the selected scanner (camera) will appear. Confirm the scanning (you can set the scanning parameters first). The scanned image will be displayed in a separate window. To end the application, close that window.
    Running different examples, you can test scanning with hidden UI, saving the scanned image, using ADF, taking images at regular intervals (ExampleCamera) ...
    To see how Morena works in applets, go to the online remote examples http://www.gnome.sk/Twain/remote/www/twain/server/php/remote.html
    If there is any problem, do not hesitate to inquire about it at the technical support, email: [email protected] or join the online forum at www.gnome.sk
    Erika Kupkova

  • [svn:osmf:] 14023: Updating OSMFPlayer to the changed layout APIs, adding a comment, and fixing MediaContainer from ignoring its constructor argument.

    Revision: 14023
    Revision: 14023
    Author:   [email protected]
    Date:     2010-02-07 07:54:38 -0800 (Sun, 07 Feb 2010)
    Log Message:
    Updating OSMFPlayer to the changed layout APIs, adding a comment, and fixing MediaContainer from ignoring its constructor argument.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as

  • [svn:osmf:] 14903: ChromeLibrary update:

    Revision: 14903
    Revision: 14903
    Author:   [email protected]
    Date:     2010-03-22 05:28:17 -0700 (Mon, 22 Mar 2010)
    Log Message:
    ChromeLibrary update:
    Unbinding chrome font and visuals from the ChromeLibrary project,
    Introducing asset loaders, that can load imagery and fonts either from file, or from embedded tags,
    Introducing AssetsManager, a class that loads a set of assets, exposing loaded assets by a string identifier,
    Introducing a number of 'resource' classes, used by assets loaders to determine the type of asset to load,
    Introducing a number of 'asset' classes, used by assets loaders to export their loaded content to, as well as by widgets to reference an asset.
    Introducing AssetsParser, a class that translates XML formatted assets definitions into a set of resource classes.
    Introducing Scale9Bitmap that allows usage of a scale9 rectangle on bitmaps,
    Changing all widgets to be LayoutTargetSprite derived, enabling them to be laid out using the OSMF layout APIs.
    Extending Widget with child management functions, allowing any widget to have children.
    Introducing WidgetsParser, a class that translates XML formatted widget definitions into a set of Widget classes.
    Introducing Configuration, a class that loads an XML file that contains asset- and widget definitions, and sets up an assets manager if so desired.
    Updating both OSMFPlayer and ControlBarPlugin projects to provide their own chrome visuals and fonts using the new configuration system. OSMFPlayer uses run-time asset loading (meaning that all assets are to be uploaded to server alongside the player SWF), and ControlBarPlugin uses embedded resources.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/.project
        osmf/trunk/apps/samples/framework/OSMFPlayer/html-template/index.template.html
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/Preloader.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/eject_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenEnter_disabled.p ng
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenEnter_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenEnter_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenLeave_disabled.p ng
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenLeave_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenLeave_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/live_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/live_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/live_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/pinUp_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/pinUp_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/pinUp_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/play_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityIncrease_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/quality_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/quality_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/quality_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/record_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/soundMore_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarElement.as
        osmf/trunk/apps/samples/plugins/ControlBarPluginSample/.project
        osmf/trunk/libs/ChromeLibrary/.actionScriptProperties
        osmf/trunk/libs/ChromeLibrary/.flexLibProperties
    Added Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/assets source/
        osmf/trunk/apps/samples/framework/OSMFPlayer/assets source/assets.ai
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/PlayerConfiguration.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/configuration.xml
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/cancel_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/cancel_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/cancel_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/submit_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/submit_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/submit_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/Standard0755.swf
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/Standard0755_readme.txt
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/backDrop.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/configuration.xml
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/pause_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/pause_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/pause_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/play_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/play_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/play_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubBarTrack.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubber_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubber_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubber_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/stop_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/stop_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/stop_up.png
        osmf/trunk/libs/ChromeLibrary/org/
        osmf/trunk/libs/ChromeLibrary/org/osmf/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Asset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetLoader.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetsManager.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/DisplayObjectAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Scale9Bitmap.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/AssetsParser.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/Configuration.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/LayoutAttributesParser.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/WidgetsParser.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events/ScrubberEvent.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata/ChromeMetadata.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/AuthenticationDialog.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/AutoHideWidget.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/ButtonWidget.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/ContextMenuOverlay.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/EjectButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/FadingLayoutTargetSprite.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/FullScreenEnterButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/FullScreenLeaveButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/LabelWidget.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/LiveButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PauseButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PinDownButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PinUpButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PlayButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PlayableButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityDecreaseButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityIncreaseButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityLabel.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityModeToggle.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/RecordButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/ScrubBar.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/Scrubber.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/SoundLessButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/SoundMoreButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/StopButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/URLInput.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/Widget.as
    Removed Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/Configuration.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/controlBarBackdrop.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/minus_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/minus_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/minus_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/plus_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/plus_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/plus_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityAuto_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityAuto_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityAuto_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityManual_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityManual_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityManual_up.png
        osmf/trunk/libs/ChromeLibrary/assets/
        osmf/trunk/libs/ChromeLibrary/src/

  • [svn:osmf:] 10711: Adding missing reference to the VAST library.

    Revision: 10711
    Author:   [email protected]
    Date:     2009-09-29 21:38:56 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding missing reference to the VAST library.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

    Hi Marius,
    I think this problem could be linked to the changes in the layout API and the order of the loading of the video elements.
    Please try to add layoutmetadata with index property to parallel videos so they render in the correct order, something like:
                var layout1:LayoutMetadata = new LayoutMetadata();
                layout1.index= 10 ;
                videoElement.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout1);
                var layout2:LayoutMetadata = new LayoutMetadata();
                 layout2.index= 20 ;
                 vpaidNonLinear.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout2);
    Tell me if that worked,
    S.

  • [svn:osmf:] 16216: Initial check-in of VAST2 and VPAID sample libraries.

    Revision: 16216
    Revision: 16216
    Author:   [email protected]
    Date:     2010-05-19 10:30:45 -0700 (Wed, 19 May 2010)
    Log Message:
    Initial check-in of VAST2 and VPAID sample libraries.  Note that the previous implementation of VAST (and MAST) remains untouched, with the VAST2/VPAID-enabled implementations being added side-by-side with a "New" suffix.  In the long term, we plan to merge the duplicate libraries/plugins.
    Added Paths:
        osmf/trunk/apps/samples/libs/VASTNewSample/
        osmf/trunk/apps/samples/libs/VASTNewSample/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VASTNewSample/.project
        osmf/trunk/apps/samples/libs/VASTNewSample/readme.txt
        osmf/trunk/apps/samples/libs/VASTNewSample/src/
        osmf/trunk/apps/samples/libs/VASTNewSample/src/VASTNewSample.as
        osmf/trunk/apps/samples/libs/VASTNewSample/src/VASTNewSample.fla
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/.project
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/readme.txt
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/VPAIDTestPlayer.fla
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/VPAIDTestplayer.as
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/.project
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/readme.txt
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/VPAIDTestPlayer.fla
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/VPAIDTestplayer.as
        osmf/trunk/apps/samples/plugins/MASTSampleNew/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSampleNew/.project
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample-build-config.xml
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample.fla
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/AC_OETags.js
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/history.css
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/history.js
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/index.template.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/plugins/MASTSampleNew/publish_settings.xml
        osmf/trunk/apps/samples/plugins/MASTSampleNew/readme.txt
        osmf/trunk/apps/samples/plugins/MASTSampleNew/src/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/src/MASTSample.as
        osmf/trunk/libs/samples/VASTNew/
        osmf/trunk/libs/samples/VASTNew/.actionScriptProperties
        osmf/trunk/libs/samples/VASTNew/.flexLibProperties
        osmf/trunk/libs/samples/VASTNew/.project
        osmf/trunk/libs/samples/VASTNew/org/
        osmf/trunk/libs/samples/VASTNew/org/osmf/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VAST1DocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VAST2DocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTDocumentProcessedEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTDocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTLoadTrait.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTLoader.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/CacheBuster.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/CompanionElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/DefaultVAST2MediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/DefaultVASTMediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/ICacheBuster.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/IVAST2MediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/IVASTMediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST1MediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2ImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2MediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2TrackingProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTMediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/metadata/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/metadata/VASTMetadata.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VAST2MediaFile.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VAST2Translator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAdBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTDataObject.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTDocument.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTInlineAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTMediaFile.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTResourceType.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTUrl.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTVideo.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTVideoClick.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VAST1Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VAST2Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VASTParser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/TagParserBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2CompanionElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2CreativeElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2Element.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2InLineElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2LinearElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2NonLinearElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2Time.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2TrackingData.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2WrapperElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/Errors.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/ParserErrors.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/ParserErrorEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/ParserEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/IParser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/ITagParserBase.as
        osmf/trunk/libs/samples/VASTNew/vast-build-config.flex
        osmf/trunk/libs/samples/VASTNew/vast-build-config.flexcov
        osmf/trunk/libs/samples/VASTNew/vast-build-config.xml
        osmf/trunk/libs/samples/VPAID/
        osmf/trunk/libs/samples/VPAID/.actionScriptProperties
        osmf/trunk/libs/samples/VPAID/.flexLibProperties
        osmf/trunk/libs/samples/VPAID/.project
        osmf/trunk/libs/samples/VPAID/org/
        osmf/trunk/libs/samples/VPAID/org/osmf/
        osmf/trunk/libs/samples/VPAID/org/osmf/.actionScriptProperties
        osmf/trunk/libs/samples/VPAID/org/osmf/.flexLibProperties
        osmf/trunk/libs/samples/VPAID/org/osmf/.project
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/elements/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/elements/VPAIDElement.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/VPAIDEvent.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/VPAIDLoadEvent.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/media/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/media/IVPAID.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/metadata/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/metadata/VPAIDMetadata.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/IVPAIDBase.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/VPAID_1_1.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/VPAIDLoadTrait.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/VPAIDTimeTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/
        osmf/trunk/plugins/samples/MASTPluginNew/.actionScriptProperties
        osmf/trunk/plugins/samples/MASTPluginNew/.project
        osmf/trunk/plugins/samples/MASTPluginNew/MASTPlugin.as
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/AC_OETags.js
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/history.css
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/history.js
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/historyFrame.html
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/index.template.html
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/playerProductInstall.swf
        osmf/trunk/plugins/samples/MASTPluginNew/org/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/adapter/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTDocumentProcessedEvent. as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTDocumentProcessor.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTLoadTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTLoader.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/managers/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/managers/MASTConditionManager.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/media/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTCondition.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTDocument.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTSource.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTTarget.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTTrigger.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/parser/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/parser/MASTParser.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/traits/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/traits/MASTPlayTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/MASTConditionOperator.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/MASTConditionType.as

    Hi Marius,
    I think this problem could be linked to the changes in the layout API and the order of the loading of the video elements.
    Please try to add layoutmetadata with index property to parallel videos so they render in the correct order, something like:
                var layout1:LayoutMetadata = new LayoutMetadata();
                layout1.index= 10 ;
                videoElement.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout1);
                var layout2:LayoutMetadata = new LayoutMetadata();
                 layout2.index= 20 ;
                 vpaidNonLinear.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout2);
    Tell me if that worked,
    S.

  • I have just got this error on my Windows 8.1 PC in Adobe Premiere Elements 13:"Premiere Elements has encountered an error" -- [c:\adobe\pre\main\mediacore\mediafoundation\api\inc\Keyframe/Keyframe.h-142]

    I have just got this error on my Windows 8.1 PC in Adobe Premiere Elements 13:"Premiere Elements has encountered an error" --> [c:\adobe\pre\main\mediacore\mediafoundation\api\inc\Keyframe/Keyframe.h-142]. I have found different solution on how to fix it, but it's still hard to find where to change "," to ".". When I try to change my .prel file to a .xml it all shows symbols, letters and numbers, not only numbers like a have seen others. I have a LLOOONNNGGG movie to fix. Can anyone help?

    Hoerup
    Thanks for the update. Sorry that the news was not better.
    There are several cases of keyframe error 142 being reporting, some for version 12 and some for version 13.
    In your case, we may be able to get some help from Adobe via its Adobe Chat since you have purchased, registered, latest version
    Premiere Elements.13. Let us see what Adobe Chat can do for us. Please click on the following link
    Contact Customer Care
    Premiere Elements
    Premiere Elements
    Adobe ID, Signing In
    Adobe ID, Sign In, Account Help
    Chat Panel
    If the link does not hold its set, then you will need to navigate to Chat Panel using the above links.
    As of a moment ago, the Chat Panel was seen to be active. The titles are not ideal, but they do lead
    to an active Chat Panel. I am hoping that the representative whom you reach can answer your question more
    fully or transfer you to an Adobe group which can.
    We will be watching for further developments.
    Best wishes
    ATR

Maybe you are looking for

  • Logical component cannot be used in project

    HI after i add logical component in solar_project_admin i try to check system landscape and i get error "Logical component SAP_ERP_EHP_ABAP_EHP4 is not used in project (the name of the project)" i used in 2 different logical component in this project

  • Posting a credit memo in reference to a previously posted document

    Hi SAP gurus, I would just like to ask if there is a functionality in SAP re: credit memo postings wherein the system can refer to a previously posted customer document and automatically derive the values such as GL account, cost center and business

  • Sales Documents and Profit Centre and GL Accounts

    Currently a when we create a sales document for a plant, that document is posting to a specific GL account (Cash on Hand account) and profit centre. In VKOA, the Account Assignment Group is assignment to a GL Account, and that AAG is assigned to the

  • Incoming attachment documents in MS Word not readable

    Just purchased new Mac with 10.5 operating system.  Had contents of hard drive transferred to new computer.  Incoming attachments in MS Word are not readable - letters and symbols interspersed with readable parts of document.  Had an older version of

  • Interactive selection using photoshop script

    How to make a script pause till the user makes a selection and continue again using photoshop script?