Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: window.close() Crashing Netscape on Win '98
From: JGL
Date: Tue, 7 Nov 2000 18:11:25 GMT

This way is almost fool proof:

Have a page like this:

<HTML>
<HEAD><TITLE>Window Closer</TITLE></HEAD>
<BODY ONLOAD="self.close()">
</BODY>
</HTML>

Name it close.html

Have your button getURL close.html

jgl

-----Original Message-----
Hi list, I'm having a wierd crash with a Flash project on Netscape 4.7
running on Windows 98 and was wondering if anyone else is experiencing
the same. I have a button to close the window that houses the swf file
with this code:

on(press)
getURL ("javascript:window.close()");

The window that houses the swf is a child window so there is a parent
window (which opens the child) underneath it. The getURL function is NOT
set to expression and the swf is published as a Flash4 file. Any ideas
or comments? Thanks.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: window.close() Crashing Netscape , Jonathan Rose

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]