
Код AS3:
private function onClickListener(e:MouseEvent):void
{
trace (root) // выводит [object Main]
trace ((root as Main ).floatingCont); // Access of possibly undefined property floatingCont through a reference with static type flash.display:DisplayObject
}