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
3
votes
3 answers

FlashDevelop (Flex/AS3) and localized compiler messages

I am completely new to the whole FlashDevelop/Flash/etc toolchain, but wanted to do some experimenting. I installed FlashDevelop and Flex SDK on my laptop, and thinks worked out just fine, except for one thing: the compiler messages are localized!…
Paul-Jan
  • 16,746
  • 1
  • 63
  • 95
3
votes
1 answer

AS3 how to set initial stage size

How do I set the initial stage sizing (height/width) if I'm developing in pure AS3 utilizing the FlashDevelop tool?
Anthony Miller
  • 15,101
  • 28
  • 69
  • 98
3
votes
1 answer

Sending Email directly on flex mobile

I want to send Email directly from my flex application. Is there any way to send email from mobile. I already tried navigateToURL(new URLRequest("mailto:myemail@gmail.com"));. It always opens the phones Email application. Is there any way to send…
nijas
  • 1,879
  • 2
  • 15
  • 13
3
votes
1 answer

FlashDevelop Profiler Not showing anything

Trying to solve Memory Leak problem ... and I am using Flash Develop .. And I clicked start profiler before compile the code.. but still I am not able too see anything .. It was working fine 2 days back! Can anyone help me regarding this ..
3
votes
3 answers

FlashDevelop, Haxe import CreateJS?

I just started trying out Haxe to make a web-app, and I would like to use CreateJS, which has a Haxe extern lib thingy. I'm using FlashDevelop as my IDE. So I created a new Haxe JS project in FlashDevelop, and installed CreateJS with "haxelib…
The Oddler
  • 6,314
  • 7
  • 51
  • 94
3
votes
1 answer

AS3 Error #1065

I must be missing something simple here, but in my main app, I import my Pages class, which in turn imports and dynamically instantiates one of two page types. Unfortunatley it only results in the error: ReferenceError: Error #1065: Variable PageA…
Devin Rodriguez
  • 1,144
  • 1
  • 13
  • 30
3
votes
1 answer

Can we create Air Mobile apps with Haxe in flashdevelop?

i was wondering if Mobile air apps can be created with haxe 2.10 in flashdevelop 4.0.4 RTM? note: not using NME thanks
JayDee
  • 949
  • 1
  • 13
  • 20
3
votes
1 answer

AIR Project Dimensions for Retina Support

I am a bit confused with how the project dimensions I set up in Flash Develop will affect my AIR Application's appearance on Retina and non-Retina iPad displays, and how to work with Bitmaps under these circumstances. When I run in Flash Player on…
3
votes
1 answer

ExternalInterface to use as3's addEventListener in javascript

How can you make an EventDispatcher extended class's "addEventListener" visible to javascript by the mean of ExternalInterface, and how to make it work with javascript functions in order to call js functions when events happen in the flash…
khael
  • 2,600
  • 1
  • 15
  • 36
2
votes
4 answers

Using FLASH with ASP.NET - YAY or NAY?

I know i can use AJAX and SILVERLIGHT with my ASP.NET web page. But what do you think about using flash with asp.net? Can this be done? How can this be done? Would you recommend me using flash at all with ASP.NET? I will NOT be using WEB SERVICES,…
Etienne
  • 7,141
  • 42
  • 108
  • 160
2
votes
2 answers

Organize Imports of entire project using FlashDevelop

is there any way to Organize Imports of entire project using FlashDevelop? It's an ActionScript project. Thanks!!!
Joaquín Fernández
  • 147
  • 1
  • 4
  • 19
2
votes
1 answer

Android device not working in FlashDevelop

My Samsung Galaxy Gio s5660 doesn't seem to want to run my AS3 project from FlashDevelop. I have followed the instructions in the mobile AS3 template and they were all completed successfully. I've also checked photonstorms blog but that didn't help.…
joon
  • 832
  • 13
  • 31
2
votes
2 answers

Opening a Adobe Flex project using FlashDevelop

I am trying to open a flex project( created using Adobe Flex) using FlashDevelop. How would I do this? Would someone be able to help me out?
learner2010
  • 4,157
  • 5
  • 43
  • 68
2
votes
1 answer

AS3 FlashDevelop project using as3isolib path problems

I'm doing an isogame with as3isolib, using FlashDevelop under win7. The game needs to load some external SWF coded with AS2. When I debug the application, it manages to load the SWF when the player reaches a given position. The program instantiates…
user1093888
2
votes
2 answers

AS3 Project - How do I import TLF?

Using Flash develop I need to create a TLFTextField in an AIR AS3 project, but where do I find the swc to import? I have imported textLayout.swc from the the flex sdk, but I get the error: Error: Type was not found or was not a compile-time…
davivid
  • 5,910
  • 11
  • 42
  • 71