Tagged Questions

FlashDevelop is a popular, free and open source IDE for ActionScript and haXe.

learn more… | top users | synonyms

7
votes
8answers
5k views

What are the Pros/Cons of FlexBuilder vs. Flash Develop (.org)?

I want to play around a bit with FLASH for app development. I'm looking for a good IDE for that. Someone suggested Flash Develop.
6
votes
2answers
266 views

Embed mp3 in actionscript 3 doesn't work

I have a problem with actionscript 3, especially when using the embed tag. I have this code: [Embed(source = "sound.mp3")] private static var soundClip:Class; ... var sound:Sound = (new ...
6
votes
6answers
5k views

Possible to use Flex Framework/Components without using MXML?

Is it possible to use the Flex Framework and Components, without using MXML? I know ActionScript pretty decently, and don't feel like messing around with some new XML language just to get some simple ...
6
votes
2answers
3k views

how do i add project references to swcs in FlashDevelop

I am trying to add a project reference or swc to papervision in FlashDevelop but intellisense isn't picking it up. I've done it before but i forgot how. Thanks.
4
votes
2answers
128 views

Accessible Flash Content for the blind

I am working on a browser project for the blind in my university. For swf files, I am trying to access the contents of an SWF and parse so that screen readers can use it to read it aloud. I was ...
4
votes
1answer
6k views

Flash AS3: ReferenceError: Error #1056: Cannot create property

I am writing something in Flash/ AS3, and I came across this problem: ReferenceError: Error #1056: Cannot create property txtInput on package.name.DocumentClasss Basically I have a document class, ...
3
votes
2answers
438 views

Debugging iOS/AIR content on the device

I've created some flash content in FlashDevelop (v 4.0) that I've turned into an .ipa and put on the device. I would like to debug the content while it is running on the device because it is giving me ...
3
votes
1answer
331 views

AIR to ANDROID 2.1 - problem - what air/flex sdk?

I am using flahsdevelop + android tools I can create ANDROID 2.3 without any problems. I have a problem compiling it to Android 2.1. The AIR swf is compiled with flex 4.5 sdk + air 2.5 sdk. Are ...
3
votes
4answers
202 views

Any pointers to good AS3 code snippets/samples?

I am newbie in AS3 and learning day by day. I am looking for good AS3 code snippets/samples/small projects which I can use for learning purpose and for reference (with no dependency on Flash IDE ...
3
votes
0answers
107 views

How to add support for a new language in FlashDevelop?

I am interested in making a plugin for FlashDevelop to add support for another language. I am not too sure where I should start. So any starting points, hint, tips, or advice would go down well. ...
3
votes
3answers
568 views

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 ...
3
votes
3answers
3k views

FlashDevelop - Why does code-completion not work with mx.controls

Today's my first day with Flex and FlashDevelop. In my ActionScript file, I have this line... import flash.display.SimpleButton; ...and FlashDevelop is aware. Code-completion works. But, when I ...
3
votes
3answers
1k views

Adobe Flash and Python

Is it possible to use CPython to develop Adobe Flash based applications?
3
votes
4answers
7k views

Security Sandbox in AS3

What is a security sandbox violation, and how do I override it? I'm making a project in FlashDevelop, and today, it will not load external files, even though it had been previously. It gives the ...
2
votes
1answer
76 views

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 ...
2
votes
2answers
194 views

How to configure FlashDevelop for unit test builds?

I'm using AsUnit for unit-testing my current AS3 project. My Main() is basically: if ( UnitTest ) runUnitTests(); else runMainProgram(); where I change UnitTest before building depending ...
2
votes
2answers
229 views

Close Flash Player from FlashDevelop IDE

Whenever I compile my project using FlashDevelop in 'Debug' the Flash Player window remains after I have clicked the 'Stop' button in Flash Develop. I have to then switch over to the flash player, ...
2
votes
1answer
578 views

What should I do to use a .as3proj file in Flash Builder?

thing is, I have to do some modifications at my work, but I never used Flashdevelop, only Flash Builder. However, the project I need to modify was made with Flashdevelop, it comes with a .as3file, no ...
2
votes
1answer
457 views

AS3 sound.extract() for waveform

Good morning! I'm trying to create a visual waveform for an MP3. The code I've included is called on successful load of the MP3. I intend to extract just a few important samples from the sound to ...
2
votes
3answers
514 views

Tools for profiling AS3, timing functions to find bottlenecks?

Hi SO :) I'm working with Flashpunk to make games using Flex and FlashDevelop (highly recommended, amazing lib and IDE). Since performance varies so much from system to system, I want to find ...
2
votes
2answers
503 views

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

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 ...
2
votes
2answers
230 views

How to make Flashdevelop errors appear in Results Panel?

I am using Flashdevelop to build an Actionscript 3.0 game. It was originally a FlashIDE project but I decided to migrate the project to FlashDevelop. I also changed some asset and property names, as a ...
2
votes
2answers
251 views

Flashdevelop + haxe — repeated “An I/O error has occured” errors

I'm getting small dialog boxes that pop up saying I/O Error occurred. What causes this, and how should I fix this? Edit: what happens is that after i run my flash game, FlashDevelop will try to ...
2
votes
2answers
298 views

How to suppress warnings for one ActionScript file?

I've got an ActionScript 3 source file (.as) that has hundreds of untyped variables. This file works perfectly although it outputs a warning for every untyped variable which gets me ~800 warnings ...
2
votes
1answer
122 views

what is jat file found in flash web games?

Hi Guys I found many .jat files when i analyse a flash web game with firebug. It maybe a user model.But I don't know how does it make?
2
votes
2answers
3k views

Setting compiler.theme option for Halo/Flex 4 in FlashDevelop

Here's what works with ant build.xml: <mxmlc file="${module.main.dir}/main.mxml" keep-generated-actionscript="false" output="${module.output.dir}/main.swf" fork="${flex.fork}"> ...
2
votes
2answers
118 views

Trouble compiling flashbuilder project with sdk 3.*

I have a series of projects that we have been using Flex3/Flashbuilder to work with, but I've recently been trying to move over to Flashdevelop for most of my development but I have hit a snag with a ...
2
votes
2answers
292 views

How can I access data from a .fla file using Actionscript 3, Flex 4 SDK, and FlashDevelop?

Someone sent me a .fla file containing several art assets, with instances all configured to be displayed properly and in the right positions. However, since I'm using FlashDevelop with the Flex 4 SDK, ...
2
votes
1answer
161 views

Can flashdevelop projects output more than one file?

If I'm using FlashDevelop for multiple swfs that get loaded, can I work with all of them in one project, or do each of the "modules" need their own project?
2
votes
1answer
691 views

Is there an equivalent to C#'s #region directive in AS3?

Just started coding in AS3 with FlashDevelop and coming from a C# background, I would like to know if there's something equivalent to the #region directive in AS3? The #region directive in C# ...
2
votes
4answers
167 views

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?: ...
2
votes
1answer
460 views

Converting a flash chart to image / pdf

Need help in figuring out a tool which can convert a flash (.swf) chart to any image format to be later embedded to a pdf report. I am using Ruby on Rails as the dev platform. I have used tools from ...
2
votes
3answers
1k views

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, ...
2
votes
2answers
11k views

AS3 using PrintJob to print a MovieClip

I am currently trying to create a function which will allow me to pass in a movieclip and print it. Here is the simplified version of the function: function printMovieClip(clip:MovieClip) { var ...
2
votes
3answers
1k views

bitmapdata record video

is there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server
2
votes
5answers
516 views

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 ...
2
votes
2answers
6k views

AS3 [Event(name=“”, type=“”)], what is the significance?

I develop with FlashDevelop3 R2 and the Flex 3.3 SDK and there are many occasions where I must use the embed metadata tag as such: [Embed(source="path/to/file")] private var Asset:Class; I ...
2
votes
4answers
909 views

Is there a way reformat code in FlashDevelop?

Is there a way to reformat code, i.e. force correct indentation in FlashDevelop as you can do with CTRL-SHIFT-F in Eclipse?
1
vote
1answer
45 views

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 ...
1
vote
1answer
70 views

“No SDK Descriptor found” Error - FlashDevelop

I am trying to use flashdevelop instead of Adobe Flash Builder. I had installed FlashDevelop and when I try to open it, it gives me this error - No SDK descriptor found : ...
1
vote
1answer
35 views

AsWing JCombox, JList, JButton etc with custom skin

I am using open source flash gui framework AsWing. I want to change the default skin of JButton, JList and JComboBox with my custom images. is it possible? Any code reference ? How could i achieve ...
1
vote
2answers
55 views

AS3 Profiling - Why do Object and Function counts increase when setting text

Firstly can some one please explain what is meant by Object and Function in a profiling environment. Secondly, why does the Object and Function count increase when I repeatedly set the text property ...
1
vote
1answer
62 views

Embedded Fonts Won't Appear

I'm trying to embed a font in FlashDevelop. My folder structure is My embed metadata is [Embed(source = 'resources/04B08.TTF', fontName = '04b08')] public var _04b08:Class; My code is public ...
1
vote
1answer
141 views

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: ...
1
vote
1answer
57 views

intellisence support for metatag in as3 with flashdevelop

I am looking for intelligence support for meta tags in flash develop same as flash builder. Any help would be appreciated. Thanks, Chetan
1
vote
2answers
119 views

flash develop plugin

I have been using flex builder plug-in. But now trial period has expired and looking for some other option which comes free. I am trying to install flash develop plugin for eclipse. In my attempt to ...
1
vote
1answer
166 views

Close form with zinc

I am having trouble exiting my program with zinc's mdm class libraries. I've tried mdm.Forms.thisForm.close() and mdm.Application.exit() and neither have any effect. Quite frustrating! There is ...
1
vote
1answer
98 views

How to setup, develop and run flex application with flashdevelop

Do you know any good tutorial of how to setup, develop and run flex application with flashdevelop. I am an experienced programmer (PHP, JAVA, JS, ActionScript....) so I just need a good ...
1
vote
2answers
336 views

Can FlashDevelop deploy to iOS?

I have searched the internet looking for a definitive answer to the question of can FlashDevelop deploy to iOS. All the thing's I have read are not very clear and not very certain. I don't have enough ...

1 2 3 4