I made use of the tutorial for creating a popup window from within flash (Launching a Centered Pop-Up Window). Unfortunately, I keep getting a secondary full screen window with the address “javascript:window.open(‘http://www.siouxfire.com/poko-test-1.htm’,‘poko’,‘width=270,height=220,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top=’+((screen.height/2)-(110))+’,left=’+((screen.width/2)-(135))+’’);void(0);” and [object] on the screen. The popup window looks fine, the parent isn’t effected, but where is this coming from?
I downloaded the source code and poured over it and couldn’t find anything that would cause this. I would appreciate any help that anyone might offer.