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

Can't install the resulted apk file

After long hours, I finally compiled the Haxe code targeting android using FlashDevelop. I copied the bin folder, which contains the apk file to my phone, when I tap the apk file, the "Do you want to install this application?" shows, but if I tap…
simo
  • 23,342
  • 38
  • 121
  • 218
0
votes
0 answers

Symbols from Flash CS in Flash Develop

I and a coworker are working on a Flash game. My coworker uses Adobe CS5, where he create symbols on the "stage" and then simply uses them in the ActionScript file, for example "GoodGuy.visible=true". I use Flash Develop, so I don't have that stage,…
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
0
votes
2 answers

Installing Flashdevelop dark color scheme for using with Haxe?

I downloaded bunch of nice looking FD schemes for AS3. It seems like there are no nice ready made Haxe schemes for FD. As I understand one can use the As3 scheme in FD for Haxe but I am so far unable to achieve it and searching did not bring any…
yarun can
  • 2,871
  • 5
  • 25
  • 27
0
votes
1 answer

Move actionscript from external .as to timeline

I want to ask how can I make an external script .as can be moved to the timeline?? i dont understand about as3.. plis help me :( this is the script that i want to move to timeline package { import flash.display.*; import flash.events.*;…
Intan Mega
  • 45
  • 1
  • 6
0
votes
1 answer

Project wont build in flash develop cant figure out why

i am getting these errors when trying build a project in flash develop i was wondering if anyone could help me C:\flash\Projects\FM104\Audio Player\src\EqualizerAnimation.as(63): col: 4 Error: Access of undefined property…
0
votes
1 answer

Definition for symbol not found when embedding swc

When i embed the symbol "Tile" from swf, it works ok, when i try embedding the same symbol from swc, FlashDebugger throws this error: Error: definition for symbol 'Tile' not found [Embed(source="../lib/assets.swc", symbol="Tile",…
LuciM
  • 59
  • 2
  • 8
0
votes
1 answer

How do I switch flex theme in flashdevelop?

Flex SDK has many great included themes (in swc) as cobalt/arcade/graphite/etc but after hours of Google I still couldn't get how to use them. So how do I change the default theme and use some of included sdk themes or any custom theme in…
0
votes
2 answers

Left property in MXML - Flex 4 SDK

Why does the following button not line up 100px from the left edge? I am using the Flex 4(Gumbo) SDK, I am pretty sure that if you try to do it in FlashBuilder, it would work.
sigvardsen
  • 1,531
  • 3
  • 26
  • 44
0
votes
1 answer

Can't get air app to load html file included in project

I would like to use JavaScript in my air application but can't get the air app to load the loacal (included) html file. This is the content of the html file: