Open browser window

i have my site in flash but i would like it to automatically open in a browser window like on http://www.pddesign.com

but i would like the window to be perfectly centered … how do i do that?

use lostinbeta’s code
http://www.kirupaforum.com/showthread.php?s=&threadid=9571

and add this script to your html document in the < body > tag

<body Onload="javascript:newWin(page,winName,w,h,scrollb,resize);">

it should work :slight_smile:

[size=1][ edit ]
remove all the spaces within the quotes[/size]