PDA

View Full Version : javascript being blocked


sophistikat
11-23-2007, 08:57 PM
Hello Children,

I have a simple javascript function that I call from a flash movie...<script>
function pop1() { window.open('http://www.actionscriptblog.net','menu_pop','status=0,wid th=400,height=533,scrollbars=no,toolbar=no,resizab le=yes'); }
</script>...usingbtn1.onPress = function () { getURL("javascript:pop1();", "_self"); };... on my mac, it is working with no gliches but on an XP, the call is being block because nothing happens and in some osccasions, there's an Adobe security prompt.

I'm I missing something? Is this a FP9 security bg/safety issue?

sophistikat
11-23-2007, 09:30 PM
false alarm kids. stupid XP browsers kept chaching the old SWF files. simply changed the name of the file and it worked.