value of a parented variable

Posted by user455537 
value of a parented variable
April 14, 2011 12:33PM
Hi, i'm new to flasheff, so i have a short question

I've a movieclip on my stage with the apllied flasheff-component.

From inside the movieclip I would like to read the vlaue of a variable (String v) wich is defined at the root level.
In case of the use of nested swfs i want to avoid using MovieClip(root).v
is there a possibilitie to call the value by using MovieClip(parent)?

thnx a lot
Re: value of a parented variable
April 15, 2011 06:40AM
You can call the variable by using this line "root["myVar"]" where myVar is the variable declared on the root level.
Sorry, you do not have permission to post/reply in this forum.