RE: [Flashcoders] Closing Browser Through Flash/Javascript

2006-11-08 Thread Merrill, Jason
>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Geoff Stearns >>Sent: Wednesday, November 08, 2006 10:49 AM >>To: Flashcoders mailing list >>Subject: Re: [Flashcoders] Closing Browser Through Flash/Javascript >> >>you need to add allowscripta

Re: [Flashcoders] Closing Browser Through Flash/Javascript

2006-11-08 Thread Geoff Stearns
you need to add allowscriptaccess=always to your embed code. BUT, even with that, you might not be able to close it.. usually when you try to close a window you didn't open yourself, you get prompted by the browser... nothing you can do about that. if you really want it to behave like an ap

[Flashcoders] Closing Browser Through Flash/Javascript

2006-11-08 Thread Holth, Daniel C.
Hello, We are building Flash application that will be run off a CD and would like to have a button that closes the browser the Flash application is running in. We keep getting security errors that 'main.swf' is trying to communicate with 'index.html'. I know that I can personally set these