Flasher Archive

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


Subject: Re: RE: FLASH: opening a browser that is non-resizable...
From: Colin Moock
Date: Tue, 17 Nov 1998 20:06:03 +0000 (GMT)

Though the approach bill suggests is normally good, using
"javascript:functionname()" from Flash will not work with IE3. There
are other ways to pop-up a window that do support IE3.

see
colinmoock.iceinc.com/webdesign/flash/
for alternatives...



flasheratshocker [dot] com,Internet writes:
>Arlen,
>in the head of the html page

><script language="JavaScript">
><!--

>function openNewWindow(urlName) {
> new_window = window.open(urlName, 'NewWindow', width=520,
>height=400, resizable=no, status=yes, scrollbars=0');

> }

>and then in the flash movie for url use
>"javascript:openNewWindow('whatever.html')";>

>//-->
></script>


>I beleve there are more variables like coordinates for Where you want
>the
>window to open but I will defer to the experts on that


>bill

------------------------------------------------------------------------
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
  FLASH: DaVo's flash tip O' the day(#16), David Gary

Replies
  RE: FLASH: opening a browser that is non, william myers

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