Hi Mathew, 

Odd indeed!  Yes, my linkFromFlash handler has a me reference.  And, it
was someone else chiming in to the thread who said *theirs* was on a
frame script.  My call from flash to lingo is in the flash text box as a
hyperlink.  I've done event: and lingo: many times but all to no avail.
Below is the lingo sitting in a behavior on the flash sprite.  One of
the problems is that when I type some asfunction string (or something
like it?!?) in that link field in Flash, the link doesn't even show up
in the text when it's playing.  What would you think of that?

- Michael M.

on linkFromFlash(me, whatSite)
  put "TEST!"
End



__________________________________________

Hmm, odd...I know I have done this before. Does your linkFromFlash
handler have a me reference? Also, back at the beginning of the thread,
you mentioned that linkFromFlash was on a frame script...I think event:
in a flash member sends messages to the sprite that your particular
flash movie lives in. At least that was the only way I ever used it. May
be worth a try to see if it works

--behavior script on flash sprite
on linkFromFlash me theURL
  --do stuff
end



[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