View Single Post
  #1 (permalink)  
Old Mar 29th, 2007, 13:38
nutbolt nutbolt is offline
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
link to website from within a movieclip off a CD-rom

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
Reply With Quote