====== PowerFlasher FDT ====== This document aims to help you set up [[http://fdt.powerflasher.com/|FDT]] to use with Starling for desktop and mobile development. You might notice that it's rather sparse at the moment. Any FDT developers, please help us out by extending this document! If you find an error or a missing step, or if you have some other suggestion that might make things clearer for beginners, please help us out by enhancing this document! Just hit one of the ''Edit'' buttons and write away. ===== General Setup ===== * To find out how to upgrade to the latest ASC compiler in FDT, have a look at [[http://fdt.powerflasher.com/2012/12/how-to-install-asc-2-0-in-fdt/|this tutorial]]. * This tutorial on the PowerFlasher website shows how to create a mobile project in FDT: [[http://fdt.powerflasher.com/docs/Building_Mobile_Applications_With_FDT#Creating_A_Mobile_Project|Building Mobile Applications With FDT]]. ===== Project Setup ===== * Just drop the ''starling.swc'' library (found in the ''starling/bin'' folder of the Starling download) into the ''lib'' folder and start developing. * Remember to set the ''wmode'' to ''direct'' in an html file (for SWF projects) or ''direct'' in the app descriptor/FDTs mobile properties (for AIR projects).