------Find this code in play.php-----<object width=\''.$r['width'].'\' height=\''.$r['height'].'\'> <param name=\'movie\' value=\''.$domain.'/'.$gamesfolder.'/'.$r['file'].'\' /> <embed src=\''.$domain.'/'.$gamesfolder.'/'.$r['file'].'\' width=\''.$r['width'].'\' height=\''.$r['height'].'\'></embed></object>------Replace with this code-----<object type="application/x-shockwave-flash" data="'.$domain.'/'.$gamesfolder.'/'.$r['file'].'" width="'.$r['width'].'" height="'.$r['height'].'"> <param name="movie" value="'.$domain.'/'.$gamesfolder.'/'.$r['file'].'" /></object>