Re: [Flashcoders] FMS 2.0 Flash 8 Flv Player Continues Playback after Window Close

2007-01-30 Thread Geoff Stearns
this is a sort-of-known issue - i don't think adobe ever posted a knowledge base article about it, but they implemented a fix for it in flash player 9 (which was buggy) i replied to your post here: http://blog.deconcept.com/swfobject/forum/discussion/123/fms-20- flash-8-flv-player-continues

Re: [Flashcoders] FMS 2.0 Flash 8 Flv Player Continues Playback after Window Close

2007-01-30 Thread Jeff Harrington
Hey Andy, Wow... and duh... Thanks for making me look at it again, I was modifying the onunload code for something which gets pushed into a sub-div. That fixed it! The onunload videoController.destroy method just wasn't getting called. Thanks for making me reexamine my code. Ouch! Still

Re: [Flashcoders] FMS 2.0 Flash 8 Flv Player Continues Playback after Window Close

2007-01-30 Thread Andy Herrman
Could you put some javascript in the window the movie actually plays in (you said it's a browser window, so I'm guessing javascript is doable) that detects when the window is closed and sends a message to the Flash movie? The flash movie can then detect that and stop playing? That is weird that

[Flashcoders] FMS 2.0 Flash 8 Flv Player Continues Playback after Window Close

2007-01-30 Thread Jeff Harrington
Hi, the guys on the FMS list quasi-suggested I contact you guys as you might have encountered similar playback enigmae? I've been working around some strange errors in NetStream codes (InvalidArg) which prevents seeks from working sometimes and now I've created a player that just will not sto