Hi
I need to link to a website from within a movieclip (this is for a CD_Rom so it will be a standalone projector.
This is the code I've got:
on(release)
{
_parent.getURL("
http://www.asa100.com/", "_blank");
}
It does open the browser but dosn't go to the site. Can anyone help me with this.
Thanks for all the help.
Regards