::: !HELP - sizing my pop-up window - HELP! :::

I am currently making my fourth website, however this is my first all Flash site. I have created my index page as an entry page and the main page opens in a new pop-up window. I want the pop-up window to be the exact size as the Flash document though.

So i want my main page to be 550 x 400 pixels. How do i go about doing this? I have seen it done before and i have read a similar tutorial but it was poorly written.

If anyone at all can help? Muchly appreciated!
If anyone would also like the actual files involved let me know and i’d be more than glad to let you have a go! :pirate:

use dreamweaver. The standard behaviours allows window.open function and also allows parameter definition inc Height & Width

oNewWindow = window.open( "page.html", null, "height=550 height=400");

http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp?frame=true

how would you make a pop-up in just plain html ??

what do you mean? plain html?