View Single Post
  #1  
Old 02-24-2009, 08:09 PM
cupra cupra is offline
Junior Member
 
Join Date: Dec 2006
Posts: 18
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default where to put $GAB_ads[x] in header ?

hi, i have place in the header for flash banner .
know, i want to put the GAB code, instead of the direct link
where to put $GAB_ads[x] in theat code ?


PHP Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=6,0,29,0" width="468" height="60">
                    
<
param name="movie" value="http://www.site.com/images/468x60i7.swf">
<
param name="quality" value="high">
<
param name="bgcolor" value="#848484" />
                    
<
embed src="http://www.site.com/images/468x60i7.swf" quality="high" 
pluginspage="http://www.macromedia.com/go/getflashplayer" 
type="application/x-shockwave-flash" width="468" height="60"></embed></object
Reply With Quote