I have been using the following actionscript for awhile now.

import mx.video.*;
var listenerObject:Object = new Object(); listenerObject.complete = function():Void { _root.gotoAndPlay("frame3"); trace(this); }; my_FLVPlybk.addEventListener("complete", listenerObject);

An issue I have run into that I have not been able to figure out is if the FLV fades to black it appears to just stop and never returns to the flash timeline. I have been trimming black from the ends of videos but sometimes the video is fading out before the audio ends and I am stuck with a video that never returns for the call to action verbage on frame3

Any suggestions? I have an FLV that is driving me crazy that is fading to black before the audio ends so I can't really chop it. It is not a video we created and it needs to get up ASAP.

I asked the broadcast gurus at the Avid training I recently completed why black would do this and they looked at me with glazed eyes as they are not Flash users.