i have got this to work on embed games to make them responsive to different size screens
also i heard that you thinking of make is so site users can upload games
that will be way cool
on upload a game this should be auto generated in embed textra
with the game links auto put in
replace the ( GAMELINK.COM )
WITH THE URL OF YOUR GAME IN THE 3 PLACES
<style type="text/css" media="screen">
html, body {height:100%;}
#flashcontent { width:100%; height:100%; }
</style>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="700" id="test" align="middle">
<param name="movie" value="https://www.GAMELINK.COM" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="transparent" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="https://www.GAMELINK.COM" width="100%" height="700">
<param name="movie" value="https://www.GAMELINK.COM" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="transparent" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="https://www.adobe.com/go/getflash">
<img src="https://www.adobe.com/images/shared/d...ash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>