Commit | Date | |
---|---|---|
2010-03-12 20:49:15 | Tree | |
2010-03-12 20:30:32 | Tree | |
[r1310]
by
briggs@adobe.com
Fix inconsistent MediaPlayerState transitions. In general, media should transition from UNINITIALIZED to LOADING to READY to BUFFERING (if canBuffer) to PLAYING. For error conditions, media should transition from LOADING to PLAYBACK_ERROR. Added additional error cases to ExamplePlayer. Update unit tests to verify these states for all media types. |
2010-03-12 00:34:45 | Tree |
2010-03-11 23:32:56 | Tree | |
2010-03-11 23:02:07 | Tree | |
[r1307]
by
oconnell@adobe.com
Fixed preloader issue with work around. Underlying flash player bug filed. https://bugs.adobe.com/jira/browse/FP-4114 |
2010-03-11 20:44:27 | Tree |
[r1306]
by
briggs@adobe.com
Fix FM-530: MediaPlayer remains in buffering state when playing live streams. Updated ExamplePlayer with a live example. |
2010-03-11 01:49:54 | Tree |
[r1305]
by
briggs@adobe.com
Fix FM-262: Add checkPolicyFile param to SoundLoader, to enable use of SoundMixer.computeSpectrum and Sound.id3. API to be reviewed by PARB. |
2010-03-11 01:08:10 | Tree |
[r1304]
by
briggs@adobe.com
Fix FM-60: MediaPlayer.load swallows exceptions. The fix is to convert exceptions into MediaErrorEvents with the details of the failure. This approach is preferred over throwing an exception, because this is an error which doesn't strictly qualify as a programming error (e.g. the exception may be due to passing an resource to a MediaElement that doesn't handle it, and the MediaPlayer client may just be acting as a pass-through). Updated unit tests and ExamplePlayer with another failure sample. |
2010-03-11 00:40:19 | Tree |
2010-03-10 23:49:10 | Tree |