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

Error in Sample program FlashDevelop

Here's the code for the sample program, It's a Hello World program. package { import flash.display.Sprite; import flash.events.Event; import flash.text.TextField; /** * … * @author Your Name */ public class Main extends Sprite { public…
-1
votes
1 answer

Setup Flash Project

I Have to work with Flash very first time . Here is my scenario . 1 .I have several ActionScript file with one having initGUi Method(May be Acting like Main Method) 2 .I have a page which has with embedded flash like this
-1
votes
2 answers

ActionScript3 , Flash Punk Error #1009: Cannot access a property or method of a null object reference

Basically I wanted to make a simple test game using the flashpunk framework but when I just started I encountered this runtime error : [Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object…
-1
votes
1 answer

Loop just fails to run

Using Flash Develop- the loops fails to run and programs just stops. Ordinary looking code other than the Japanese characters. The trace for i gives no results- other traces give an output. The code before that loop gives images on Debug Flash…
user2617804
  • 169
  • 1
  • 2
  • 12
-1
votes
1 answer

How to Use .as Exported File from PhysicsEditor

The question was here for a long time with bounty and no satisfying solution for me. I erased the first post and am posting instead a question that can be answered quickly with a yes or no so I can proceed with my doings. If you could answer it…
RAO
  • 71
  • 1
  • 13
-1
votes
1 answer

Develop game like Angry Birds in flash

Am trying to have an estimate time and cost of developing a flash game like Angry Birds game and publish it in facebook. Any ideas?
Hadi.M
  • 544
  • 1
  • 6
  • 19
-1
votes
1 answer

Small Code Example

I started learning ActionScript 3.0, I got some basic notions of programming from Pascal. A brief explaining on why I'm gonna ask what I'm gonna ask: I don't believe in learning trough theory - example, I was watching a video on tricks you can do…
Harlequin
  • 389
  • 1
  • 2
  • 9
-1
votes
1 answer

I thought FlashDevelop was free?

Why in the world is it trying to open Adobe Flash Professional when building or running the project? So I am trying to build my Flash project I am given this, I don't have a license to Adobe Flash Professional anymore, so I can't use this…
Evan
  • 2,405
  • 3
  • 20
  • 24
-1
votes
1 answer

Totally non-responsive to keyboard presses

This doesn't respond to pressing Enter -traces give no results. Is there any way to do this that works? This is just extra ridiculous writing to get past the ludicrous posting restrictions. Yaddah. boards.as package { import…
user2617804
  • 169
  • 1
  • 2
  • 12
-1
votes
2 answers

FlashDevelop runtime Overhead

Today I met a big headache that seems nothing to do with my code. When I tested my game and set frame rate is 60, but even when my game was in idle, the fps still stayed at 30. I check the game in my colleague's FlashDevelops, they all working very…
Chao Wang
  • 13
  • 4
-1
votes
1 answer

Flash Player behaviour when lost focus

I've got a real problem with FlashPlayer. What I need is to have it working on full speed when it is in the THROTTLE mode - that means when FlashPlayer loose its focus and decrease framerate to about 4fps. This is commonly know as a feature for…
-2
votes
1 answer

Getting An Image to Move in AS3

I'm using this code to move an image when you press W, A, S, and D. package { import com.adobe.tvsdk.mediacore.CustomRangeType; import flash.display.Bitmap; import flash.display.BitmapEncodingColorSpace; import flash.display.Shape; …
-2
votes
2 answers

flashplayer for my website

Lets assume i got 3 .flv files in a folder. How can i create a flashplayer which can read the amount of .flv files from that folder and play them. And if example, i add 2 more videos to that folder, the flashplayer will detect them too, and play…
MaNa
  • 11
  • 1
-2
votes
5 answers

iphone flash lite 2.0 support?

1.i dont have iphone, so may i know does iphone come with pre-installed flash lite 2.0 or above? if answer is Not, if a web page that embed flash lite app. can it prompt user of iphone to install flash lite easily ? 2. where can i get list of…
cometta
  • 35,071
  • 77
  • 215
  • 324
-2
votes
1 answer

Web Designing: Navigatible Large Flash Background

I'm working on a project and I want to make one big background where only a portion of it is showing at a time, but when the user clicks a menu item the screen scrolls to a different section of the large background. There will be another menu on the…
Leo
  • 239
  • 4
  • 8
  • 19
1 2 3
51
52