Commit | Date | |
---|---|---|
[r1582]
by
briggs@adobe.com
Improved fix for FM-347, where autoRewind false would prevent subsequent playback. The new fix is to base the autoRewind-on-play decision on an internal "mediaAtEnd" property rather than on the duration equalling the currentTime. The problem with the latter is that some media (e.g. HTTP streamed DVR content, as seen in FM-681) will dispatch the "complete" event without the currentTime equalling the duration, and in fact the currentTime may never end up equalling the duration. Added unit test to catch the original bug. |
2010-04-21 21:19:18 | Tree |
[r1581]
by
briggs@adobe.com
Update ExamplePlayer readme with instructions for using with Flex 4 SDK. |
2010-04-21 19:32:13 | Tree |
2010-04-21 19:23:07 | Tree | |
[r1579]
by
oconnell@adobe.com
Fix for duplicate media size change events. The Reusable trait wasn't updating it's state when attached and detached from the composite element. |
2010-04-21 18:41:21 | Tree |
[r1578]
by
oconnell@adobe.com
Fixed issue where the voucher was saved off before it was verified as good. Also loosened checks on the voucher to allow for 0 license length vouchers. FM-690 |
2010-04-21 16:32:50 | Tree |
[r1577]
by
evrijkom@adobe.com
Fixing scrubber showing of the track when the element's duration is unknown. |
2010-04-21 12:03:26 | Tree |
2010-04-21 07:27:42 | Tree | |
2010-04-21 07:04:53 | Tree | |
[r1574]
by
briggs@adobe.com
Final partial fix for FM-719. This fix modifies DurationElement to only expose the traits of the proxied element when the playhead is within the range of the DurationElement. When a DurationElement completes (or when the user seeks out of one), then it blocks access to all but the core (load/play/seek/time) traits. Added unit tests, and a "timed banner" example to ExamplePlayer. |
2010-04-20 20:12:54 | Tree |
[r1573]
by
briggs@adobe.com
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. |
2010-04-20 19:37:41 | Tree |