Hi guys,
I have an issue with IE.
I created the following script inside my Flash movie:
on (press) {
getURL("javascript :NewWindow=window.open('http://www.albamonte.com/GDE/flash/video_ipiantiRealizzati_B.swf',' newWin','width=590,height=480,left=0,top=0,toolbar =No,location=No,scrollbars=No,status=No,resizable= No,fullscreen=No'); NewWindow.focus(); void(0);");
}
The goal is to have a popup window opening up and showing a movie. It works great in Mozilla Firefox, but not in IE (it give me "Error on the page")!
I'm going crazy trying to figure out why is that, do you have any suggestion why is not working and how can I fix it.
I thank you in advance for you help
Regards
Fausto
|