Interaction between main flex application and component

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-04-30T17:31:39Z Indexed on 2010/04/30 17:47 UTC
Read the original article Hit count: 200

Filed under:
|
|

Hello everybody.

I made a login component for my flex 4 application, and i load this component from my main flex application with:

<ns1:Login id="page_login" visible="true"></ns1:Login>

Now i want to change the visibility from true to false, from the login component. Is there a way to do this kind of interaction?

Thanx!

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex4