Flasher Archive

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


Subject: RE: FLASH: Multiple Popup Windows
From: JGL
Date: Fri, 21 Jul 2000 10:02:59 +0100

That seems more complicated than need be . . .

Just assign the button actions with a getURL like below and don't worry
about encoding your html pages at all:

On (Release)
Get URL
("javascript:window.open('http://www.whatever.com','pagename','scrollbars=1,
location=1,resizable=1,toolbar=1,status=1,locationbar=1,width=600,height=400
,left=50,top=50',location.href='#')")
End On

By changing the values 1 or 0 where it says toolbar=1 etc. will show it or
not show it. That left and top value is for screen position.

To close the window, put a link on that page to goto a html page coded like
this:

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

The above works real well. I use it all the time now.

:)
jgl

-----Original Message-----
I have flash movie that has 4 buttons on it. Each button will have to open
a separate popup browser window with specific and different dimensions,
etc... I know I would need to use JavaScript for this and knowing next to
nothing about I dug around for a tutorial to help me. After trying numerous
I found one that worked, but the problem is it only works for one button and
does not work for the others.


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 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
  FLASH: Multiple Popup Windows, DLA

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