What happened to the chromeless popup window???
The code I have used for years to generate popups from Flash…
getURL (“javascript:mywindow=window.open(‘mypage.html’,‘mywin’,‘width=800,height=600,left=0,top=0,toolbar=no,location=no,scrollbars=no,status=no,resizable=no,fullscreen=no’); mywindow.focus(); void(0);”);
}
no longer creates a window that cannot be resized. This is true for FireFox and Safari.
Check kirupa’s own example to see what I mean;
http://www.kirupa.com/developer/flash5/borderless.htm