Hello!
I would like to send a command from Flash to Director, like go to frame 235 of movie "Good". I have many buttons that should do that but giving a different frame number.
What I need to do to make it happen?
Teo
[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!]
When I was using flash mx + director mx, I was using getURL("lingo:go to frame 235"); in actionascript.
If you need to tell a window it would just be :
getURL("lingo:tell window(\"Good\") to go to frame 235");
Basically anything after the lingo: in a getURL actionscript function will execute the code as if it was lingo in the parent director movie of your flash movie.
-- Deane Venske - Senior Programmer www.eduss.com.au [EMAIL PROTECTED] +61 7 55974600 +61 405148718 Suite 29, 207 Currumburra Rd Ashmore, Queensland, 4214 Australia [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!]
