From Flash Builder To FDT

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
(Q.Where's My Source Folder? A. Anywhere Your Want)
(Where's My Source Folder? Anywhere Your Want!)
Line 33: Line 33:
==Where's My Source Folder? Anywhere Your Want!==
==Where's My Source Folder? Anywhere Your Want!==
 +
[[File:014_003.png|center]]
 +
Perhaps one of the most obvious difference between Flash Builder and FDT has to do with how easily it is to have multiple source folders. [[File:014_004.png|center|150px]]
 +
There's really no limit to how many source folders you can have.  When compiling and edting, FDT will look to all of your 'source folders' for code. These folders can be easily turned off and on - simply right click on the folder and choose ''Source Folder>Remove From Class Path / Add to Class Path''

Revision as of 16:26, 4 October 2010

Convert.png

If the differences between FDT and Flash Builder were boiled down into one word, the word would be Flexibility. Beside having powerful code editing features that are missing with Flash Builder, FDT is flexible with your project management whereas Flash Builder is going to harness you with constraints. While, at first, these concepts will seem foreign to the long term Flash Builder user - as you master them you'll quickly understand the power and flexibility they provide.

Project Structure

Where Did All My Projects Go? or Everything is a Flash Project!

014 001.png

Without a doubt, perhaps the most significant difference between FDT and Flash Builder has to do with the Project Wizard.

When creating a new project, Flash Builder has several different Project Wizards:

  • Flex Project
  • Flex Library Project
  • Flash Professional Project
  • ActionScript Project

After choosing one, Flash Builder provides you with project creation process depending on the type of project chosen. When finished, Flash Builder will have setup a directory structure and creates files whose initial structure cannot be changed. A good example of this is the existence of the 'libs' folder between a 'Flex Project' and the omission of a 'libs' folder for an 'ActionScript Project'.

Conversely, FDT takes a different approach. Everything, after all, is a Flash Project - the differences lie in what SDK you're going to be using and you're output. With this in mind, FDT instead allows developers to define their own 'Project Types' via the New Flash Project Wizard.

014 002.png

FDT ships with a few different project templates, but developers can create their own as they please. You're able to preset your:

  • SDK (what is included and what isn't).
  • Your directory structure.
  • You're source folder(s)
  • Library dependencies
  • Files
  • and much more....

If you're new to FDT, haven't yet had the chance to explore project templates and need to decide what type of project to choose - think about the type of SDK you're going to need for your output. If you need to use any Flex components use a template that is Flex based, otherwise, stick with AS3 projects.

Where's My Source Folder? Anywhere Your Want!

014 003.png
Perhaps one of the most obvious difference between Flash Builder and FDT has to do with how easily it is to have multiple source folders.
014 004.png

There's really no limit to how many source folders you can have. When compiling and edting, FDT will look to all of your 'source folders' for code. These folders can be easily turned off and on - simply right click on the folder and choose Source Folder>Remove From Class Path / Add to Class Path

Get FDT5