[svn:osmf:] 15607: Partial fix #2 for FM-719.

Revision: 15607
Revision: 15607
Author:   [email protected]
Date:     2010-04-20 12:37:41 -0700 (Tue, 20 Apr 2010)
Log Message:
Partial fix #2 for FM-719.  This fix ensures that when seeking in and out of the child of a parallel element, that the play state is updated according to the play state of the composition.  For example, if there are two parallel children of duration 10 and 20 seconds, and the parallel element is playing, and you seek from 15 to 5, then the shorter child should resume playback.  (And similar for when paused.)  Bug detected when verifying the (soon to be checked in) fix for FM-719, and seeking in and out of the section of video where the image should be displayed.  Added unit tests for these cases as well.
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-719
    http://bugs.adobe.com/jira/browse/FM-719
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/ParallelSeekTrait.as
    osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithSeekTrait.as

Similar Messages

  • [svn:osmf:] 17499: Partial fix for FM-990: prevent RTE when attempting smoothing for an image where a policy file was not available

    Revision: 17499
    Revision: 17499
    Author:   [email protected]
    Date:     2010-08-27 11:05:22 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Partial fix for FM-990: prevent RTE when attempting smoothing for an image where a policy file was not available
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-990
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as

    Revision: 17499
    Revision: 17499
    Author:   [email protected]
    Date:     2010-08-27 11:05:22 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Partial fix for FM-990: prevent RTE when attempting smoothing for an image where a policy file was not available
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-990
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as

  • [svn:osmf:] 14007: Partial fix for FM-383: ProxyElement needs to dispatch traitRemove/ traitAdd event pairs when the proxy adds or removes a trait that also exists on the proxied element .

    Revision: 14007
    Revision: 14007
    Author:   [email protected]
    Date:     2010-02-05 11:54:43 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Partial fix for FM-383:  ProxyElement needs to dispatch traitRemove/traitAdd event pairs when the proxy adds or removes a trait that also exists on the proxied element.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-383
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMF/org/osmf/proxies/ProxyElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/proxies/TestProxyElementAsDynamicProxy.as

  • [svn:fx-trunk] 10339: Fix BrowserManager for IE8.

    Revision: 10339
    Author:   [email protected]
    Date:     2009-09-16 22:08:06 -0700 (Wed, 16 Sep 2009)
    Log Message:
    Fix BrowserManager for IE8.  Also upgrade SWFObject with some changes from their code base
    QE Notes: Last BrowserManagerTest test case fails in IE8.  Updated version sent to Joann.
    Doc Notes: None
    Bugs: SDK-22941
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/browser/DeepLinking
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22941
    Modified Paths:
        flex/sdk/trunk/templates/swfobject/history/history.js
        flex/sdk/trunk/templates/swfobject/swfobject.js

  • [svn:osmf:] 13002: Some fixes for the composite view trait.

    Revision: 13002
    Revision: 13002
    Author:   [email protected]
    Date:     2009-12-16 13:04:30 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Some fixes for the composite view trait.  Integrated some of the unit tests (though some still break and are commented out).
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutContextSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicMediaElement.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithV iewTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithVie wTrait.as

    It's important to understand what traits are and what they're not:
    Traits are not intended to be generically extensible:  there's a fixed set within the framework (although we may add additional traits in the future, to support new Flash/FMS capabilities).  We experimented with making them fully extensible, but it turned out to be not worth the cost, particularly since there shouldn't be that many traits in a media system.
    Traits represent fundamental characteristics or capabilities of the media in its context.  For example, some media is playable (videos), other media is not (images).
    A trait cannot apply to all media types.  If it could, then there would be no reason to model it as a trait, instead we would model it as part of the MediaElement.  Metadata is a good example of this, in that any MediaElement might have some metadata associated with it, so it wouldn't make sense to make metadata a trait.  Similarly, any MediaElement has the ability to go into fullscreen mode, so I wouldn't model the ability to go fullscreen as a trait.
    On a semi-related note, I'm often asked (inside Adobe and elsewhere) for a technical overview of OSMF.  I've posted the slides that I use for this purpose here:
    https://sourceforge.net/adobe/osmf/wiki/_discuss/thread/d6c3d719/1962/attachment/OSMF%20Ar chitectural%20Building%20Blocks.pdf
    The slides cover the fundamental building blocks of OSMF, things you are likely to use over and over if you're building complex media experiences.  They might shed some light on which different parts of OSMF should be used in which situations.

  • [svn:osmf:] 15899: Attempted fix for unit tests failure.

    Revision: 15899
    Revision: 15899
    Author:   [email protected]
    Date:     2010-05-04 17:21:06 -0700 (Tue, 04 May 2010)
    Log Message:
    Attempted fix for unit tests failure.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as

  • [svn:osmf:] 16270: Recommitted fix for FM-857: VAST and MAST impressions and tracking events are broken.

    Revision: 16270
    Revision: 16270
    Author:   [email protected]
    Date:     2010-05-20 19:19:57 -0700 (Thu, 20 May 2010)
    Log Message:
    Recommitted fix for FM-857: VAST and MAST impressions and tracking events are broken.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-857
    Modified Paths:
        osmf/trunk/libs/samples/VAST/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/trunk/libs/samples/VAST/org/osmf/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/libs/samples/VASTTest/org/osmf/vast/media/TestVASTImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTTest/org/osmf/vast/media/TestVASTTrackingProxyElement.as

  • [svn:osmf:] 16045: To fix bug FM-760, add a test suite for http streaming video.

    Revision: 16045
    Revision: 16045
    Author:   [email protected]
    Date:     2010-05-11 16:35:52 -0700 (Tue, 11 May 2010)
    Log Message:
    To fix bug FM-760, add a test suite for http streaming video.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/OSMFIntegrationTests.as

    (Removed)

  • [svn:osmf:] 14625: Reworked fix for FM-506.

    Revision: 14625
    Revision: 14625
    Author:   [email protected]
    Date:     2010-03-08 10:37:29 -0800 (Mon, 08 Mar 2010)
    Log Message:
    Reworked fix for FM-506.  Current time == duration once the video stops, and seek(0) goes to 0.   Handles incorrect duration metadata, as well as audio delay offsets.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-506
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamTimeTrait.as

  • [svn:osmf:] 10683: Bug fix for SWFElement drawing outside of its bounds causing layout havok.

    Revision: 10683
    Author:   [email protected]
    Date:     2009-09-29 09:29:55 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Bug fix for SWFElement drawing outside of its bounds causing layout havok.   FM-87 and FM-77
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-87
        http://bugs.adobe.com/jira/browse/FM-77
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/content/ContentElement.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:osmf:] 17638: To fix FM-1040, we came up with a solution as depicted by SVN change number 17636.

    Revision: 17638
    Revision: 17638
    Author:   [email protected]
    Date:     2010-09-09 16:34:17 -0700 (Thu, 09 Sep 2010)
    Log Message:
    To fix FM-1040, we came up with a solution as depicted by SVN change number 17636. However we are not totally satisfied because some multicast specific code was introduced to the NetLoader class. To remedy the problem, we introducted an indirection such that the multicast specific code goes to the MulticastNetLoader.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1040
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/MulticastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamLoadTrait.as

    Agree it is a pain in the but I know that you can use the same bbid on 2 playbooks.
    Be a Shepard and not an iSheep.

  • [svn:osmf:] 15073: Add unit tests for AdobeFragmentRunTable.as

    Revision: 15073
    Revision: 15073
    Author:   [email protected]
    Date:     2010-03-26 13:48:28 -0700 (Fri, 26 Mar 2010)
    Log Message:
    Add unit tests for AdobeFragmentRunTable.as
    Fix bugs uncovered by the unit tests
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeBootstrapBox.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/HTTPStreamingTestsHelper.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeBootstrapBox.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragmentRunTable.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragmentRunTableInt egration.as

  • [svn:osmf:] 13121: Moving the setup for the default control bar into a DefaultControlBar class .

    Revision: 13121
    Revision: 13121
    Author:   [email protected]
    Date:     2009-12-21 11:53:07 -0800 (Mon, 21 Dec 2009)
    Log Message:
    Moving the setup for the default control bar into a DefaultControlBar class. Adding constants for the widget names, and updating WebPlayer accordingly.
    Modified Paths:
        osmf/trunk/apps/samples/framework/WebPlayer/src/WebPlayer.as
        osmf/trunk/libs/ChromeLibrary/.flexLibProperties
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBar.as
    Added Paths:
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/DefaultControlBar.as

    Revision: 13121
    Revision: 13121
    Author:   [email protected]
    Date:     2009-12-21 11:53:07 -0800 (Mon, 21 Dec 2009)
    Log Message:
    Moving the setup for the default control bar into a DefaultControlBar class. Adding constants for the widget names, and updating WebPlayer accordingly.
    Modified Paths:
        osmf/trunk/apps/samples/framework/WebPlayer/src/WebPlayer.as
        osmf/trunk/libs/ChromeLibrary/.flexLibProperties
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBar.as
    Added Paths:
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/DefaultControlBar.as

  • [svn:osmf:] 15511: Add unit tests for PluginInfo.

    Revision: 15511
    Revision: 15511
    Author:   [email protected]
    Date:     2010-04-16 10:58:30 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Add unit tests for PluginInfo.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestPluginInfo.as

  • [svn:osmf:] 15512: Extend unit tests for NetLoader.

    Revision: 15512
    Revision: 15512
    Author:   [email protected]
    Date:     2010-04-16 11:28:52 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Extend unit tests for NetLoader.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetLoader.as

