Mozilla opens pop up correctly. This strange thing happened only on IE 2010/3/3 natalia Vikhtinskaya <[email protected]>: > I test it from html > <script language="javascript"> > if (AC_FL_RunContent == 0) { > alert("This page requires AC_RunActiveContent.js."); > } else { > AC_FL_RunContent( > 'codebase', > 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', > 'width', '550', > 'height', '400', > 'src', 'test', > 'quality', 'high', > 'pluginspage', > 'http://www.macromedia.com/go/getflashplayer', > 'align', 'middle', > 'play', 'true', > 'loop', 'true', > 'scale', 'showall', > 'wmode', 'window', > 'devicefont', 'false', > 'id', 'test', > 'bgcolor', '#ffffff', > 'name', 'test', > 'menu', 'true', > 'allowFullScreen', 'false', > 'allowScriptAccess','always', > 'movie', 'test', > 'salign', '' > ); //end AC code > } > </script> > > 2010/3/3 Nathan Mynarcik <[email protected]>: >> When you test locally, are you testing your swf embedded in an HTML file? Or >> are you testing it from when Flash shows you the published swf? >> >> >> ------Original Message------ >> From: natalia Vikhtinskaya >> Sender: [email protected] >> To: Flash Coders List >> ReplyTo: Flash Coders List >> Subject: [Flashcoders] Re: Pop up window locally >> Sent: Mar 3, 2010 11:58 AM >> >> But if locally I test script like >> getURL >> ("javascript:NewWindow=window.open('http://www.somename.com/key16.html','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');void(0);"); >> this script works in IE and opens pop up window >> >> >> 2010/3/3 natalia Vikhtinskaya <[email protected]>: >>> Hi >>> I cannot find solution for this small problem >>> Simple code >>> getURL >>> ("javascript:NewWindow=window.open('key16.html','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');void(0);"); >>> >>> >>> That opens pop up window when I test it from the server and does not >>> open pop up window when I test it locally on computer. >>> Thanks for any help. >>> >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> >> Nathan Mynarcik >> Interactive Web Developer >> [email protected] >> 254.749.2525 >> www.mynarcik.com >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

