Having read
http://www.kirupa.com/developer/mx/preloader_transition.htm
i encountered _root.section , after reading doc about _root
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary633.html
_root. [color=#666666]movieClip[/color]
_root. [color=#666666]action[/color]
_root. [color=#666666]property
[color=black]well, “section”[/color][/color][color=black] does not seem like to be a movieclip(i can’t find section to be name of any mc) or property(not '_'prefixed) but is it a action?
[color=SeaGreen]_root.section = “profile.swf” [/color]
seem like assigning a movie clip
[/color] Can anyone clear this doubt for me?