hi, probably a silly questin....but why do u have to use the handler doest
the gotonetpage ("http://whatever.com")   work




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 19 January 2001 12:33
To: [EMAIL PROTECTED]
Subject: Re: <lingo-l> Can HTML links work in a Director movie?



Hi,

You have to make use of 'on hyperlinkClicked' handler

something like this if you are using using http links,

on hyperlinkClicked me, data, range
     if data starts "http://" then
          goToNetPage(data)
     end if
end


-----------
Ramesh CT
Team Leader - Multimedia
Phoenix Global Solutions (I) Pvt Ltd
Office: 91 80 6665948 Extn:2169
Mobile: 9844117802
http://www.lingoman.net/



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to