Internet Explorer (?) Bug

I am developing a multiplayer dice game.

The site can be found at [URL=“http://www.jackpotbalut.com”]www.jackpotbalut.com.

I used a javascript function to open the game window.It works fine in firefox,but internet explorer only displays a quarter of the swf, the rest being black.

Here is the code i assigned to the button “play” :

on (release)
{
getUrl(“javascript:openNewWindow(‘game.html’,‘game’,‘height=800,width=800,toolbar=no,scrollbars=no,resizable=no’)”);
}

What is wrong?Why does this happen?Please help.