FlashDevelop is a popular, free and open source IDE for ActionScript and haXe.
13
votes
6answers
7k 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 ...
13
votes
1answer
15k 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, ...
10
votes
8answers
7k views
What are the Pros/Cons of Flash Builder vs. FlashDevelop?
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.
10
votes
3answers
290 views
Calling the zoom in and out of context menu from custom button in flex3
I want to call the zoom in and zoom out function of context menu from custom button In adobe flex application.
Code something like this :
onZoomInButtonClick()
{
...
8
votes
2answers
6k 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.
8
votes
2answers
10k 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 ...
7
votes
3answers
195 views
Random flashing white pixel at the bottom of the insertion point/caret in TextField? (Flash/AS3)
I am using FlashDevelop & Flash Player 11.7 (NPAPI version).
Basically I see a random white pixel at the bottom of the insertion point/caret/text cursor that appears when a TextField has focus. ...
7
votes
2answers
1k 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 ...
5
votes
3answers
2k views
Relationship of Adobe AIR SDK and Flex SDK?
I'm trying to make sense of the whole mess of the Flash platform (mainly so I understand the terms being thrown around) and so far, I haven't been able to figure out how exactly the AIR and Flex SDKs ...
5
votes
2answers
5k 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}">
...
5
votes
3answers
618 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, ...
5
votes
2answers
3k 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 ...
5
votes
1answer
683 views
What are the correct Android manifest settings for an Adobe AIR application to restrict device availability?
I am writing an Adobe AIR Android application using FlashDevelop, and I want to make sure that when I publish it to Google Play it is only available to devices that support Adobe AIR based ...
5
votes
3answers
809 views
FlashDevelop - Test Project setting “Open Document” stops working when saving project as XFL
I'm working in FlashDevelop. I was able to set it up so that I can debug the application by specifying URL in Test Project setting "Open Document". It works, I'm able to press Play in FlashDevelop, ...
5
votes
0answers
249 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.
...