AS3: Fabrication templates/snippets for FlashDevelop
Filed in Coding, 06/05/2011, 13:04 by parheliumI’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
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
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 !