AS3: Fabrication templates/snippets for FlashDevelop

I’d like to share a few snippets and templates that are essential in working with the Fabrication framework in Flash Develop:


SNIPPETS:

process - reflexive notification via namespaces
proxy - proxy injection
reactToClick - reactTo object clik
respondTo - reflexive notification interests

Download snippets


STANDARD TEMPLATES:

 Class.as.fdt
 Class.as.fdt.wizard
 Empty File.txt.fdt
 Event.as.fdt
 Font Library.as.fdt
 Interface.as.fdt
 Namespace.as.fdt

FABRICATION TEMPLATES:

 AsyncFabricationCommand.as.fdt
 AsyncMacroCommand.as.fdt
 FlashApplication.as.fdt
 FlashMediator.as.fdt
 FlexMediator.as.fdt
 Proxy.as.fdt
 Service.as.fdt
 SimpleCommand.as.fdt
 SimpleFabricationCommand.as.fdt

Download all templates


SWFAddress & pureMVC project template for FlashDevelop 3.0 with preloader

A 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:

  1. 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.
  2. 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
  3. Run flashdevelop, Project -> New Project (scroll down to see it…)
  4. Choose AS3 Project with SWFAddress
  5. 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

Some 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:

  1. [IMPROVED VERSION - 17.10.2008 - thanks to nOOge] To download send me email or write comment Several people wrote comments asking me to send templates. Fixed a few bugs and can be downloaded here:131 ActionScript 3 – PureMVC Project with Preloader
  2. Extract it and copy extracted folder to: “C:\Program Files\FlashDevelop\Templates\ProjectTemplates”
  3. Run flashdevelop, Project -> New Project
  4. Choose 131 ActionScript 3 – Project with Preloader
  5. Write name, location, package ( without this your project will not work )

Please use it, it’s free for everybody.
Hope will be useful !