[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> they now have an issue if the user clicks the back buton while recording
> - the browser crashes.

Hi Grimmwerks,

I had this same problem while writing the Connect to Server behavior for D8.
The stopMovie event is not sent to the movie in certain browsers when it is
halted abruptly.  However, a timeOut object does manage to detect what is
happening and does send a stopMovie message to its target.

The solution, which you can see in the Connect to Server behavior is to
create a timeOut object with a period of 0 (so the regular callback is never
called), and add a stopMovie handler.

I hope this works in you case too.

Cheers,

James


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to