whats the best way to adding url in banners so that affiliates can use flash banners?
How to add url in flash banners?
Collapse
X
-
How to add url in flash banners?
if you need more than 3 clicks to get to a join page, something is wrong ;)
p.s. i still bring the sales whores here.Tags: None -
I don't have flash installed so - I'll never see them. Doesn't work in my firefox for some reason.Crazy fast VPS for $10 a month. Try with $20 free credit -
you cant use flash banners in vbulletin....it conflicts....the ones on here are on seperate frames n stuffComment
-
but if you mean for other sites....then its easy...
let me pull the codeComment
-
thx. its just for sites.. dont know how to individually code them.Originally posted by Deejbut if you mean for other sites....then its easy...
let me pull the codeif you need more than 3 clicks to get to a join page, something is wrong ;)
p.s. i still bring the sales whores here.Comment
-
here check this ... this is the basic of basic
I think this is what youre looking forCode:getURL(http://www.yoururlhere.com);
Comment
-
it's very easy
just call the swfs with parameters:
banner.swf?link=http://www.sitename.com/?id=1235 - you know there are 2 tags where it's called and have to be modified: 'object' and 'embed'
then you use the variable 'link' in the button action of course
on(release)
{
getURL(_root.link);
}
it works in all browsers, I'm using this in my games too
good luckSEO Mogul | ICQ: 163671223Comment
-


Comment