I'm looking to open a pop-up window with my website in it (which is essentially just an placeholder HTML page that has only my SWF in it... the SWF is the entire web page). Now the trick is, I already have the popo-up come up as a centered window at 800 X 600. On really high resolutions, though, the text in the SWF gets really small. Is there any way to have Javascript open the pop-up and resize automatically to %75 of the horizontal and vertical size of the user's screen resolution? Also, if I do that, is there a way to have the SWF that's embedded in the HTML page to auto-scale along with the pop-up window (the same behavior that occurs when you open an SWF file directly with Internet Explorer)?

Thanks in advance.