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 HTH, ~Mathew > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mendelsohn, Michael > Sent: Wednesday, September 03, 2003 9:55 AM > To: [EMAIL PROTECTED] > Subject: RE: <lingo-l> Flash text box link not triggering > Director behavior > > > Thanks, Mark. You wrote a very impressive article. I skimmed it but > I'll try to read it more carefully when it's revised. Let us > all know! > > > I hate to say it, but I'm still super-stumped. I've tried every > conceivable combination of asfunction, event, getURL, etc. > entered into > the hyperlink field for a link in a text box, but it just > isn't passing > on to Director. My latest miss is: > asfunction:getURL("event: linkFromFlash(\"" + > "http://www.boston.com" + > "\""); > > The behavior attached to > the Flash sprite has a handler called > linkFromFlash which should open a browser window. It sort of > seems that > escaped characters choke it for some reason. Is there anyone > out there > reading this who has had this issue? > > Thanks, > Michael M. > > > [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!] > [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!]
