Re: [Flashcoders] window.onClose -> Flash

2006-05-01 Thread David Rorex
ybody know how to make modal dialog in Firefox? regards, Serge - Original Message - From: "g.wygonik" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, April 30, 2006 8:40 PM Subject: [Bulk] Re: [Flashcoders] window.onClose -> Flash If yo

Re: [Flashcoders] window.onClose -> Flash

2006-05-01 Thread Serge
- From: "g.wygonik" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, April 30, 2006 8:40 PM Subject: [Bulk] Re: [Flashcoders] window.onClose -> Flash If you dig in the list archives (if they are still around), i wrote a bit about how i used onBefo

Re: [Flashcoders] window.onClose -> Flash

2006-04-30 Thread Tyler Wright
If you're using Flash 8 you can skip using the modal dialog box. Because ExternalInterface and JavaScript communicate synchronously the JavaScript waits for Flash to return a value and the window waits for JavaScript. It's a great setup. You gotta love Flash8! Tyler On 4/30/06, g. wygonik <[EMAI

Re: [Flashcoders] window.onClose -> Flash

2006-04-30 Thread g . wygonik
If you dig in the list archives (if they are still around), i wrote a bit about how i used onBeforeUnload to trigger Flash and i know other people chimed in. In IE-only situations, i found it best to catch the onBeforeUnload event, tell Flash via setVariable, open a modal dialog box (so the main b

Re: [Flashcoders] window.onClose -> Flash

2006-04-25 Thread erixtekila
Le 25 avr. 06, à 23:31, David Rorex a écrit : window.onbeforeunload Never knew that one. I'l check for its availability across platforms. Thanks. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your sub

Re: [Flashcoders] window.onClose -> Flash

2006-04-25 Thread David Rorex
you could also try function myfunc() { // tell flash movie goodbye } window.onbeforeunload = myfunc; I've had pretty good success with it, in IE and Firefox on windows at least. On 4/25/06, erixtekila <[EMAIL PROTECTED]> wrote: > > > But to my knowledge a sharedobject is always flushed by fl

Re: [Flashcoders] window.onClose -> Flash

2006-04-25 Thread erixtekila
But to my knowledge a sharedobject is always flushed by flash at the moment you close the swf. So you could make a fix using that. This is a pretty nice info. Do you know if it's a special sharedObject or one that you were using first ? Not sure if this is any help to you. Hope it will… th

Re: [Flashcoders] window.onClose -> Flash

2006-04-25 Thread erixtekila
onUnload in javascript (and sen message to flash), but it is not working in all browsers That's what I've experienced too. Thanks. onClose doesn't too… --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change you

Re: [Flashcoders] window.onClose -> Flash

2006-04-25 Thread Dennis - I Sioux
t;Flashcoders mailing list" Sent: Tuesday, April 25, 2006 2:40 PM Subject: Re: [Flashcoders] window.onClose -> Flash onUnload in javascript (and sen message to flash), but it is not working in all browsers MW - Original Message - From: "erixtekila" <[EMAIL PROTECT

Re: [Flashcoders] window.onClose -> Flash

2006-04-25 Thread Martin Weiser
onUnload in javascript (and sen message to flash), but it is not working in all browsers MW - Original Message - From: "erixtekila" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, April 25, 2006 1:40 PM Subject: [Flashcoders] window.onC

[Flashcoders] window.onClose -> Flash

2006-04-25 Thread erixtekila
Hi, Is there a way to handle a closed window that was owning a flash instance ? I'd like to get an event for ex when someone quit a swf application, by closing it's window. Any idea ? Thanks --- erixtekila http://blog.v-i-a.net/ ___ Flash