C++ / AS3 interface

Hi everyone!

I have a C++ application that runs a SWF.
I used to pass parameters to the AS2-SWF with [COLOR=navy]raw_setVariable[/COLOR] in the application, and then access the value from the SWF like [COLOR=navy]"_root.myVariable[/COLOR]".

Now, it doesn’t work in AS3. I tried to use the [COLOR=navy]root.loaderinfo.parameters[/COLOR] property but it seems to contain only the init-parameters, such as flashVars.

What can be done about that?

TNX :}