Maybe you are looking for

  • Import .par file into NWDS and Run without deployment ?

    Hello All,       I'm new to the NWDS and the Portal. I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues. My Requirement is like this :- 1. I need to create a Portal Application which calls an URL. 2. But before develo

  • Hebrew / English Keyboard for 700 MHz eMac

    Does anyone know of a Hebrew English USB Keyboard for a 700 MHz eMac either made for a PC or Mac? If it's for a PC how do I get an ⌘ key besides using a decal?

  • How do you edit the 'About this mac' window?

    Hi, I need to edit the about this mac window - pictured here to remind you of what exactly it is ( http://www.pluggedinmac.com/Picture%201.jpg )- in order to further my understanding of how this aspect of Macintosh works. I will be extremely greatful

  • I cannot view videos and have tried everything.

    I cannot play videos in Firefox. It does not recognize that Flash has been installed. I have tried everything and am actually tired of this. When I check on page it says the npnul32.dll is missing. I do not know what that is or how to fix it, can you

  • FP_TEST_IA_01 Problems with Printview

    Hello, I have a Problem when i executing the FP_TEST_IA_01 normaly a popup comes and ask where i want to print and for testing the Interactive Forms,  i must chose Printview. But no popup comes up !  Where ist the Problem ? Thanks best regards Steven