Hi, mxml files are your view files. (button, canvas, labels etc)
Model classes are your class files which abstract out your data. control files could be a class/as/mxml file which controls the integration of view and model/data or injects data in the view by defining some sort of control mechanism, different frameworks have different mechanism of specifying controller. ( read about Mate, Cairngorm, Robotlegs and other MVC architecture to understand what their approach towards MVC) read about basic MVC architecture, you have to read something about MVC to get started, dont expect people to give your ready made solutions for your project, if you try to make an attempt yourself you would end up learning a lot in the process. Thank You Saurabh On Sat, Dec 26, 2009 at 4:23 PM, krishna soma <[email protected]>wrote: > hello all, > > Can any one tell me how make this project using MVC architecture.Iam not > having any idea > > > Thank You, > Krishna > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

