Yep, if you were a sophisticated CF and Flash developer(which I`m not) I
guess
you would be thinking the whole project in terms of the MVC controller
approach
and breaking both Flash and CF into a presentation layers first, developing
that first,
then your handlers say menu buttons/links/dynamic stuff in CF and Flash
listening for input,
then the controller layer how all this is handled in the background by
Flash/CF...but I`m
noexpert, I believe this MVC approach is an object oriented one first
developed in c++ or java..I guess
I need further info on this topic but I find it can get very abstract and
hard to follow, good example is fusebox
the way it separates out an application into different parts like the above

cheers


Colm


-----Original Message-----
From: Paul Johnston [mailto:[EMAIL PROTECTED]
Sent: 05 September 2003 10:12
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] MVC issues


> >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]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 01/09/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 01/09/2003


-- 
** 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]

Reply via email to