Class 3 Outbreak Zombie Game - Add to Your Site
To insert the game into your site, first download class3.zip, then upload the SWF file contained within it to your site.
You can use the following traditional object/embed HTML, replacing both instances of http://www.example.com/path/to/class3.swf with the path to the SWF on your site:
<object id="game_object" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,22,0" width="800px" height="600px"> <param name="movie" value="http://www.example.com/path/to/class3.swf"> <param name="quality" value="high"> <param name="allowScriptAccess" value="always"> <embed width="800px" height="600px" src="http://www.example.com/path/to/class3.swf" quality="high" allowScriptAccess="always" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash"> This game requires that you install the latest version of <a href="http://get.adobe.com/flashplayer/">Flash</a> from Adobe. </embed> </object>
Or if you use SWFObject, first insert the following into the <head> section of your page:
<script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> swfobject.registerObject("game_object", "10.0.22", false); </script>
Then, use the following to insert the game, replacing both instances of http://www.example.com/path/to/class3.swf with the path to the SWF on your site:
<object id="game_object" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600"> <param name="movie" value="http://www.example.com/path/to/class3.swf" /> <param name="allowScriptAccess" value="always" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="http://www.example.com/path/to/class3.swf" width="800" height="600"> <!--<![endif]--> <param name="allowScriptAccess" value="always" /> This game requires that you install the latest version of <a href="http://get.adobe.com/flashplayer/">Flash</a> from Adobe. <!--[if !IE]>--> </object> <!--<![endif]--> </object>
Feel free to take a copy of the following icon:
For any questions, please contact us.