Questions tagged [fdt]

FDT is an Eclipse development toolkit for interactive developers. FDT can be used to target multiple platforms such as Flash and HTML5 / JavaScript / PHP via Haxe.

FDT(Flexible Development Toolkit) comes in both free and commercial editions. Both the free and commercial versions support:

  • Apache FlexJS Compiler support
  • Live Error Highlighting
  • Quickfixes
  • Auto completion
  • Dead Code Detection

The commercial version also supports:

  • Advanced Refactoring
  • ASDoc Support
  • SWC Source Attachement
  • Project References
  • Command Line Handling
  • AIR SDK Merging
  • Advanced Navigation Features
  • Font Library Creator
  • Maven Flex Mojos Support
  • AIR/Mobile Support

References

166 questions
2
votes
2 answers

Compiling a debug version without opening the debug perspective?

I've migrated to FDT from flashdevelop and kind of have a hard time getting things to work the way I'm used to. In Flashdevelop, you could easily choose if the compiled swf was a release or debug version. In FDT however, it seems like there is no…
ehud
  • 76
  • 6
2
votes
1 answer

Actionscript 3 - String Replace characters with MML?

First of all: I'm new to programing. Please be detailed if you choose to help me. What i'm trying to do is to first of all remove all special characters from a hard coded tweet. What I want to do after is to convert each letter into a specific tone,…
Joakim Wimmerstedt
  • 709
  • 1
  • 10
  • 28
2
votes
2 answers

In Eclipse, how can I move all my source files to a different folder without screwing up the project?

I have created my ActionScript source files in a folder on a Mac (I normally use Windows), and somehow managed to make an Eclipse/FDT project that can see them. I now need to move them into a svn checkout of an existing project to get them under…
Iain
  • 9,432
  • 11
  • 47
  • 64
2
votes
1 answer

Flash compiler arguments - force SWC inclusion

I'm trying to write a compiler argument for FDT to force the inclusion of one of my SWCs. It looks kind of like this (App name changed, but the real one also contains mixed case and a space): -include-libraries "C:\Workspaces\My…
shanethehat
  • 15,460
  • 11
  • 57
  • 87
2
votes
1 answer

SVN "Share project was failed"

I get this error : Share project was failed. svn: Error writing entries file for 'C:\workspace2\Test' svn: Entry '' has inconsistent repository root and url But we get this error only on a particular PC. Also if we move the workspace in a…
OXMO456
  • 3,558
  • 2
  • 25
  • 35
2
votes
4 answers

What's the 'static void Main' equivalent in Flash?

I am trying the FDT editor on a project that previously ran successfully in Flash CS3. FDT builds and runs it successfully but the SWF is blank (white). I've tried a few viewers on the output file and it is actually blank. One difference is that…
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
2
votes
1 answer

How to logout facebook connect user with Facebook Developer Toolkit?

How can I logout or disconnect a Facebook user in the Facebook connect session? I'm using the Facebook developer toolkit. After using "connectSession.Logout()", the method "connectSession.IsConnected()" is still returning "true". Have I done…
Ante
  • 8,567
  • 17
  • 58
  • 70
2
votes
2 answers

passing javascript variable value to swf in fdt

I am very new in FDT, I want to pass javascript variable value to FDT code. I have no idea how to do it. HTML Code: ABCD Javascript Code: $('.list a').click(function(){ var id =…
Aakanksha
  • 199
  • 1
  • 3
  • 15
2
votes
1 answer

FDT - Where is new Flash Project?

Up until this point I have been doing all of my coding in sublime text 2, and compiling with flash pro cs6. I have gotten pretty good with actionscript 3. I have been uing the mvc design pattern and used external libraries like admobs and…
Jimothy
  • 87
  • 1
  • 8
2
votes
1 answer

Objects declared on the stage are undefined when moving Flash project into FDT

I have a Flash CS5 project with an FLA file and 20 to 30 class files. I am trying to move from the Adobe IDE to FDT without modifying my code too much. I have exported the SWC file from Flash and added it to my lib folder, and I can now access the…
Dave Walker
  • 153
  • 1
  • 8
2
votes
1 answer

Sencha Touch for Haxe FDT5?

I'm trying to link to the sencha touch library from a FDT Haxe project. According to: http://www.haxejs.org/externs/sencha-touch/ All you have to do is run from a command line: haxelib install senchatouch It installs sencha touch here :…
Mike6679
  • 5,547
  • 19
  • 63
  • 108
2
votes
1 answer

How do I Download A Legacy ( Older ) Version of FDT 5.0 or FDT 4.5?

I'm looking for older versions for FDT to download. Where can I find them? I rely on a particular workflow that existed in one of these earlier versions.
Alan Klement
  • 1,218
  • 7
  • 18
2
votes
1 answer

FDT: Do Haxe projects in 5.5 have full code complete intellisense support for AS3 and other targets ?

I can tell this version for haxe is quite a bit better but I noticed when trying to get code hinting or intellisense on AS3 classes I don't get any public methods showing up or variables for that matter? Is this not yet supported or is there…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
1
vote
1 answer

AIR iOS app fails to install, error message: "A signed resource has been added, modified, or deleted."

I'm making an iOS app using AIR 3.1 and Flex 4.5.1, and if I package it using -target ipa-test-interpreter the ipa file installs with no problem, it just runs kind of slow. If I use -target ipa-debug or -ipa-ad-hoc then the install fails with the…
Dave Wolfe
  • 660
  • 5
  • 14
1
vote
2 answers

How to build only upon saving in FDT?

Is it possible to set up FDT so that it only builds the workspace when I save (as opposed to constantly or manually) like it does in Flash Builder (previously Flex Builder) and if so, how?
Mexican Seafood
  • 504
  • 3
  • 13
1
2
3
11 12