View Single Post
Old 09-06-2006, 03:06 PM  
flashfreak
Confirmed User
 
Industry Role:
Join Date: Jun 2002
Location: cloud number 9
Posts: 4,396
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
__________________
SEO Mogul | ICQ: 163671223
flashfreak is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote