Introduction to PureMVC
Filed in Coding, 08/03/2009, 22:16 by parhelium On 28 Feb 2009 at Adober’s meeting ( Polish Adobe Flex User Group: http://adobers.org/ ) I’ve short presentation titled: “Introduction to PureMVC”. Generally it’s a collection of very useful links strictly connected with PureMVC. In the beginning I suggest to read/watch resources from this collection:
- http://puremvc.org , PureMVC project
- https://admin.na3.acrobat.com/_a204547676/p41582221/ , Cliff Hall presentation “Introduction to PureMVC”
- http://lab.kapit.fr/display/puremvcconsole/PureMVC+Console , PureMVC console – debugger
- http://www.dehats.com/drupal/?q=node/7 , FCG – Flex Code Generator
There are also few interesting articles about difference between architecture frameworks (PureMVC, Cairngorm, Swizz, Mate, etc):
- http://www.summa-tech.com/blog/2009/01/14/selecting-the-right-flex-application-frameworks, Selecting the Right Flex Application Framework
- http://www.insideria.com/2008/12/frameworkquest-2008-introducti.html, FrameworkQuest 2008
- http://www.dehats.com/drupal/?q=node/26 , From Cairngorm to PureMVC : a quick comparison
- https://admin.adobe.acrobat.com/_a200985228/p12266504/, Flex frameworks
PureMVC tutorials:
- http://www.websector.de/blog/2007/12/25/10-tips-for-working-with-puremvc/ , 10 tips for working with PureMVC
- http://9mmedia.com/blog/?p=10 , How to Setup Your First PureMVC Application
- http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-introduction/ , PureMVC Tutorial – Flex, PureMVC, Jabber and XIFF 3: Introduction
- http://www.adobe.com/newsletters/edge/december2008/articles/article6/ , An introduction to PureMVC for Adobe Flash and Flex
- http://hubflanger.com/building-a-flash-site-using-puremvc/ , Building a Flash site using PureMVC
Enjoy!
SWFAddress & pureMVC project template for FlashDevelop 3.0 with preloader
Filed in Coding, 22/11/2008, 01:24 by parheliumA few days ago I’ve improved my last template.
I’ve added SWFAddress implementation to pureMVC project template for FlashDevelop 3 (b9) ! ( If you don’t know what SWFAddress is read this. )
To install template in FlashDevelop ( it was tested on FD b9 ) you need to:
To download template please sent me email or put info in comment.Several people wrote comments asking me to send templates. Fixed a few bugs and can be downloaded here: 132 ActionScript 3 – PureMVC with SWFAddress.- Extract it and copy extracted folder to:
“C:\Program Files\FlashDevelop\Templates\ProjectTemplates”
C:\Program Files\FlashDevelop\Projects or at your home folder like this: C:\Documents and Settings\kuba\Local Settings\Application Data\FlashDevelop\Projects - Run flashdevelop, Project -> New Project (scroll down to see it…)
- Choose AS3 Project with SWFAddress
- Write name, location, package ( without this your project will not work )
After you run this project you should see in browser ( tested on FF 3 ) changing title and address bar. If not, restart firefox – sometimes ff behaves strange…
Please use it, it’s free for everybody.
Hope will be useful !
PureMVC Project template for FlashDevelop 3.0 with preloader
Filed in Coding, 17/11/2008, 01:20 by parheliumSome time ago I had a lot of problems with starting new projects. Common tasks had to be made. That’s why I’ve build flashdevelop as3 template with pureMVC, preloader, startup manager (loading fonts, css before everything).
To install template in FlashDevelop ( it was tested on FD b9 ) you need to:
[IMPROVED VERSION - 17.10.2008 - thanks to nOOge] To download send me email or write commentSeveral people wrote comments asking me to send templates. Fixed a few bugs and can be downloaded here:131 ActionScript 3 – PureMVC Project with Preloader- Extract it and copy extracted folder to: “C:\Program Files\FlashDevelop\Templates\ProjectTemplates”
- Run flashdevelop, Project -> New Project
- Choose 131 ActionScript 3 – Project with Preloader
- Write name, location, package ( without this your project will not work )
Please use it, it’s free for everybody.
Hope will be useful !