PDA

View Full Version : Javascript in FlashPlayer 8


dannepop
01-18-2006, 09:42 AM
I have used this way to trigger popUp
windows from earlier versions of FlashPlayer.
But now in the new version of FlashPlayer it
dosenīt work (on Mac it still works).

on (release) {
getURL("javascript:function Big() { window.open('my.html', 'big')};Big(); ");
}


Is there a way to adress this with FlashPlayer 8?
I donīt want html-windows that trigger popUp windows,
cause I get this questionpopUp that asks if I want to close the triggering window.

Danne/