Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by ad34

Hi,

I just finished my game with impact.

I ve got a bug on firefox with google adsense, when I add a google adsense block on the html page, the impact game dont load on firefox (it s fine on chrome and other browsers)

any ideas why?

the code look like this:


<div id="content">
<div id="jeu">
<canvas id="canvas"></canvas>
</div>

<div id="social">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxx";
google_ad_slot = "";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
</div>

1 decade ago by neogope

Hi,

have you tried putting all the Google stuff into an IFrame (or in an extra HTML file and loading it as IFrame src)?

1 decade ago by ad34

Looks like my game doesnt load or run well on most browser, It s ok on chrome, but i m got probleme on safari (ipad/iphone) , IE and firefox

works fine on chrome
Page 1 of 1
« first « previous next › last »