|
|
What steps will reproduce the problem?
The issue is that after loading a valid movie, I get a VIDEO_NOT_FOUND
error. If I ignore the error, the video plays.
Something like this:
public function testMovie():void
{
movieChannel.addEventListener(MovieProgressEvent.MOVIE_PROGRESS,
onMovieProgressEvent, false, 0, true );
movieChannel.addEventListener(PlayerErrorEvent.ON_ERROR, onMovieErrorEvent,
false, 0, true);
movieChannel.loadVideoById("V3GmNMbuMbc")
}
What is the expected output? What do you see instead?
The expected output is that onMovieErrorEvent() is not called. Instead, it
is, and then onMovieProgressEvent() is called with the playing movie's
progress.
What version of the product are you using? On what operating system?
? The Feb 2009 version? Not sure, it would be helpful if you put the
version number in the source code. I'm using Vista.
Please provide any additional information below.
|