Question
Links between swfs
HI ALL,
I am writing a script to communicate between flash and Visual Basic.
My main problem is that my swf is composed of two swf : Clip1 which contains clip 2.
and when I want to get a variable of clip 2 (getVariable function) : i get a communication error
Code in clip 1 to load clip2 : loadMovieNum ("/clip2.swf", 1);
Inside clip 2 I define a variable abc that I want to access. Abc is declared in clip 2 at _level0
Does any one have an idea on how to access level from the first swf clip 1 ?
Thank you .
I am writing a script to communicate between flash and Visual Basic.
My main problem is that my swf is composed of two swf : Clip1 which contains clip 2.
and when I want to get a variable of clip 2 (getVariable function) : i get a communication error
Code in clip 1 to load clip2 : loadMovieNum ("/clip2.swf", 1);
Inside clip 2 I define a variable abc that I want to access. Abc is declared in clip 2 at _level0
Does any one have an idea on how to access level from the first swf clip 1 ?
Thank you .