Popping Window From Flash
Popping Window From Flash
- Started
- Last post
- 3 Responses
- nacnud
So we need to pop a window from a Flash banner ad. That's no problem, but the window needs to be sized to a smaller size, and using the code that Macromedia suggests:
getURL("javascript:window.open... + (screen.width-640)/2 + ',top=' + (screen.height-354)/2 + 'screenX=' + (screen.width-640)/2 + ',screenY=' + (screen.height-354)/2);");
brings up an error in IE on PCs -- it launches the new window, but the old window changes to an "OBJECT" screen.
Has anyone encountered this and if so, do you have a workaround? Thanks!
- ********0
I did it for Purchase Now here" http://www.loopkit.com
DL and steal.
- vansergio0
you can always check Kirupa.com next time