Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Opening a separte window |
From: | David Gary |
Date: | Fri, 19 Feb 1999 06:14:48 GMT |
Matt Powell wrote:
> you can control the size and attributes of a window you open with
> JavaScript. You could either:
> a)learn JavaScript
> b)get someones who knows it do the code for you
> c)go to http://www.hotwired.com and read the webmonkey tutorials on
> Javascripting
> d) use some version of this script:
>
> <script language="javascript">
> <!--
>
> function MM_openBrWindow(theURL,winName,features) { //v1.2
>
> window.open(theURL,winName,features);
> }
>
> //-->
>
> </script>
>
This code might work with regular HTML applications, but if your calling up a
pop-up from a flash button
it conflicts with IE3 because of the "Live connect" prob.
Mock uses a "hidden frame" routine to combat this. If your controling the JS
from flash you probably
want to look into that technique.
-DG-
------------------------------------------------------------------------
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: Closing A Window, Eric Smollin
Re: FLASH: Opening a separte window, Matt Powell
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]