Flash variables on opera and mozilla
hallo everyone....
i need a help about javascript to flash communication. i want to change the variables from flash into javascript.
the code goes:
the flw:
I use two frames and dynamic text field with variable name isi.
var kata;
isi = kata;
the javascript:
var myFlash = document.getElementById("FlashMovie");
var words = "the text";
myFlash.SetVariable("/:kata",words);
It works fine on IE, but not in Opera and Mozilla.
How to make a link on that movie?
Please help my problem. Thank you...
:)
|