Hi , i am using javascript in flash to open a pop up window when a button is press in flash. The code seem to work with no problem in firefox, but it always come back with this error in Explorer. "Internet Explorer cannot download. unspecify error" Does any body know why this is happening and how i can fix this. the i used is below.
thankz in advance.
on (release) {
getURL ("javascript:NewWindow=window.open('download/1024.html','newWin','width=1024,height=768,left=0,top=0, toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=Yes'); NewWindow.focus(); void(0);");
}
Bookmarks