getURL not work in flash player 8

Hi all,…

I use getURL to trigger new page, it works in flash player 7 (publish setting -> flash player version 7) but not works in flash player 8 (publish setting -> flash player version 8).

Here is the code :

on (release) {
getURL(“javascript: openFullScreen(‘fc.html’,‘newWin’,‘status=1’);”);
}

What can I do to make it works in flash player 8

many thanks