Questions tagged [flashdevelop]

FlashDevelop is a popular, free and open source IDE for ActionScript and Haxe.

FlashDevelop is a free and open source (MIT license) source code editor for Windows.

FlashDevelop offers first class support for Flash ActionScript (2 and 3) and Haxe development: great and fast code completion & code generation, projects compilation & debugging, plenty of project templates, SWF/SWC exploration, etc. See: features & screenshots.

FlashDevelop is more generally a good web developer IDE with integrated source-control support (svn, git, mercurial), tasks/todo, snippets, XML/HTML completion and built-in zen-coding for HTML.

767 questions
6
votes
3 answers

AS3 sound.extract() for waveform

Good morning! I'm trying to create a visual waveform for an MP3. The code I've included is called on successful load of the MP3. I intend to extract just a few important samples from the sound to create the waveform, rather than extract the entire…
Fox
  • 61
  • 1
  • 2
5
votes
3 answers

Can FlashDevelop deploy to iOS?

I have searched the internet looking for a definitive answer to the question of can FlashDevelop deploy to iOS. All the thing's I have read are not very clear and not very certain. I don't have enough money to afford Adobe Flash or Flash Builder so…
DavidColson
  • 8,387
  • 9
  • 37
  • 50
5
votes
2 answers

HaxeDevelop debug does not stop on breakpoint

I am new to HaxeDevelop (but experienced with FlashDevelop) and it has essentially no useful documentation that I can find via a Google search. I am trying to get a simple app up and running with OpenFL and Starling. It had an issue so I tried…
loganjones16
  • 492
  • 4
  • 19
5
votes
4 answers

FlashDevelop - Why does code-completion not work with mx.controls

Today's my first day with Flex and FlashDevelop. In my ActionScript file, I have this line. import flash.display.SimpleButton; FlashDevelop is aware about this and Code-completion works fine. But, when I have this line. import…
Corey Trager
  • 22,649
  • 18
  • 83
  • 121
5
votes
2 answers

How to suppress warnings for one ActionScript file?

I've got an ActionScript 3 source file (.as) that has hundreds of untyped variables. This file works perfectly although it outputs a warning for every untyped variable which gets me ~800 warnings clogging the Error panel in my IDE. Although…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
5
votes
2 answers

Setting compiler.theme option for Halo/Flex 4 in FlashDevelop

Here's what works with ant build.xml:
pm_labs
  • 1,135
  • 12
  • 22
5
votes
1 answer

Is there an equivalent to C#'s #region directive in AS3?

Just started coding in AS3 with FlashDevelop and coming from a C# background, I would like to know if there's something equivalent to the #region directive in AS3? The #region directive in C# essentially allows an IDE e.g Visual Studio to collapse…
anonymous
  • 3,474
  • 25
  • 29
5
votes
1 answer

How to add support for a new language in FlashDevelop?

I am interested in making a plugin for FlashDevelop to add support for another language. I am not too sure where I should start. So any starting points, hint, tips, or advice would go down well. There is a Plugin Development article on the…
Adam Harte
  • 10,369
  • 7
  • 52
  • 85
5
votes
3 answers

HaxeFlixel Trace

Day one HaxeFlixel Coder. Stupid error, but Google isn't helping me. How do I trace to FlashDevelop output using Haxe, NME and Flixel. It works when executing using C++, but nothing for Flash! I've tried trace("hello"); Lib.trace("hello"); //With…
Daniel Messias
  • 2,623
  • 2
  • 18
  • 21
5
votes
3 answers

AS3 using PrintJob to print a MovieClip

I am currently trying to create a function which will allow me to pass in a MovieClip and print it. Here is the simplified version of the function: function printMovieClip(clip:MovieClip) { var printJob:PrintJob = new PrintJob(); var numPages:int =…
Chris Waugh
  • 187
  • 1
  • 1
  • 12
4
votes
2 answers

Definition fl.controls:Label could not be found

I'm using ActionScript 3. Developing in FlashDevelop. I get the following error when I try to do import fl.controls.Label; Definition fl.controls:Label could not be found. I'm pretty new to Flash. I had this project working without a glitch. I…
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247
4
votes
4 answers

How to start debugger with FlashDevelop?

I am trying to debug my AS3 project, I get this status message: Waiting for Flash Player to connect to debugger But, then, nothing happen, it seems the flash player cannot connect to debugger ? Here is my settings: FlashViewer: External Flash…
simo
  • 23,342
  • 38
  • 121
  • 218
4
votes
4 answers

FlashDevelop debugger issue

Like the official site and this thread says, FlashDevelop comes with a debugger. But it doesn't always work for me. I switched to FlashDevelop from CS and at first I used it with CS, like this: FlashCS3Workflow. Then I wanted to try this workflow:…
Mentoliptus
  • 2,855
  • 3
  • 27
  • 35
4
votes
1 answer

Debugging iOS/AIR content on the device

I've created some flash content in FlashDevelop (v 4.0) that I've turned into an .ipa and put on the device. I would like to debug the content while it is running on the device because it is giving me some unexpected behaviour. Is debugging AIR…
Josh Mohan
  • 496
  • 6
  • 15
4
votes
5 answers

flashdevelop halted with no explicit compile error

We are developing flash based games using flashdevelop and flash CS 3. We are using flash CS3 to publish the swc and the swc will be used in flashdevlop as library. Everything seems well, until one day I made a change to the fla(the change is…
Zhu Tao
  • 7,581
  • 9
  • 35
  • 38
1
2
3
51 52