well usually using "<a href..>" wont work for that. you would need to make it into a button via the .fla. Select the figure, and right click on it. Select "Create Symbol" click "create button". now, double click the newly made button. Youll be sent to the button animation panel. this may cause you to recreate the animation via the button animation panel. (up, over, down, and hit. works just like keyframes. over is the same as hover)
(im sure you are fluent with flash?)
no for the actionscript. you need to go back to the main canvas, and right click on the newly made button, and select "Actions" :
this is your code:
Code:
on (release) {
getURL ("http://YOURLINKHERE", "_self");
}
no better way to explain it :s