My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 17: erroneous VIDEO_NOT_FOUND
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by scott.schafer, May 07, 2009
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.



Comment 1 by sam.bellman, Sep 18, 2009
I'm getting this as well. No matter what the an error event with a code of 100
(VIDEO_NOT_FOUND) is always being called when I try to load a video no matter what.

I noticed that for the videos that really don't exist an error code of 150 is sent.
Though that doesn't correspond with any of the constants in PlayerErrorEvent is seems
to work reliably.
Sign in to add a comment

Hosted by Google Code