Question
GetVariable doesn't work in Firefox/Opera
Hi,
I'm trying to get flash object variable via Javascript. But the code doesn't work for Firefox/Opera but is working well for IE. Here is an example of JS that I have used:
var movie = window.document.flashMovie;
movie.GetVariable("/obj:variable");
or
movie.GetVariable("_root.obj.variable");
or
movie.GetVariable("obj.variable");
None of them is working.
Thanks for any help.
Michal
I'm trying to get flash object variable via Javascript. But the code doesn't work for Firefox/Opera but is working well for IE. Here is an example of JS that I have used:
var movie = window.document.flashMovie;
movie.GetVariable("/obj:variable");
or
movie.GetVariable("_root.obj.variable");
or
movie.GetVariable("obj.variable");
None of them is working.
Thanks for any help.
Michal