> >So my question is, is it important to implement listeners? For web > >only, then I'm thinking no, but if you are creating views > for Java, Web > >Services, Flash, then does a listener need to be > implemented, and if so > >how? > > CFDJ has quite a number of articles by Hal Helms I thinkon > MVC in its archives. I`m far from expert but from Flash > perspective can say listeners are very important where eg a > mainpanel.swf is loaded first followed by (LoadMovieNum) > next menu.swf each with a menu button listening for an > onPress event. Means instead of a large single .file the > movie is broken down into smaller Flash movies using listeners.
Good point! So if you have a web app in CF, it's important to be able to implement some form of listener, so that Flash (the main controller) can use the models and views of the MVC application. Although that listener doesn't have to be implemented in the CF application itself, only the Flash movie...? Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
