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

Hi Thanks for your help. Much appreiciated. Unfortunately, still doesn't work.

I think the problem may be because it's a standalone projector, more likely, I think.

I did find this thread today that I think may help:

http://www.actionscript.org/forums/s...ht=applescript

Post 13. mentions the problem I've got but because I'm pretty new to this I'm not sure what goes at 'somelink'


Code: Select all
somelink.onRelease = function {
getURL('http://www.someurl.com/', '_blank');
};
Does anyone know?? Maybe this'll be the solution.

Regards, and thanks again Jacob & co.
Reply With Quote