Hi guys and gals,

I'm trying to create hyperlinks from within a scrollable text box that link to the default email program.

I've placed the script 'mailto:[EMAIL PROTECTED]' (without the quotation marks) on the Text Inspector.
I've also placed an on hyperlinkClicked event handler as a movie script:

on hyperlinkClicked me, data, range

if data starts "mailto:"; then
goToNetPage(data)
end if

end

When I create a projector it works fine, but on the hyperlinks it opens an unfound html page, before going to the default email program. Any ideas what I'm doing wrong?? Do I need an extra, or can this be done from within Director?

I'm working on D8, PC Windows 98.

Please help
Thanks Marcus





_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months http://join.msn.com/?page=dept/dialup

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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