01
May 08custom project templates in flashdevelop 3
I use a folder structure for my projects that has a dev folder for .fla, classes folder for classes(whowouldathought), library folder for all visual assets and fonts etc, and a www folder for all published content. Flashdevelop doesn’t have a project template that supports this by default, but it is incredibly easy to create one.
All that needs to be done is to navigate to c:program filesFlashDevelopfirstrunTemplatesProjectTemplates copy the project folder you currently use, change the name, go in add/delete whatever folders you want to be made when a new project is, and edit the .as3proj file in notepad++ or similar text editor. It’s a very straight forward edit, all i changed was default classpath, and now i’m kicking ass!