Hi
I tried opening a tif file with Photoshop, when clicked on hyperlink, no
problems. I don't have Imaging to try this out.
1. Select the text you want to define as a hyperlink.
2. Choose Window > Inspector > Text to open the Text Inspector.
3. In the Hyperlink box, enter the data as "opentiff" to send to the
hyperlinkClicked handler.
I had this script applied to a Text member sprite.
on hyperlinkClicked me, data, range
if data = "opentiff" then
-- make sure the paths to the file & application are right
open "yctd.tif" with "c\Accessories\Imaging.exe"
end if
end
Hope this helps
regards
---------------------------------
Ramesh CT
[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!]