Flasher Archive

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


Subject: Re: FLASH: Pop Up window ??
From: Todd Purgason
Date: Fri, 30 Oct 1998 14:28:22 GMT

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()


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>



Rusty Worden wrote:

> Oh... sorry, good question though. I don't know the answer.
>
> At 02:57 PM 10/29/98 -0800, you wrote:
> >At 03:52 PM 10/29/98 -0500, you wrote:
> >>
> >> Thanks Rusty,
> >>
> >> But I dont think I asked my question correctly ...
> >>
> >> My question....
> >>
> >> I have a "Netscape window" - 300x300 in the window I have button that says
> >> "close" I want the button once hit to close the "Pop Up Window"... what do I
> >> do to the action attached the button that will close the "netscape
> >window"...
> >>
> >>
> >>
> >> Eric
> >>
> >
> >
> >
> >Hi Eric.
> >
> >I thought Len Harrison answered this for you. See also Colin Moock's
> >tutorials
> >at http://colinmoock.iceinc.com/webdesign/flash/. If you use the two-frame
> >method, and the popup window is HTML content, the "close" link can call a new
> >html page into the same frame with a self-close javascript command. Here's
> >one
> >Jason Nugent posted awhile ago:
> >
> >
> > <A HREF="#" onClick='self.close()'><IMG SRC="close.gif"
> >HEIGHT="100" WIDTH="100"></A>
> >
> >
> >HTH.
> >
> >PS: Please try to disable the .vcf attachments from your emails. They
> >clutter
> >up folks' hard drives, use bandwidth, and are considered poor netiquette :-)
> >
> >
> >
> >Marc Hoffman
> >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> >
> >View my Flash3 work: <http://www.jps.net/dartfrog/sampler>.
> >Play a virtual marimba: <http://www.jps.net/dartfrog>.
> >Find out where my band performs: <http://www.jps.net/dartfrog/littlebird>.
> >Complain about self-promoting email signatures:
> ><marchofatjps [dot] net (subject: complaint) (mailto:marchofatjps [dot] net?subject=complaint)>
> >
> >------------------------------------------------------------------------
> >To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> >email to list-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com
> >
>
> Check out this url: <http://www.lostgen.com>http://www.lostgen.com
> Rusty Worden
> Webmaster
> Cisco Systems
> 408-527-7587
>
> I want to die in my sleep like my grandfather, not screaming like the
> passengers in his car.
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com

--
Todd Purgason
.......................... creative director ......................
...Juxt Interactive .................................
............. http://juxtinteractive.com .........



------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com


Replies
  Re: FLASH: Pop Up window ??, John Croteau

Replies
  Re: FLASH: Pop Up window ??, Eric Nanni
  Re: FLASH: Pop Up window ??, Rusty Worden
  Re: FLASH: Pop Up window ??, Rusty Worden

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