|
|
|
>
Flash’da ne nedir? > google gadget banner nedir?
|
google gadget banner nedir?
|
30.03.2009 13:15:45 / Admin
|
|
Google Gadget banner; google tarafından yayınlanan xml kullanılarak hazırlanmış bannerlardır.
Yani siz; xml’den veri çeken dinamik banner’ınızı aynen birebir google banner sisteminde kullanamazsınız. Bazı kriterlerine uygun olmak durumundadır. Bu kriterler; Uygulamanızı aşağıda belirtilen xml’e uygun olarak hazırlamanız gerekmektedir.
<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="My Gadget Ad" width="300" height="250" scrolling="false"> <Require feature="ads"/> <Require feature="flash"/> </ModulePrefs> <UserPref name="clickurl" datatype="hidden" default_value="DEBUG"/> <UserPref name="aiturl" datatype="hidden" default_value="DEBUG"/> <Content type="html"><![CDATA[ <!-- Embeds a single Flash file in the gadget ad and sets the dimensions to match the ad size. --> <div id="fc"></div> <script> // Replace the SWF URL below with your own var swfUrl = ’http://gadgetads.googlecode.com/svn/trunk/test/test_content/fad.swf’;
// Update the width/height to the ad size var fWidth = 300; var fHeight = 250; refreshInterval: 1;
// Embed Flash into HTML container div _IG_EmbedCachedFlash(swfUrl, ’fc’, { width: fWidth, height: fHeight }); </script> ]]></Content> </Module>
_IG_EmbedCachedFlash() yöntemi ile xml görselleri cach edilir. refreshInterval: 1 ile xml’in yenilenme süresi belirtilir. Buradaki 1, dakika cinsinden değerdir.
Google’a göndereceğiniz xml, swf dosyanız ve ürünlerinizi (yada görsellerinizi) oluşturan xml olmak üzere 3 dosyadan oluşmalıdır. Bu 3 dosya’da sizin serverlarınızda host ediliyor olmalıdır. Google bu bannerları sizin tarafınızdan çekecektir.
Gadget Banner’da sadece xml ile ürün değil flash video’da (*.flv) de yayınlayabilirsiniz.
var swfUrl = "http://www.youtube.com/v/C5rTJkfBhbQ"; _IG_EmbedFlash(swfUrl, swfContainer, { width: 300, height: 250 });
Hazırlamış olduğunuz Google Gadget uygulamasını test etmek için; http://www.google.com/ig/modules/gadgetads.html adresini kullanabilirsiniz.
ayrıntılı sorularınız için; admin@flashtr.com
|
|
|
|
|
|