> 
> Subject: RE: <lingo-l> Can HTML links work in a Director movie?
> 
> 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

 Hi Ramesh
Had to jump in here 
is it possible to make scrolling text with urls peppered through it 
using the above 'hyperlinkClicked' handler  i.e. blahblahblah url
blahblahblah url etc.
if that is possible and you have the time to explain how, that would be
great (i couldn't figure it out after experimenting). Otherwise I will
go with urls as  text sprites with goToNetPage attached, without scroll.
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