I am currently building a site where I need to instruct flash to open a
new (pop-up) window.
I want the new browser window to have no scroll bars or navigation
bars.
The script that I have used in flash to open the new browser windows
does exactly what I want in every browser
except IE on the mac, where it adds scroll and menu bars (it is fine
with IE on the PC).
The scipt is:
on (release) {
getURL
("javascript:NewWindow=window.open('contact.html','newWin','width=3
09,height=399,left=0,top=0,toolbar=No,location=No,scrollbars=No,st
atus=No,resizable=No,fullscreen=No'); screen_height =
window.screen.availHeight; screen_width = window.screen.availWidth;
left_point = parseInt(screen_width/2)-(650/2); top_point =
parseInt(screen_height/2)-(400/2);
setTimeout('NewWindow.moveTo(left_point,top_point)',100); void(0);");
}
if anyone can tell me the actionscript to instruct flash to open the new
window as it does in all other browers (without scroll bars and
navigation)
that would be great.
Otherwise I will have to ask viewers not to use IE when being viewed on
the mac, which would be bad.
By all means have a look at the site:
www.the-box.tv to see what I mean.
cheers
Andy
Harri Mellin - 28 Oct 2003 13:43 GMT
> if anyone can tell me the actionscript to instruct flash to open the new
> window as it does in all other browers (without scroll bars and
> navigation)
> that would be great.
> Otherwise I will have to ask viewers not to use IE when being viewed on
> the mac, which would be bad.
make the window bigger i think that will fix the problem

Signature
-------------------------------------------
Swedish Webcams http://zap.to/webcams
-------------------------------------------