Hi,
I'm pretty familiar with the mvc concept as long as everything gets handled in one swf file.
For this new project I'm about to start, there need to be different swf files because of size/loading issues. I will be having a root file which can either load in the home, agenda or contact swf depending on what the user selects. On the homepage there is also a smaller list of agenda items. Which when clicked would load the agenda.swf and show the details of that particular item. On each swf there will be buttons or links to go to another swf file.
- So how do I start ? I want to load the agenda data in the root swf's model and pass them on to either home or agenda and let them handle the view. So I don't have to load this data more then once.
- How do I handle the loading of the different swf's ?
- And how do I construct the clickthrough functionality on the list of agenda items on the homepage so the detail page in the agenda swf will show the correct data.
- Are there any flash (no flex) tutorials out there?
I'm a complete newbie to puremvc, so please be gentle
