Linking a banner to a page

Hello, i’m basically trying to get a banner animation ive made to link to a site. How do I go about doing this? Would appreciate help if possible please.

Thanx

RR

[quote=RockheadRumple;1984113]Hello, i’m basically trying to get a banner animation ive made to link to a site. How do I go about doing this? Would appreciate help if possible please.

Thanx

RR[/quote]

I presume that the banner you have made is a movie clip? if so open the movie clip and put an invisible button over the animation. then add this code:

on (release) {
    getURL("http://www.yoursite.com/index.html", "_self");
}