Hello, I am working on a Flash/AS3.0 app that I want to use MVC on. The question I have is who is responisble for adding/removing views from the stage? Most examples I find have the doc class add the view, but I haven't seen an example for who notifies the doc class to remove the view.
The structure of the app is one screen that shows images - click on an image and the gallery goes away and a larger version of the image shows up for editing. I see teh gallery as one view and the edit screen (which has the image for editing and edit toolbar) as the second view.
Opinions on the structure? I have seen many examples that would break the toolbar into its own view.
Any help is appreciated.
Thanks, -j