how can i use the instruction SetVariable(name, value) to change the value of a variable (in my flash movie) by clicking on a classic (a href..) link external from the flash movie .
I have tried the following instructions as behaviour on my link (same document as the flash movie).
//testhtml is the name of my movie, toto is the name of the variable
movie=window.document.testhtml;
movie.SetVariable("toto","1"
But is just doesn't work.
Thanks for your help!
I have tried the following instructions as behaviour on my link (same document as the flash movie).
//testhtml is the name of my movie, toto is the name of the variable
movie=window.document.testhtml;
movie.SetVariable("toto","1"
But is just doesn't work.
Thanks for your help!