Flasher Archive

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


Subject: RE: FLASH: opening a browser that is non-resizable...
From: william myers
Date: Tue, 17 Nov 1998 20:01:03 +0000 (GMT)

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


-----Original Message-----
From: Arlen Nielsen [arlenatuniserve [dot] com (mailto:arlenatuniserve [dot] com)]
Sent: Tuesday, November 17, 1998 2:45 PM
To: flasheratshocker [dot] com; flasher-digestatchinwag [dot] com
Subject: FLASH: opening a browser that is non-resizable...


Yes this is a very simplistic question, but I cannot figure it out. How can
you open a new browser window from a flash movie that is a specific size and
non-resizable. I've seen it done, but how do I do it?

Thanks for all replies in advanced!
Arlen Nielsen - Multimedia Designer
arlenatmdgnews [dot] com (mailto:arlenatmdgnews [dot] com)

McAlpine Design Group
http://www.mdgnews.com
T 604.792.4053
F 604.792.3053


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

------------------------------------------------------------------------
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: opening a browser that is non, Jason BARNARD
  Re: RE: FLASH: opening a browser that is, Colin Moock

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