I want to use javascript flash method GetVariable() to get variable from flash.
I can get variable "foo" from default timeline by GetVariable("/:foo").
But I don't know how to get class static variable "bar" from this actionscript
package abc
{
class def
{
public static var bar:Number;
}
}
If you could provide reference link is plus. I found only few useful information via google.