Commit | Date | |
---|---|---|
2010-03-15 22:38:18 | Tree | |
2010-03-15 22:14:32 | Tree | |
[r1324]
by
briggs@adobe.com
Put gate around autoRewind code, to prevent possibility of an infinite loop (which could happen if you create a SerialElement with the last child a DurationElement of duration zero). |
2010-03-15 20:48:04 | Tree |
[r1323]
by
briggs@adobe.com
Fix bug FM-189: SerialElement doesn't display last child if it lacks the PlayTrait. Added example to ExamplePlayer showing a poster frame at end of playback (which was impossible prior to this fix). |
2010-03-15 20:29:02 | Tree |
2010-03-15 19:28:31 | Tree | |
[r1321]
by
briggs@adobe.com
Fix FM-556: When MediaPlayer enters error state, capabilities should be set to false, and capability change events should be dispatched. Also fixed typo in one of the capability change event names. |
2010-03-15 19:27:47 | Tree |
[r1320]
by
oconnell@adobe.com
Refixing preloader example after the false and true were swapped in a refactoring. FM-518. |
2010-03-15 17:29:22 | Tree |
2010-03-15 16:25:26 | Tree | |
[r1318]
by
briggs@adobe.com
Fix bug FM-331: Unable to seek within a temporal element. The bug is due to the composite SeekTrait being initialized prior to the composite TimeTrait, which it depends on. The fix is for the composite SeekTrait to listen for the composite TimeTrait being added or removed. Note that this required an API addition on the base SeekTrait, exposing a protected setter for the TimeTrait (a protected getter already existed). |
2010-03-13 01:48:10 | Tree |
[r1317]
by
briggs@adobe.com
Fix bug FM-373: SerialElements can't seek if certain children are unseekable. Updated RTMPPosterFrameElement to use a ProxyElement-based approach with blocked traits (much simpler and more robust). |
2010-03-13 00:11:58 | Tree |