Commit | Date | |
---|---|---|
2010-04-21 22:45:26 | Tree | |
[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 |