Groups | Blog | Home
all groups > flash actionscript > november 2005 >

flash actionscript : Getting _root variables


Shwaza
11/18/2005 9:11:43 PM
Hi, I have a variable "flv" that is at the _root level. Is there any way for me to get that information from the variable to a movie clip at one level higher?

sampurtill
11/18/2005 9:20:00 PM
State the variable is

_global.myVar = "Blah blah blah";

And then you can access it from anywhere. I think there's another way to do it, but I don't know at this time what that is.

sampurtill
11/18/2005 9:20:06 PM
State the variable is

_global.myVar = "Blah blah blah";

And then you can access it from anywhere. I think there's another way to do it, but I don't know at this time what that is.

Shwaza
11/18/2005 10:33:48 PM
AddThis Social Bookmark Button