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: flashcoders-boun...@chattyfig.figleaf.com
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 <natavi.m...@gmail.com>:
> 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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Nathan Mynarcik
Interactive Web Developer
nat...@mynarcik.com
254.749.2525
www.mynarcik.com

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to