Thanks, but yes I have--and in any case, this wouldn't explain why the same function works fine in the same projector and the with the same Xtras when it is used in a button scripts rather than in a hyperlinkClicked handler.
Can someone reproduce the error?
no.
but I once had a problem with the hyperlinkedclicked event.
you must be very careful, what you do from withinn this event.
jumping to another frame, which doesn't contain the textmember, which the event came from, led to errors as far as I can remember. (just like, when you jump to a frame with no flash as result of a flash event)
it seems to happen with some asset xtras.
you could try to break up the event chain before processing the result of the hyperlinkclicked event.
this is just a very wild guess, since the problem with hyperlinkClicked sounded familiar...
to track down, if that's the reason, you can use a timeout object in order to leave the event and call a functiuon in a moviescript.
(if this fixes it, you may then figure out another approach than needing a moviescript...)
on hyperlinkClicked me, data, range
t = timeout("hyperlinkClickedTO").new(1, #processHyperlinkClicked, data)
end hyperlinkClicked
-- moviescript handler: on processHyperlinkClicked data, timeoutRef timeoutRef.forget() locResult = baOpenURL(data, "Normal") put data && locResult --projector opens a debugging window end --
||| a�ex -- [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!]
