Re: [Flashcoders] FLVPlayback progress event listener

2006-06-19 Thread Sarah Plowright
}; introflv.addEventListener("complete", listenerObject); introflv.addEventListener("progress", listenerObject); introflv.load("DRIVERSPLASHLg.flv"); On 6/19/06, Sarah Plowright <[EMAIL PROTECTED]> wrote: I am testing locally, although I assumed that since you can test oth

Re: [Flashcoders] FLVPlayback progress event listener

2006-06-19 Thread Sarah Plowright
and the progress event will not fire once the video is loaded. Try it with a file that is on a server somewhere and you will see what you are looking to see. -Steve -------- From: "Sarah Plowright" <[EMAIL PROTECTED]> Subje

Re: [Flashcoders] FLVPlayback progress event listener

2006-06-19 Thread Sarah Plowright
ted? Is this code perhaps getting executed repeatedly or going out of scope? -Steve ------- Date: Mon, 19 Jun 2006 10:48:06 -0400 From: "Sarah Plowright" <[EMAIL PROTECTED]> Subject: [Flashcoders] FLVPlayback progress event listener I have a feeling I'm missing something incr

[Flashcoders] FLVPlayback progress event listener

2006-06-19 Thread Sarah Plowright
I have a feeling I'm missing something incredibly stupid... I'm having problems with my FLVPlayback progress event listener - everytime I test it, it pauses, then the the event is called once, and my FLV starts playing. My code is as follows: var listenerObject:Object = new Object(); listenerOb