Look at this script:
<a href="brooklyn.swf" onclick="
window.open(
'brooklyn.swf',
'Start Here: Brooklyn',
'toolbar=no,menubar=no,resizable=no,width=870,height=650,scrollbars=no'
);
return false">
Launch animated presentation >>
</a>
Can anybody explain why the resizable=no does not work in Safari or Firefox (haven’t tested any other browsers)? That is, the window call still be resized.
I think the problem is that you are opening a standalone
.swffile in a popup window. Try to make a small HTML page containing the flash file, and use that as a popup.