Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: IE 4.5 and JavaScript Windows |
From: | Erik [gearik] Mattheis |
Date: | Fri, 15 Jan 1999 21:06:38 GMT |
>Does this script close the opening window
Maybe if a previous site has given the window the name 'flash' it would -
to avoid this you could also put as an attribute of the body tag in the
window with the opening script:
<body onload="window.name=notFlash">
or give your new window an esoteric name like 'myDutchUncleSuzie'
>> If your pop-up window name is "flash," load the following document into the
>> window (get URL: close.js). These are the only two lines in close.js:
>>
>> if (window.name == 'flash') {
>> self.close()
>>
>> You can precache the document by saving it as "close.js" and having in your
>> opener window the the following line:
>>
>> <script language="javascript" src="close.js"></script>
>>
>> Make sure your server has the mime-type set for application/x-javascript.
-----------------------
>> Have you been able to get a Flash movie to display properly in IE 4.5 Mac?
>
>yes as far as I could tell, I have not checked every site yet but
>http://lundstromarch.com works except the windows
It seems to happen only with certain parameters or combinations of
parameters for embedding the swf - the "scale" and "width" and "height"
ones.
As an example check out http://www.eye4u.com/ - the movie is supposed to
fill the window from top to bottom - in IE4.5 Mac, swf is many pixels lower
than it's supposed to be, and the bottom is cut off - resize your window to
different aspect ratios and you will see the problem. I'm getting this
problem with a flash movie in frameset row as well.
__________________________
Erik [gearik] Mattheis
<http://www.gourmandizer.com>
__________________________
------------------------------------------------------------------------
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: IE 4.5 and JavaScript Windows, Erik [gearik] Mattheis
Replies
Re: FLASH: IE 4.5 and JavaScript Windows, Erik [gearik] Mattheis
Re: FLASH: IE 4.5 and JavaScript Windows, Todd Purgason
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]