hi im trying to show adsense for games code over the game
it doesnt seem working
it doesnt seem working
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>AdSense for games Example SWF Pre-loader</title> <script TYPE="text/javascript"> function removeAdSwf() { parent.jQuery('#gamefilearea').show(); parent.jQuery('#gamepreroll').remove(); } </script> <style> #container { width: 100px; height: 100px; position: relative; } #navi, #infoi { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #infoi { z-index: 10; } </style> </head> <body> <div id="container"> <div id="navi"> <embed src="release.swf"> </div> <div id="infoi"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="700" height="600" id="preloader" align="middle"> <param name="allowScriptAccess" value="always" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="preloader.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <param name="flashvars" value="publisherId=ca-games-test&adtest=on&descriptionUrl=http%3A%2F%2Farmorgames.com%2Fplay_preroll%2Fdescription%2F12141&age=1000&maxDuration=50000"> <embed src="preloader.swf" quality="high" bgcolor="#000000" width="700" height="600" name="preloader" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" flashVars="publisherId=ca-games-test&adtest=on&descriptionUrl=http%3A%2F%2Farmorgames.com%2Fplay_preroll%2Fdescription%2F12141&age=1000&maxDuration=50000" pluginspage="http://www.adobe.com/go/getflashplayer" /> </object> </div> </div> </body> </html>