[Flashcoders] flvPlayBack complete event not firing

2006-08-16 Thread Jeff Mastropietro
I am having an issue with the FLVPlayback.complete event. This event should trigger when my flv file has completed playback (reached the end of the video); however, it only triggers some of the time. For certain flv's, playback will stop short of the end of the file and the complete event is ne

Re: [Flashcoders] FLVPlayback complete event not firing.

2006-06-01 Thread Jason
eople mentioned about using Burak's metadata injector but that did not solve the problem on my case... :( Jason - Original Message - From: "clark slater" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, January 18, 2006 6:46 PM Subject: Re

Re: [Flashcoders] FLVPlayback complete event not firing.

2006-01-18 Thread clark slater
This is caused by a poorly coded flv. I have encountered it before and finally tracked it down to our client using a desperately underpowered machine to encode the flv. On 1/18/06, Dan Wade <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm using the flvPlayback component. Then adding listener: > > vid

[Flashcoders] FLVPlayback complete event not firing.

2006-01-18 Thread Dan Wade
Hello, I'm using the flvPlayback component. Then adding listener: vidPlayBack_cmp.complete = function( evt:Object ):Void { this._visible = false; } vidPlayBack_cmp.addEventListener("complete"); Simple enough. But the event never fires. Any ideas/experience with this? I'm thinking the actual