Hello guys.

Can anybody explain me how can I do with the pureMVC hierarchic views of mxml components?
If we have an login form at first time, and after user fill fields and push a button, this panel should remove from a view and new components will able to placed on the stage. And in according with the user's manipulation, this panels able to remove and in there place will able to place new components..
Some common questions:
- To create and registered a mediator, we using registerMediator (). Where I should placing code to create and add my *.mxml components to a place?
- If I don't want to use some view components and mediator for it anymore, what steps should I take to remove that from the scene?
Examples doesn't have big hierarchic of views and I haven't any ideas how this should work.
Help me please.
Thanks.