O.k. this could become stupid... I`m I the process of learning the cairngorm framework. As a "traditional" flash developer there are some things that are hard to understand. I think I understood the general flow of the cairngorm architecture and I successfully implemented it in a project i`m working on. So far I have user clicks -> Event generated -> FrontController maps to Command -> Business Delegate calls ServiceLocator and updates Model -> Model updates view via Bindings. Now that after hard lessons that I understood this i`m totally confused when it comes to normal user gestures. For example when a user clicks the play Button of a video player do I have to go all this way to actually play the video? Another question is with the ServiceLocator. I understand how to use it with webservices or Remoting calls but what is if I have a custom class of a framework that handles things different (e.g. YouTubeService from the lab libraries). Can I write a Wrapper for these so that they work like e.g. <mx:RemoteObject>. Or if I use the fileReference to get a file. How do I make these things fit with the ServiceLocator?
You see i`m a bit confused but it`s fun. Thanx for any help. Benz ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

