FDT 5 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.
0
votes
0answers
8 views
AS3 FDT How to instantiate an fla asset with a custom class?
I jsut started working at a company that uses flash builder, but I am using fdt at the moment. I am hvaing trouble getting FDT to instantiate the sprite in an fla project along with the custom class ...
0
votes
1answer
35 views
as3 MVC Using Arrays as Model Get/Set Variables
I am relatively familiar with the model-view-controller framework for actionscript 3. I have only used numbers and strings as variables in the model class. Now I am at a project that is basically an ...
1
vote
2answers
38 views
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:
<a id="player" href="javascript:void(0)" data-id="02">ABCD</a>
...
0
votes
1answer
38 views
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 ...
0
votes
0answers
21 views
FDT Library Issue
I imported my as3 project from Flash Builder 4 (which not brings a clean coding to our life) to FDT 5 but when I try to build it with FDT it resulted with lots of library errors, I imported Flex SDK ...
0
votes
2answers
21 views
tweenlite is not declared
package com.powerflasher.SampleApp {
import flash.events.MouseEvent;
import flash.display.Sprite;
public class test1 extends Sprite {
public function test1()
{
NewCircle1();
...
0
votes
1answer
122 views
using fdt to compile flex project using flex sdk as runtime shared swc
I've been trying to compile flex project using flex SDK 4.5.1.
I use eclipse FDT.
I want my flex application not to take a lot of space.
my all page contains like 4 different swf files and each one ...
0
votes
0answers
15 views
Using FDT 3 ant commands on windows command line
I'm trying to build an .swf file on command line. Currently I run an ANT script from FDT 3 which compiles the code then opens Flash Pro to publish the file. Now, I want to move to doing this all via ...
0
votes
1answer
31 views
How do I do a “full rebuild” in FDT?
I switched IDEs to use FDT and want to stop the type error warnings. I went to the project's properties > FDT Problems > AS3, check "Enable project specific problems", and disabled "Function without ...
0
votes
2answers
83 views
Missing “New Haxe Project” in FDT Free
I've just downloaded the FDT IDE Free version from its website. I wanted to use it for Haxe development so at first startup I chose to develop Haxe projects only. However in the "New FDT Project" ...
0
votes
1answer
120 views
FDT vs Flash CS6 [closed]
So I found FDT earlier here http://fdt.powerflasher.com/
but what are the benefits of this for as3 against using just flash??
the website doesn't really give any information on its features or ...
0
votes
1answer
45 views
HTML Wrapper FDT
I am working in as3 ide FDT. I want generate HTML wrapper for my flash project but I can t find any option which allows me to generate HTML wraper like in Flash Builder or Flash Profesional.
Where ...
0
votes
0answers
34 views
FDT5 and Git working together?
I'm using FDT5 and would love to have Git available right from my AS project. I've installed EGit to FDT5 (Free) which can do perfect Git. However, I cannot pull / push from the project. Egit comes as ...
0
votes
0answers
59 views
how can I debug in the browser using FDT Haxe Project
I have a Haxe project set up that is building a SWF application. In the debug configurations I can set up to have it launch the SWF in the External FDT swf viewer.
What I can't seem to get to work ...
0
votes
0answers
70 views
How to use Inline method in FDT width AirSDK3.6?
In Air3.6, as3 supports Inline and threads. In FlashBuilder I set "-inline" and the project will compile successfull, but In FDT, It doesn't work, how to use Inline Method In FDT?
thanks.
0
votes
0answers
57 views
FDT , Flex ,Air , Build error Air Installer build error
While i am exporting my appliction for air getting the below error :
Air Installer build error
Packaging failed!
Packaging error message:
Could not generate timestamp: Connection refused: connect
...
2
votes
0answers
96 views
FDT - Create a Project with existing source files, assets, folders etc [SOLVED]
I am using FDT 5 and would like to create a new project with already existing source files and assets. When I start up the Project Wizard (New->FDT Project) I browse to the folder I want to make as ...
0
votes
2answers
56 views
FDT - Accessing Same Project from Different Computers with Google Drive - Error “Project description file is missing”
I am using the latest subscription version of FDT 64 bit (with a subscription, not the free version). I have my FDT workspace and project files saved in my Google Drive. I am trying to work on the ...
0
votes
0answers
651 views
Invalid application descriptor: Unknown namespace: _http://ns.adobe.com/air/application/3.4
I tried using FDT 5 free version with Flex sdk 4.6 + Air SDk 3.4.
Getting this error while publishing the ActionScript file
Invalid application descriptor: Unknown namespace: ...
0
votes
1answer
30 views
adding FDT to the flash AS options
How do I tell the flash Professional Creative Suite 6 to edit the Actionscript files in FDT instead of Flash Builder? Could I do this using a jsfl script? Using ANT?
![flash screen][1]
Basically I ...
0
votes
0answers
73 views
FDT compile swf modules and post compile
I'm working on an AIR project which will require many swf modules.
So I have a main project which loads swf files when needed and I need now to setup a project which only compiles a module swf, ...
0
votes
1answer
341 views
FDT can't find flash player
I used FlashDevelop for 3 years and everything work well. Now I have to use Mac . I have some troubles , I am new to FDT, I can't build my project.
I downloaded a AIR-Flex combo SDK from internet for ...
0
votes
0answers
63 views
Compile Air Application in FDT5.6?
I was download last version of fdt ,
i create air project and when i want compile and test it give me an error:
An internal error occurred during: "Compile".
java.lang.NullPointerException
1
vote
0answers
47 views
FDT adding unnecessary imports for core Flash/AIR classes.
When working in an AIR project, FDT is importing flash.filesystem.File and other the other classes in that package when its not necessary to do so. Even w/ errors being shown in FDT, this still ...
0
votes
2answers
139 views
Could not resolve variable (may be a dynamic member)
I created variable with datatype object and created property for this object and asignt value to it.
var tileModel : Object = new Object();
tileModel.property = 10;
But I got warning in FDT Ide. ...
0
votes
0answers
15 views
fdt.loadProjectProperties task available on FDT Mac? [duplicate]
Possible Duplicate:
I Can’t Run Some Ant Tasks In FDT
I'm trying to use an Ant build file with FDT 5.6.2 on Mac that uses the fdt.loadProjectProperties task...
...
0
votes
0answers
42 views
How to add resource bundle path in FDT
I have created resource bundle "application.properties" in locale/en_US folder.
When i compile my application "ERROR Unable to resolve resource bundle "application" for locale "en_US", this error msg ...
0
votes
1answer
42 views
My Project Templates Are Missing With Version-less FDT
I just upgraded to FDT (new subscription model), got everything working, then went to create a new project with a custom template - gone!
Found the folder had been moved to projectTemplateBackup, ...
0
votes
0answers
115 views
Flex - Redraw/Re-render the group component on drag drop event
I have some dragable buttons in a Group. I need the dragged and dropped button's label to create a new component into the dropped container(Group). In simple words, when my button is dropped into the ...
-1
votes
2answers
744 views
How to include ant-contrib.jar dynamically in ANT
I'm looking for a way to include a .jar from within an ANT file so I can use it straight away and call its methods in my targets.
In my case it's ant-contrib-1.0b3.jar.
Is that possible?
Thanks!
4
votes
1answer
249 views
How can I dynamically wire a Starling view with Parsley MVC IOC injection
I am using Starling with in a Flex app. The app is using Parsley framework and doing IOC on the views.
Starling is of corse not a regular Flash displayobject. Normally within a Parsley project if I ...
0
votes
0answers
41 views
How to run ANT in a separate JRE and with the FDT commands?
I need to be able to run concurrent build in FDT. One of my build target starts a server that hangs the JRE as it runs. So basically, I can run the server I need, but nothing more after that as the ...
1
vote
0answers
47 views
How to run IDB.exe -forward without hanging ANT
I've followed this tutorial on how to debug using USB.
There is one small issue, when I run the target to forward the USB port, it hangs the FDT JRE, as this task never ends. Here is the task
...
0
votes
2answers
118 views
How Do I Use FDT To Test An AIR App On A Mobile Device?
Following the FDT tutorials and all is well, until I try to test the project on a device.
I can run the swf in an external window, it's the .SWF from the tutorial that makes
randomly colored circles. ...
1
vote
3answers
636 views
Compile with Apache Flex SDK4.8.0, AIR3.4 and FDT5.6.2 yields “unable to open '{airHome}/frameworks/libs/air/airglobal.swc'”
I downloaded the Apache Flex 4.8.0 SDK and added the TLFTextField and OSMF dependencies. I then installed the SDK into FDT 5.6.2 and merged the AIR 3.4 SDK into the newly added SDK with no complaints.
...
0
votes
1answer
98 views
I Can't Run Some Ant Tasks In FDT
Some of my Ant tasks fail in FDT. The error is usually:
BUILD FAILED
Problem: failed to create task or type fdt.invoke.launchConfiguration
Cause: The name is undefined.
Action: Check the spelling.
...
0
votes
1answer
171 views
Why Doesn't FDT Start ADL Or Show Anything When I Launch?
When I launch a simple AIR project. ADL doesn't start / or I dont' see anything:
Starting Full Build of Application.
Compiler arguments:
-output
...
1
vote
1answer
293 views
FDT: Execute a command line command when compiling
Can I somehow execute the following line in command line when I am compiling my AS3 application in FDT? If so, how do I set it up in FDT?
python add-advanced-telemetry.py Application.swf
0
votes
0answers
12 views
FDT 4.6.2 packages iOS ipa although I have selected “Do not launch” [duplicate]
Possible Duplicate:
With FDT, How Do I Prevent Packaging For Mobile Applications (iOS & Android)
I have created a new FDT AIR 3.4 IOS project, created a new Launch configuration, and ...
0
votes
1answer
57 views
With FDT, How Do I Prevent Packaging For Mobile Applications (iOS & Android)
When working with the FDT FREE version, how do I run a configuration which only compiles the SWF and doesn't package an .IPA or .APK.
Is there any way of do this?
For example, I would like to have ...
0
votes
0answers
136 views
FDT - Mobile Flex project not working on device using standard packaging IOS
I have a Flex mobile project using Flex 4.6 and AIR 3.3 that compiles and runs using "Fast" packaging but if I package using "Standard" I just get a white screen when running on device.
My first ...
0
votes
1answer
173 views
FDT - How do I get my IOS project to package and compile in standard mode
I am just getting into testing my first ISO app using FDT and Actionscript there. I have everything configured correctly I think. In the debug configurations for IOS debugging I have Standard ...
1
vote
1answer
223 views
Can't resolve 'WindowedApplication'
This is my sample code:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" paddingBottom="0"
paddingLeft="0" paddingRight="0" ...
1
vote
1answer
308 views
FDT ANT tasks - exportAirApplication vs release.AirApplication
I'm struggling with customised ANT-driven AIR packaging under FDT 5.6.x .
I've just upgraded from FDT 5.0.x and I'm struggling to rebuild by workflow. I had an ANT script which loaded current project ...
1
vote
2answers
179 views
How to compile SWC in FDT without including the SDK libraries?
It seems the command -el forces external linkages but then it won't compile because options from playerglobal.swc cannot be found. I just want to build a swc from the source folder and not include ...
1
vote
1answer
79 views
FDT Hangs On Startup
I have ben unable to start FDT. It keeps at the loading
screen. I have already uninstall and reinstall FDT and still cant open it.
0
votes
1answer
48 views
Why Doesn't FDT Take Into Account My Selected 'Default' SDK When I Create A Project
Check out the screenshots. I have Flex 4.6 selected as default but the project template uses Apache Flex 4.8.
Why?
0
votes
1answer
88 views
Installing FDT On Windows & Java JRE Issue
I have been using FlashBuilder for some time now but I recently discovered some
interesting articles that claim FDT is sweet. I'm trying to evaluate it but I
can't find a windows installer anywhere. ...
0
votes
1answer
128 views
Compiling Just .SWFs ( Module .SWFs ) In An AIR Project
It would have been cool to be able to also compile SWF files even in AIR mode.
I have SWF modules on an AIR app that i want to load/unload when necessary. Their code is in the same project than the ...
0
votes
1answer
32 views
does FDT platform has a jangaroo implementation
I'd like to know if FDT has implementation of jangaroo - the as 2 js compiler.
For several years i use the FDT as my coding tool. now when the world mooves to html5 i am interested in finding a good ...