Re: [Flashcoders] end of program event?

2010-06-01 Thread Hans Wichman
- From: "Hans Wichman" < > j.c.wich...@objectpainters.com> > To: "Flash Coders List" > Sent: Tuesday, June 01, 2010 1:41 AM > Subject: Re: [Flashcoders] end of program event? > > > > Hi, >> >> if you use a localsharedobject it will flush

Re: [Flashcoders] end of program event?

2010-06-01 Thread Jim Andrews
k in Flash projects? ja http://vispo.com - Original Message - From: "Hans Wichman" To: "Flash Coders List" Sent: Tuesday, June 01, 2010 1:41 AM Subject: Re: [Flashcoders] end of program event? Hi, if you use a localsharedobject it will flush automatically as the

Re: [Flashcoders] end of program event?

2010-06-01 Thread Hans Wichman
Hi, if you use a localsharedobject it will flush automatically as the player quits. Intercepting the finalize/destroy etc is not possible I think. hth hans On Tue, Jun 1, 2010 at 2:04 AM, Glen Pike wrote: > Hi, > > Not sure it this is any good, but try listening for the > REMOVED_FROM_STA

Re: [Flashcoders] end of program event?

2010-05-31 Thread Glen Pike
Hi, Not sure it this is any good, but try listening for the REMOVED_FROM_STAGE event in your document class? Failing that, you could setup some JavaScript to talk to Flash on the Window.unload event, but by then Flash could have gone... Hope this is some help.. Glen Jim Andrew

[Flashcoders] end of program event?

2010-05-31 Thread Jim Andrews
I want to write text info to disk when the user quits the flash piece playing in the browser. Is there an event I listen to for the end of the program? What event? ja ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.f