Flasher Archive

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


Subject: Re: FLASH: Closing a new window within Flash
From: 2Nerotik
Date: Fri, 24 Mar 2000 22:43:29 GMT

First this is what I've found:
javascript:window.self.close ();
AND
javascript:window.parent.self.close ();
both work in IE 5.5 (beta) on a PC

However
javascript:window.self.close ();
does not work in NN on a PC
BUT
javascript:window.parent.self.close ();
does work.

I'm guessing it's not having the window.parent in the code
that is giving NN trouble and that NN needs that to know that
the code is in frames.

Try it on the MAC it might work.

In case anyone was wondering those were all tested using the Get URL
in the buttons properties.

At 01:57 PM 24/03/2000 -0600, Jason_Schubringataal [dot] org wrote:


> >>Well, the moral of the story is that nothing is working. Does anyone
> >>have any suggestions? (I'm on a Mac on Navigator, if that makes a
> difference)
> >>Does anyone have an easy way to close a window with a button within the
> >>flash movie?
>
>
>Hi Sarah,
>
>I see no reason to call a function to pull this off. In the "Get URL," use
>this:
>
>javascript:window.self.close ();
>
>Works fine for me but I am not using frames. :-) Thought this may be of some
>help. Give it a shot.
>
>Good luck.

.oOo.
|| I feel like I'm diagonally parked in a parallel universe.
||
|| Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
|| Fontaholic ? ---> http://www.fontsanon.com
|| HTML Writers Guild ---> http://www.hwg.org

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Closing a new window within F, Jason_Schubring

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