Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: 1 ... 4 5 [6]
76  Announcements and General Discussion / Architecture / Re: Backed into a corner with Single Core on: July 11, 2009, 07:26:16
Unfortunately the PureMVC Console is for flex only projects, no?
77  Announcements and General Discussion / Architecture / Simple site loading 2 or more types of data on: July 11, 2009, 07:18:05
hi
I have a simple site with a navigation bar, visual loader and I need to be able to load 2 types of data, flickr feed data (xml) and swfs.

I have a  data.xml file which contains the urls , either to the local swf content or the flickr api feeds.

Right now, I let the Proxy(model) check the URL to see what type of data is being loaded, and then creates the corresponding loader logic(URLLoader for XML or Loader for SWF's)as well as corresponding handlers.

So I have 2 different notifications the Proxy sends, depending on the type of data loaded.

If I need to load additional types of data(flv, jpg, etc) I would need to check for this in the Proxy, and create additional notifications for each new type of data.

Is this a 'best practice' or is there a better way?
ie I was thinking perhaps that some people would put the logic for determining the type of data to be loaded in the Commands
78  Announcements and General Discussion / General Discussion / 4-things-to-hate-about-puremvc ??? on: October 08, 2008, 11:40:27
Anyone care to comment reply on this post?
http://www.techper.net/2008/10/05/4-things-to-hate-about-puremvc/
79  Announcements and General Discussion / Getting Started / Re: Q: Loading external SWF's, MovieClip Classes and Mediators on: September 15, 2008, 04:35:53
Ok,thanks Cliff

I noticed in the AS2 Balloontroid demo that the swf loading logic is contained in the Controller (LoadLevelMovieCommand)
with the actual swf name retrieved from the Model (GameHistoryProxy)
Is there any reason I couldn't just update that same logic for AS3?
80  Announcements and General Discussion / Getting Started / Q: Loading external SWF's, MovieClip Classes and Mediators on: September 15, 2008, 10:04:19
Trying to get a basic demo working.
I'm loading external swf's , each of which is associated with the same MovieClip class.

I have an main Application Mediator and a 'SWFMediator' which is only related to these swf's that are loaded.

Where do I put the actual logic to load these external swf's?


Normally, in my MVC work all state and loading preloading logic is in the model.
Can someone give me a quick example?
81  Announcements and General Discussion / General Discussion / Q:Best Practices and top level mediator on: September 12, 2008, 02:07:39
I noticed in David Knape's demo he makes use of a 'top-level' or application mediator.

Is this a recommended best practice?
http://bumpslide.com/blog/2008/01/16/puremvc_demo_src/
82  Announcements and General Discussion / General Discussion / Updated Courseware?? on: April 09, 2008, 01:11:35
Hi
Does anyone know if the courseware has been updated to work with the latest release?
Pages: 1 ... 4 5 [6]