Hi,
Google says it is not, but is it possible to incorparate a Google Adsense into Flash? I know it won’t scan the flashfile, but I noticed that it also looks at the URL. In my case the URL contains ‘music’, which would raise links about music.
An AdSense script looks like this:
<script type="text/javascript"><!--
google_ad_client = "blabla";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text";
google_ad_channel ="";
google_page_url = document.location;
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Would it be possible to load it into/link it to Flash in someway?
thanks,
Jerryj.