PDA

View Full Version : Flash 8 Pop-up windows


rustys27851
11-18-2006, 05:04 PM
I'm trying to make some links in a full flash site done in flash 8 pop up in new html windows at a set size. My code works fine if I publish to older versions of flash, but not to version 8. I think they changed something for security reasons. Does anyone know of a workaround? Here's the code that I had been using previously:

on (release)
{
getURL("javascript:popupwindow(\'contact.html\',\'contact\ ',\'height=650,width=475,top=0,left=0,resizable=no ,scrollbars=yes\');", "_self");
}

anonymous
11-18-2006, 06:47 PM
Are you testing this locally? And with which browser?

And of course are you testing this through an .html, in which your popupwindow function is defined?

mcmcom
11-21-2006, 04:53 PM
yes popupwindow, show us that js function, make sure its in the html page your testing from.

hth,
mcm