Bare Bones Flash MVC

Posted: January 31st, 2010 | Filed under: AS3, Design Patterns, Flash | No Comments » It’s nice to have a simplified version of an MVC architecture to start a new project with. Those familiar with MVC (Model, View, Controller) know that it’s a very scalable architecture and a great way to separate your data from the visual assets of your site, then allow the controller to interface between the two. Those unfamiliar will enjoy how well it allows the data, logic and view to work with each other in an encapsulated way. more »