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?
...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?