Question
Access to user variables from ActionScript 3.0
Good day, community!
I have a problem.
In my flash-project i want to get access to user variable, which i create in Captivate. But it is undefined!
trace(MovieClip(loader.content).cpInfoCurrentSlide) // this is current Slide in captivate-swf
trace(MovieClip(loader.content).magicArray) // undefined
how to do it? thanks!
