I see setVariable()can send a variable to Flash. Is is possible to trigger a
Flash function from Director...something like:

Simple Example...

-- in director
sprite "flashSprite" showWord("hi mom")


-- in flash

function showWord(theWord) {
                
        myWord = theWord
        gotoAndPlay(1);

}

Thanks in advance.


Geoffrey S. Baker
Multimedia Programmer
Accelera
2400 Boston Street
Suite 310
Baltimore, Maryland 21224
Toll Free: 866-422-2353 ext. 1110
www.accelera.com
gbaker @ accelera . com <Delete Spaces>
[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