Results 1 to 1 of 1
Thread: Internet Explorer (?) Bug
-
October 5th, 2007, 01:09 PM #12Registered User
postsInternet Explorer (?) Bug
I am developing a multiplayer dice game.
The site can be found at 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,r esizable=no')");
}
What is wrong?Why does this happen?Please help.Last edited by pureReason; October 5th, 2007 at 01:12 PM.

Reply With Quote
Bookmarks