Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Pop Up window ?? |
From: | John Croteau |
Date: | Fri, 30 Oct 1998 19:01:30 GMT |
Hi Todd,
> the only sure fire way I have found to get windows to open and close from
> flash is to have the button call a function and carry no variables.
> Thus to close a window I use the get URL action and input
> javascript:closeWindow()
Using this javasript: technique from Flash
doesn't work for MSIE 3 browsers and is alao a surefire way
to also get an error in those browsers as well.
If your site excludes MSIE 3 or you use a different technique for MSIE3
then this is a good technique to use.
> Then in the frameset containing the flash file (or file containing flash if not
> in a set) I would use
> <SCRIPT LANGUAGE="JavaScript"><!--
> function closeWindow() {
> window.close('this');
> }
> // -->
> </SCRIPT>
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King --
http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: Pop Up window ??, Eric Nanni
Re: FLASH: Pop Up window ??, Rusty Worden
Re: FLASH: Pop Up window ??, Rusty Worden
Re: FLASH: Pop Up window ??, Todd Purgason
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]