FAQ

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
'''Can I download a trail of FDT4?'''
+
==Can I download a trail of FDT4?==
Yes, you can download a 30 day trial of FDT 4 including the full functionality of FDT Enterprise. So, you can discover all features of FDT and taste pure coding comfort.
Yes, you can download a 30 day trial of FDT 4 including the full functionality of FDT Enterprise. So, you can discover all features of FDT and taste pure coding comfort.
Register for your free download Please register here to receive the download links of FDT 4 [http://www.fdt.powerflasher.com/download here].
Register for your free download Please register here to receive the download links of FDT 4 [http://www.fdt.powerflasher.com/download here].
 +
 +
==FDT Installation fails (Unsupported major.minor version)==
 +
FDT needs at least Java 1.5 to run properly.  Test your install of java [http://www.java.com/en/download/installed.jsp here].
 +
 +
==Getting Started==
 +
We have devoted a section on our wiki to getting you running with FDT quickly.
 +
[http://fdt.powerflasher.com/docs/Main_Page#FDT_Getting_Started_Guide Check it out].
 +
 +
==How can I use ''trace()'' with AS3?==
 +
 +
The Flex SDK which is included in the FDT stand alone installation has to be installed.
 +
Furthermore you need the [http://www.adobe.com/support/flashplayer/downloads.html Flash Debug Player] to start your application. Please make sure that you're really using the DEBUG PLAYER.
 +
If you want to check which version of the Flash Player is installed on your system visit the [http://kb2.adobe.com/cps/155/tn_15507.html Adobe Version test].
 +
If everything is installed correctly open your main class and start your application with "Debug As... --> FDT AS3 Application" (instead of "Run As..."). Two consoles in eclipse will open one for the compiler and one for the debugger. The console for the debugger shows the output of your traces.
 +
 +
==How do I install FDT?==
 +
You can download the standalone Version of FDT, or install FDT as a plug-in to your existing Eclipse Instance.
 +
 +
#Install Eclipse (www.eclipse.org)
 +
#Open Eclipse
 +
#Select "Help->Software Updates->Find and install..."
 +
#Select "Search for new features to install" and press next
 +
#Press "New Remote Site..."
 +
#Insert FDT into Name and "http://fdt.powerflasher.com/update/" into URL
 +
#Press finish
 +
 +
If you get an ERROR 403 you are perhaps behind a proxy.
 +
#Preferences...
 +
#Select Install/Update
 +
#Select "Enable http proxy connection"
 +
#Insert proxy address and port
 +
#try again

Revision as of 15:52, 24 September 2010

Contents

Can I download a trail of FDT4?

Yes, you can download a 30 day trial of FDT 4 including the full functionality of FDT Enterprise. So, you can discover all features of FDT and taste pure coding comfort. Register for your free download Please register here to receive the download links of FDT 4 here.

FDT Installation fails (Unsupported major.minor version)

FDT needs at least Java 1.5 to run properly. Test your install of java here.

Getting Started

We have devoted a section on our wiki to getting you running with FDT quickly. Check it out.

How can I use trace() with AS3?

The Flex SDK which is included in the FDT stand alone installation has to be installed. Furthermore you need the Flash Debug Player to start your application. Please make sure that you're really using the DEBUG PLAYER. If you want to check which version of the Flash Player is installed on your system visit the Adobe Version test. If everything is installed correctly open your main class and start your application with "Debug As... --> FDT AS3 Application" (instead of "Run As..."). Two consoles in eclipse will open one for the compiler and one for the debugger. The console for the debugger shows the output of your traces.

How do I install FDT?

You can download the standalone Version of FDT, or install FDT as a plug-in to your existing Eclipse Instance.

  1. Install Eclipse (www.eclipse.org)
  2. Open Eclipse
  3. Select "Help->Software Updates->Find and install..."
  4. Select "Search for new features to install" and press next
  5. Press "New Remote Site..."
  6. Insert FDT into Name and "http://fdt.powerflasher.com/update/" into URL
  7. Press finish

If you get an ERROR 403 you are perhaps behind a proxy.

  1. Preferences...
  2. Select Install/Update
  3. Select "Enable http proxy connection"
  4. Insert proxy address and port
  5. try again
Get FDT5