External link within Flash movie

Associate
Joined
24 Sep 2005
Posts
209
I'm having problems creating external links within my Flash movie..

They work fine when using Flash MX 2004, but once the movie has been added to a webpage (embedded) the link fails to work.

The code is:

on(release) {
getURL("http://www.google.com", _blank);
}

- it opens a new page when viewing the movie using the software, but when its embedded onto a website the link doesn't work at all. Any assistance welcome!

Thanks
 
Back
Top Bottom