i have a flash movie that opens a 'popup' browser window to a specific url on my server (link.html)... i want this window's size and other attributes specified... i used this code inside the HTML <head> to resize the window:
<SCRIPT>
window.resizeTo(375,375);
</SCRIPT>
<SCRIPT>
window.resizeTo(375,375);
</SCRIPT>