HI, I can't find a way to access from an mxml B to a class C that was instanciated in a mxml A
In my sample. a login component (mxml A) instanciates a user:User As soon as login is done, the second component (mxml B) should retrieve the user instance I referenced this user instance starting from component that composes it (mxml A) but I always get a 1119 error:Access of possibly undefined property user through a reference with static Class... Thx for your help Eric

