Hi!
First.. sorry for my bad english
For some time i play a bit with embedded Flash-Objects and after a few changed variables in the "root" of the flash-file with
$oRP.SetVariable("/:randomVar", "foobar")
i came to the problem that i need to change a variable thats inside a function/class or whatever
the wanted variable is inside a
_global.client = new clientCom(fooBar);
and is defined as
var _loc1_ = this;
_loc1_.randomVariable = "";
how can i change it?
i tried something like
$oRP.SetVariable("/:client.randomVariable", "foobar")
but nothing =(
i hope someone can help me!
greetings
- sgtigram