Tagged Questions
FDT 5 is an Eclipse development toolkit for interactive developers. FDT can be used to target multiple platforms such as Flash / HTML5 / JavaScript / WebGL / PHP programming with haXe
3
votes
1answer
549 views
Quick fix (CTRL+1) in Flash Builder 4
What is the purpose of quick fix in Flash Builder 4? I have tried using it to auto create event listener functions, class methods or properties, local variables etc but none of these work. Does this ...
2
votes
3answers
40 views
Differences between Flash Builder 4.6 Premium and FDT 5 max?
Can anyone make a detailed comparison of these IDEs (I can't find any)? Which would you recommend for what, etc.?
I need a good IDE for flash and flex. I know for example both have permormance ...
2
votes
1answer
369 views
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):
...
2
votes
1answer
528 views
What does System property http.nonProxyHosts has been set to local|*.local… mean? And what are the implications?
I am a designer who has strayed into coding, and frequently my lack of knowledge snaggles me. Like this example: Working on Mac OS 10.5.8 in fdt 4 to build an osmf (open source media framework) media ...
2
votes
1answer
2k views
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 ...
2
votes
1answer
2k views
Ant basedir slashes escape problem
I'm using Ant with FDT 3 and I have Ant creating a jsfl to compile fla's. When I use the built in '${basedir}' property in Ant it gives me the path with backslashes(\) in it because I'm on Windows. ...
2
votes
2answers
7k views
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 PC), and somehow managed to make an Eclipse/FDT project that can see them.
I now need to move them into a svn checkout ...
1
vote
3answers
74 views
How to set up Jeash for haXe?
I am trying to setup Jeash for haXe, so I read this: http://haxe.org/com/libs/jeash/firststeps
Now, I found out that I cannot do that just yet:
"This is the first time you are runing haxelib. Please ...
1
vote
1answer
27 views
how to compile flex modules?
I'm trying to migrate from flash builder to eclipse FDT in order to have one IDE for everything. the problem is that I have a lot of flex modules in my projects and it seems that FDT doesn't have ...
1
vote
2answers
34 views
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 ...
1
vote
1answer
46 views
FDT5 and port 7935
i have a strange issue. I have FDT5 Max at work and FDT5 free at home. With Max i can create a new Air for Android project, with free i just can create a Mobile AS3 project and after set Android as ...
1
vote
1answer
71 views
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 ...
1
vote
1answer
108 views
FDT: Could not resolve variable (may be an XML element name)
I'm getting some warning signs in FDT in a couple of lines of code that access values in the app descriptor, like this:
var appDescriptor:XML = ...
1
vote
0answers
134 views
SWF has higher framerate than specified in the compiler arguments
I compile a SWF with ANT using FDT. In the compiler arguments I am setting default-frame-rate to 30. When I run the SWF, the stage.framerate property is 30 (which is correct), but as the Stats util ...
1
vote
1answer
69 views
How can I make FDT always build and run my main file?
When I push F11 in Flash Builder, it does a full build and runs in the context of my main ActionScript file. When I do the same in FDT, it builds the last selected file in the Flash Explorer pane and ...
1
vote
1answer
515 views
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 ...
1
vote
1answer
699 views
FDT / Eclipse : path variable
I am trying to create a script that would list all the linked libraries in an FDT project and their corresponding svn repositories.
My problem : I was not able to find the file on my system where ...
1
vote
2answers
99 views
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?
1
vote
2answers
744 views
FlexBuilder to FDT Migration
I'm new to FDT and I'd like to move some (actionscript)projects from FlexBuilder to FDT.
I've noticed FDT can read .actionscriptProperties from FlexBuilder, so just setting the workspace to my ...
1
vote
4answers
1k views
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 ...
0
votes
1answer
26 views
How do I move file assets from src into bin at compile time in FDT5
Flash Builder has a nice feature that will allow you to have it move files such as images, fonts, xml files and so forth into the bin-debug directory an compile time. The reason for doing this would ...
0
votes
1answer
14 views
Auto exclude (-externs) option cannot be marked
I have an swc file that I want to compile as external in a flex project.
I use eclipse FDT 5.
i read that I need do `Source -> Remove from Export' on that swc file and besides that under the 'FDT ...
0
votes
2answers
29 views
Adobe AIR iOS/Android best event to listen for in AS3
So I'm having this issue where I need an event to fire at the very beginning of my application
public function Main() {
this.addEventListener(Event.ACTIVATE, onInit);
}
I've ...
0
votes
1answer
175 views
Air native extensions FDT
I am using FDT 5 and trying to use IOS native extensions. I am pulling my hair out because every time I try running the application locally I get the following error:
"Not supported native extensions ...
0
votes
1answer
47 views
Why aren't my breakpoints working correctly in FDT's debugger?
I'm having a frustrating problem using FDT's debugger (I'm using FDT 4 on OSX) when I set breakpoints in my code. Basically, when I set a breakpoint the debugger should show the value of variables in ...
0
votes
2answers
30 views
FDT Templates: set output folder as absolute path
When i set the output folder in FDT, this is always REALTIVE to the project folder, even if it has a forward slash...
ex: /Users/paolo/deploy will create the folder in ...
0
votes
1answer
29 views
Powerflash FDT - Why aren't i getting predictive text for MXML?
Recently downloaded Powerflash (FDT) to compare with Flash Builder, but it doesn't seem to cleverly colour the MXML code, nor provide me with predictive text. Is that only for action script files?
...
0
votes
1answer
81 views
How can I make Eclipse/FDT build Main.as instead of the currently selected file?
I'm using FDT, and I want Eclipse to build my Main.as file instead of the currently selected file when I click debug/run. Is there a way to do this?
0
votes
2answers
51 views
How to download a new version of Flash Player executable for opening SWF files and Flash IDE
I would like to update the swf player that I specify into FDT and what Flash IDE uses to play files, namely from Flash 10 to Flash 11 for Stage3d preview. How does one do this?
0
votes
1answer
36 views
How to set .as and .hx files to open with FDT Powerflasher
Is it possible to set .as and .hx to open with FDT Powerflasher? Settings it to open with what seems to be a previously detected by Windows eclipse.exe (my Java one).
0
votes
0answers
84 views
How to add an external source folder with Intellij Flash
I have a project, myApp with src and another folder called shared that has shared source files. I don't want to compile the shared folder into a swc every edit. Doing this in FDT, doing this in ...
0
votes
1answer
10 views
Why is typecasting (as Class) in FDT formatter formated with the relational whitespace option?
Turning of the whitespace around relationals formats the code into:
getDefinitionByName("Helloworld") as Class
into
getDefinitionByName("Helloworld")asClass
Has this been changed in FDT 4.0?
0
votes
1answer
133 views
Configure Aptana to not include svn folder in FTP transfer
Is it possible to configure the Aptana Remote Systems (FTP) transfer to not include svn hidden folders for uploads?
It shouldn't make any difference, but I'm running FDT 4 Plus rather than a basic ...
0
votes
1answer
27 views
How to retrieve build information after build completes in FDT?
Using FDT, when I have a debug configuration with several operations in the launcher chain and the final launcher opens in Flash Player, how can I retrieve the build output from the console once the ...
0
votes
1answer
35 views
Eclipse/FDT closes imports when typing in a new import
For example I type the following:
import shared.
And on the dot, it closes the imports forcing me to reopen the imports and continue typing. Is there a way to disable this? What is the point of ...
0
votes
1answer
101 views
Is playerglobal.swc the only dependency of the Flex SDK needed to build a swf file?
I am trying out FDT and it has several bundled SDKs. Some of them are labeled pure and only contain the playerglobal.swc. Is this to compile ActionScript 3 only swfs?
0
votes
2answers
51 views
FDT 4 Compiling SWF Application ignores new code
So, I've been trying to get an AS3 application (pure) to compile for 6 hours, i have made changes to the code, but they are being completely ignored, I've deleted the output swf, then run the compile, ...
0
votes
1answer
70 views
Any way to stop warnings from showing in a specific package - FDT / Eclipse
I'm using FDT and Flash 10, and have just discovered Flixel, but when I import the source into my classes directory I get loads of errors and warnings.
I have fixed the errors, after reading this ...
0
votes
1answer
264 views
flash debug: flex app compiled with eclipse fdt doesn't show line numbers on errors
I have firefox 3.6.15 with flash debug version 10.3.
whenever an error occurs a popups comes up with the error and a stack trace but it does not line numbers of each leaf in the stack trace which ...
0
votes
1answer
145 views
Automatically build SWC after save in FDT4
I'm currently trying FDT 4 for Flash/Flex development (was using Flash Builder) before, but I have a little annoyance.
I have two projects: GameCommon and GameWeb. GameCommon is a library, compiled ...
0
votes
2answers
294 views
How to do TDD using FDT with AS3 in MAC?
I'd like to setup my environment to program doing Test Driven Development in ActionScript3. I tried using AsUnit but I don't know how to install it properly in MacOS.
Thank you!
0
votes
1answer
142 views
Resolve error when migrating a FlashBuilder project to FDT
I'm migrating a FlashBuilder project (actually a project I'm working on with FlexBuilder eclipse plugin on Linux) to use FDT. I managed to import the project, and make it aware of other projects it ...
0
votes
1answer
100 views
How to expand all multi-line comments in FDT 4?
See title ^
Shortcut or menu option, either is appreciated :)
0
votes
3answers
923 views
How do I compile Flash .FLAs using command line?
how do I compile Flash .FLAs using command line?
I am using Eclipse + FDT for Flash development and I would like to use ANT to automatize the compilation.
I am using AS3 and need to compile for ...
0
votes
1answer
345 views
Compiling SWC file from FDT
I've made a library which I'd like to compile to an SWC file, I've tried to do this in FDT by choosing FDT AS3 Library as Run settings, but all I end up with is a 0kb .swc file. Does anybody know what ...
0
votes
1answer
215 views
Use Network Services for FDT
I've recently started using FDT, for a while I was using FlashDevelop, it had a really handy feature in Compiler options where you can set UseNetworkServices to false which would stop the compiled swf ...
0
votes
2answers
192 views
Debugging in fdt
the document class of my .fla file has a lot of references to elements on the stage, I use fdt for the .as, but everytime I need to debug I have to switch back to Flash IDE, I read this tutorial ...
0
votes
2answers
350 views
How can I speed up Ant Compilation in FDT / Flex Builder
Is there any way to speed up MXMLC compiles using Flextasks in Ant in Eclipse. Compared to FDT and Flex Builder's in-built compilation, it is painfully slow.
0
votes
1answer
348 views
FDT:Flex and cannot access local file
I am using FDT for Flex development and when I compile, and it tries to access a flv file, I get the error "cannot access local file". This is obviously a security sandbox thing.
Now I tried adding ...
0
votes
1answer
222 views
FDT 3 Enterprise, can't add breakpoints
I've been using FDT for a long long time, on my new machine, with the Enterprise edition, I cannot add breakpoints on the editors gutter, and the debugger doesn't show any variables when testing with ...