PDA

View Full Version : Open link in new window


panel
07-31-2007, 01:17 PM
hi

...sound simple but here is scenario
- user click link and popup window opens
- in this popup i have flash application
- in applicastion I have link and i need to open it in new window (fullscreen window).

Here is the part where getURL falls

getURL("http://www.mypage.com", "_blank");

IE - open new window but not fullscreen
FF - opens page in popup window (flsh application window)

What is the best way to achive this? any examples? any ideas?

Cota
07-31-2007, 01:35 PM
Use this,
http://www.flash-db.com/PopUp/PopUp.html

lets you create the window size, etc. Should get you were you need to go.