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
2
votes
1 answer

Flash Builder / Flex: Making the auto-completion work like Flash Develop's (string patterns)

Is there some way to make the Auto-Completion of Flash Builder / Flex behave similarly, if not exactly the same, as Flash Develop's smart way of picking up the patterns in the var/method/property that you type? For instance, currently Flash Builder…
2
votes
2 answers

Separate debug/release output in FlashDevelop

I want to have separate output directories for debug and release builds. However, I don't see any proper option in FlashDevelop. Is this thing achievable, and if so, how to do this? If not, how to determine if current build is compiled as debug or…
Xirdus
  • 2,997
  • 6
  • 28
  • 36
2
votes
1 answer

How to set flashdevelop with AIR 2.6

I would like to set my FlashDevelop to use the new AIR 2.6 SDK. I saw this thread on the FD forum but I couldn't get a working walkthrough. Any help?
David Salzer
  • 872
  • 1
  • 7
  • 24
2
votes
1 answer

Is it possible to port Flashdevelop project from Openfl to Android?

I made a neko project for Windows using FlashDevelop. I want to see if I can port it for android without remaking code or too much of it. In the past I was able to port to hmtl5 without having to remake code. Of course making an APK is different and…
programc7r
  • 63
  • 6
2
votes
1 answer

Basic MovieClip usage in FlashDevelop

I'm just started doing 'hands-on' learning of Actionscript 3 using FlashDevelop. I've now managed to subclass a sprite, load a graphic from the library, and manipulate it around the stage. Next step is doing the same with a MovieClip, but it doesn't…
Dave
  • 1,696
  • 4
  • 23
  • 47
2
votes
2 answers

build failing with flash player but working with in flashdevelop

The error I'm getting is JSONParseError: Unexpected < encountered atcom.adobe.serialization.json::JSONTokenizer/parseError( I'm using flash player 10.2. Has anyone come across this before? Seems odd that its publishing fine from within…
Tom
  • 12,591
  • 13
  • 72
  • 112
2
votes
2 answers

FlashDevelop: recommended way for loading/playing sound files

I'm not sure if this is a FlashDevelop or a general ActionScript3 question, however, I am trying to figure out the best way to add sound files to my flashdevelop project. For example, I've found that if I place .mp3 files within the my project's bin…
NobodyMan
  • 2,381
  • 4
  • 29
  • 35
2
votes
1 answer

How can I avoid uninstalling the app when compile

I have a general question for about Intellij IDE by default when I compile my air app in android or iOS devices , this IDE first uninstall my app and then install , but I don't want to uninstall my app ! is there any way to avoid uninstall app on…
2
votes
1 answer

FlashDevelop - change default choice for autocompleted classes

Sometimes there is a name conflict between classes in two different libraries, but I almost exclusively use one over the other. Unfortunately, the one I am using is not showing up as the first entry and I have to press the down arrow to pick it. How…
Fragsworth
  • 33,919
  • 27
  • 84
  • 97
2
votes
1 answer

HaxeDevelop: cross-platform compilation via default project templates

Trying investigate how to create "Hello world" on different languages via HaxeDevelop. I'm newbie and may be inacurate at terminology. 1) C# project. Pressing F8 gives me error: haxe -cp src -cs D:/Programs/Projects/CsTestHaxe/bin/ -main Main …
Army of Earth
  • 311
  • 2
  • 8
2
votes
0 answers

Preloader not running

Iam trying to run preloader with percentage but it not show the percent in dynamic text please anyone give the solution.. import flash.events.ProgressEvent; import flash.events.Event; import…
Hemanth Raj
  • 187
  • 10
2
votes
1 answer

How to rearrange code using Regular Expressions in HaxeDevelop / FlashDevelop Find and Replace

I'm trying to turn cast(("Sparkles"), GetBitmapData); to GetBitmapData("Sparkles"); I've got this for my find code: cast\(\(\"\.*\"\),\ .*\); but this replace doesn't work: $2\(\"$1\"\); What do I need to do to make this work?
John Doughty
  • 246
  • 1
  • 5
2
votes
3 answers

How to remove all MovieClips, Sprites and graphics from a scene in AS3?

I have a scene including all MovieClips, Sprites, graphics that I bring some of them to the stage using addChild(...). I want to remove all of them because I can still see them when I go to other scenes. I have used below code but it shows me the…
mazName
  • 145
  • 9
2
votes
0 answers

HaxeFlixel how to not pack assets in one SWF

I use FlashDevelop and have a HaxeFlixel project with a rather huge assets size. It is ok for desktop target, but with flash I want to get main swf and assets in separate swf file, that will be loaded inside of program in extra state, with loading…
2
votes
2 answers

flashdevelop built error: Can't initialize jni4net. (32bit vs 64bit JVM vs CLR ?)

I'd reinstalled Windows on my PC, after that flashdevelop started to throw errors while building. Application starts for a few seconds, but then closes. output: Error details: net.sf.jni4net.jni.JNIException: Can't initialize jni4net. (32bit vs…
Paul Swarrow
  • 31
  • 1
  • 4