Revision: 13616
Revision: 13616
Author: rfrishbe@adobe.com
Date: 2010-01-18 21:01:44 -0800 (Mon, 18 Jan 2010)
Log Message:
***********
Fixing a VideoPlayer bug, SDK-25116 (When switching the video source while another video is loading, the switch doesn't always work). It's similar to SDK-24933. In the previous fix, we cleaned up the asynchronous load when we decided we wanted to just play the video. However, we should also clean up this asynchronous load when the source changes. This code could be refactored later, and I put a TODO in for that.
Also, I'm cleaning up some docs around some scenarios when the source is switched that explicitly won't work. At some point, we could make these work, but I don't think it's worth the extra effort/code given how likely these are that a developer or user would run in to them.
QE notes: -
Doc notes: -
Bugs: SDK-25116
Reviewer: Kevin, Peter F.
Tests run: checkintests, Peter ran cyclone
Is noteworthy for integration: No
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-25116
http://bugs.adobe.com/jira/browse/SDK-24933
http://bugs.adobe.com/jira/browse/SDK-25116
Modified Paths:
**************
flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/VideoDisplay.as