Hey guys!
right i ahve created a small flash animation banner. it all works apart from the link ive put in so if it is clicked it will go to a certain website. I am using the script:
I ahve the button setup over the whole animation but it is the first layer so it isnt seen but still active etc! However the link doesnt seem to work. the browser however does register a link there cause there mouse pointer changes to show there is a link there but it does not work.
So if anyone knows what im doing wrong plz help
Summary
Flash animation to link to a specific web page when clicked on.
right i ahve created a small flash animation banner. it all works apart from the link ive put in so if it is clicked it will go to a certain website. I am using the script:
Code:
on (release) {
getURL("[URL unfurl="true"]http://www.impa.net/exhibition_overview.html");[/URL]
}
I ahve the button setup over the whole animation but it is the first layer so it isnt seen but still active etc! However the link doesnt seem to work. the browser however does register a link there cause there mouse pointer changes to show there is a link there but it does not work.
So if anyone knows what im doing wrong plz help
Summary
Flash animation to link to a specific web page when clicked on.