This will correct an issue for certain games within the Dolphin Game Zone, that require the use of the arrow keys for game play, such as 'Sonic Pacman 2' This problem only occurs in Internet Explorer. It appears as though the flash object does not properly receive focus when clicked on, and when attempting to play the game, the entire page scrolls when the arrow keys are used, making game play in IE impossible.
To correct this issue in IE, open the file /gamezone/includes/specialpages.php for editing. Find the code below, delete the text in red, then save the file to your server.
$ret .= "<center><table><tr><td>
<span class=\"gzhomepageheader\">"._t($row['title'])."</span><br><br>
<CENTER>
<object width='".$row['width']."' height='".$row['height']."'>
<param name='movie' value='gamezone/games/".$row['file']."'>
<param name='wmode' value='transparent'>
<embed wmode='transparent' src='gamezone/games/".$row['file']."' width='".$row['width']."' height='".$row['height']."'>
</embed>
</object></CENTER>
</td></tr></table></center>";