GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to add url in flash banners? (https://gfy.com/showthread.php?t=652743)

clickclickclick 09-06-2006 02:52 PM

How to add url in flash banners?
 
whats the best way to adding url in banners so that affiliates can use flash banners?

shake 09-06-2006 02:56 PM

I don't have flash installed so - I'll never see them. Doesn't work in my firefox for some reason.

Deej 09-06-2006 02:57 PM

you cant use flash banners in vbulletin....it conflicts....the ones on here are on seperate frames n stuff

Deej 09-06-2006 02:59 PM

but if you mean for other sites....then its easy...

let me pull the code

clickclickclick 09-06-2006 03:01 PM

Quote:

Originally Posted by Deej
but if you mean for other sites....then its easy...

let me pull the code

thx. its just for sites.. dont know how to individually code them.

Deej 09-06-2006 03:04 PM

here check this ... this is the basic of basic

Code:

getURL(http://www.yoururlhere.com);
I think this is what youre looking for

flashfreak 09-06-2006 03:06 PM

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 luck

Real blood 09-06-2006 03:07 PM

try the new plug ins


All times are GMT -7. The time now is 11:16 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123