Skip to main content
Known Participant
January 25, 2013
Answered

getURL to send message to Director does not work

  • January 25, 2013
  • 1 reply
  • 540 views

Hello:

I'm working with Flash CS5.5 and I need to send data to Director. I used this command before getURL("lingo:sprite(15).visible = TRUE");

but now does not work.

Can you tell me, please, How  can I send and retrieve data from Flash CS5.5 and viceversa?

Many thanks

This topic has been closed for replies.
Correct answer Ned Murphy

If you are trying to use AS3, navigateToURL is the replacement for AS2's getURL.  Look it up in the help documentation to see how to use it.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
January 26, 2013

If you are trying to use AS3, navigateToURL is the replacement for AS2's getURL.  Look it up in the help documentation to see how to use it.

anjemalo1Author
Known Participant
January 26, 2013

Thank you very much.

Now I can get values from Flash with navigateToURL(), but how can I send a value and/or call a function in Flash with parameters? is this possible too?

Many many thanks