sounds weird i know. but here is what i am doing. my main site is opening to a full screen mode, with no scroll bars and no menu bars. this is done with javascript in my action script. it works fine. however some of the links within my flash site are supposed to open additional popups using the same kind of AS but not to full screen mode; these links all have specific smaller sizes. but when you click on them they automatically fill the screen and overwrite the main site.
i need help on this please. it is driving me nutty nuts.
if you know a work around, please help . the AS i am using is below
on (release) {
getURL("javascript:NewWindow=window.open('http://www.johnpitre.com/newsletter.htm', 'NewWin', 'width=750,height=225,left=275,top=275,toolbar=no,location=no,scrollbars=no,status=no,resizable=no,fullscreen=no'); NewWindow.focus(); void(0);");
}