Hi Charlie...

Thanks for responding.  What you wrote below is precisely the problem
I'm having.  I thought you could put actionscript in the link there
starting with event: to talk to the behavior attached to the sprite, but
in Flash, escaped characters like "\" cause the hyperlink text not to
show up at all in the flash sprite.

Any other thoughts?

- Michael M.






Try either of these in the Flash inside Director:
getURL("event: someLingoHandler\(" + var_someFlashVariable + "\)");

or
getURL("lingo: someLingoHandler\(" + var_someFlashVariable + "\)");

Then in Director:
on someLingoHandler me, FlashVar
  doSomethingWithFlashVar(FlashVar)
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