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
0 answers

How to setup Fresh Planet Ane Google Play Game Services Correctly?

Hey everyone so I've been at this for days now. I am setting up the Google Play Game Services ANE from Fresh Planet using Flash CS6 and Flash Develop with the latest Adobe AIR 17.0. I have the ANE connected to the library path in Flash CS6 also…
Nathan
  • 536
  • 4
  • 21
2
votes
3 answers

Flash Develop : Build halted with errors (fcsh) why?

I try to recompile a flash package from somebody who has left the company and I have some difficulty to understand why I can't. There are only warnings of type "variable 'x' has no type declaration" when building so why does it halt ?
user310291
  • 36,946
  • 82
  • 271
  • 487
2
votes
1 answer

FlashDevelop / Haxe - How to Choose a Project Type

I am not a completely inexperienced developer, but I often find myself struggling with tools and workflow related questions due to not understanding the related compilation process well at all. I have worked with FlashDevelop before, and with Haxe,…
Gusy
  • 21
  • 1
2
votes
1 answer

AS3 character falls through platforms, collisions not working properly

I'm creating 2D platformer game. I'm having an issues with my collisions. When my character hits is standing on top of a platform it will stay there for 2.5 seconds then fall through all other platforms to the ground floor. I think it has to do…
2
votes
1 answer

Why source maps does not work?

I have chrome 39.0.2171.71, and I have enable source mapping check box enabled, but hx files are empty in debugger, any one can help explain why source mapping does not work? EDIT I am not using a server, I am opening the HTML file directly in…
Samir Sabri
  • 937
  • 3
  • 11
  • 26
2
votes
4 answers

What do we need for flash 10 development?

I'm looking to do some development in flash 10, specifically for the new file api (reading/writing files on the user's local machine). What do I need to develop for flash 10, just Flash cs4?: http://tryit.adobe.com/us/cs4/flash/c/?sdid=ETJMX& or is…
user246114
  • 50,223
  • 42
  • 112
  • 149
2
votes
7 answers

Trace() method doesnt work in FlashDevelop

When I put a trace("test"); at the entry point of my flashdevelop project and run it. The application runs fine but I do not see the trace in the output. Below is my code package { import flash.display.Sprite; import flash.events.Event; …
numerical25
  • 10,524
  • 36
  • 130
  • 209
2
votes
3 answers

Flash Develop Debbuger - System.BadImageFormatException

Since I've updated my Flash Develop and installed the latest versions of Air/Flex SDK I can no longer debug application because of the following error: Debugger startup error. For troubleshooting see:…
António Almeida
  • 9,620
  • 8
  • 59
  • 66
2
votes
1 answer

Flash Error #1009: Cannot access a property or method of a null object referencee

My flash professional cc is showing error just for simple Alert code. I have tried to solve this by reading previously discussed on this website but unable to solve it. Error is : TypeError: Error #1009: Cannot access a property or method of a null…
Shruti Sharma
  • 177
  • 2
  • 11
2
votes
1 answer

Keep receiving error: access of undefined property menu in AS3

I am following a tutorial (http://flashdeveloptutorial.blogspot.com/2011/08/chapter-2.html) for AS3 using flash develop to create a pong clone and am having trouble with displaying a main menu. I previously had a functioning prototype with a moving…
windigo
  • 35
  • 9
2
votes
1 answer

Warning: The definition depended on by in the SWC could not be found

Help. I compiled with flashdevelop a "swc" of the SVGRenderer for as3 (https://github.com/LucasLorentz/AS3SVGRenderer) When I compile the SWC project, I don't have any issues. But when I import them in my AS3 AIR project, FlashDevelops outputs the…
Ciberman
  • 580
  • 7
  • 23
2
votes
1 answer

flash seek bar in actionscript 3

I'm very new to Action Scripting and FLash. I need to implement the seek bar. I have embeded an swf which runs a videoPlayer on my jsp page. I have also implemented the play and stop buttons on the page. I just need the seek bar to implemented. I…
2
votes
3 answers

FlashDevelop - training materials, tutorials, books (Flex/Flash development without FlexBuilder)

I want to start Flash/Flex/ActionScript development and got lost with the technologies, documentation and tools available. Searches pointed me to Adobe FlexBuilder and Adobe Flash (Designer, CS3, CS4). Then, I found FlashDevelop, learned that Flex…
Piotr
  • 1,597
  • 3
  • 18
  • 25
2
votes
0 answers

HaxePunk is throwing a run-time error when Loading an image

** SOLVED ** I am currently making a game in Haxe with the HaxePunk Library which uses OpenFL targeting flash using the Flash Develop IDE. I am following this tutorial. I have got a class that inherits from Entity: package ; import…
2
votes
1 answer

How do I add a new file template in FlashDevelop

I am looking to make a Haxe file template for FlashDevelop (or find an existing one) so that I can right click > Add > New Haxe File... How do I do this? Edit: Was able to get a file, however the package name does not load (i.e. start of the file…
Riunix
  • 53
  • 6