flashdevelop Questions
12
Solved
I tried to run a project using custom build in FlashDevelop:
$(CompilerPath)\haxe.exe $(ProjectDir)\compile-js.hxml
, but I get this error:
'cp' is not recognized as an internal or external com...
Tweeny asked 10/2, 2013 at 11:18
2
Solved
I am new to HaxeDevelop (but experienced with FlashDevelop) and it has essentially no useful documentation that I can find via a Google search. I am trying to get a simple app up and running with O...
Cormack asked 8/4, 2019 at 21:8
3
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 soundCl...
Mick asked 25/7, 2011 at 15:13
1
Solved
This is my first time working with AIR. In previous AS3 projects in FlashDevelop, I would create a .fla file with Flash Professional in the same directory as my source files and link my main class ...
Lorettelorgnette asked 30/3, 2015 at 4:33
2
Solved
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 applicat...
Unaware asked 25/9, 2012 at 10:0
1
I need to have 64-bit JDK installed for Android Studio (this also means having JAVA_HOME set to 64-bit JDK).
I also have installed 32-bit JRE and in Flex SDK jvm.config file I specified path to it ...
Obrien asked 31/7, 2014 at 13:56
4
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...
Birdwatcher asked 16/7, 2013 at 21:15
3
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()
{
this.contextMenu.customItems.zoom...
Hexone asked 1/3, 2013 at 11:56
2
Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?
This is totally possible in FlashBuilder, but I am highly hoping that it can b...
Counterclaim asked 9/4, 2011 at 19:21
3
Solved
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 SD...
Arleyne asked 23/9, 2012 at 17:18
2
Where is this option? how to set the Main.as as Always Compile? The breakpoints and step by step function not work for me...
Arman asked 6/10, 2012 at 8:14
4
Solved
Today's my first day with Flex and FlashDevelop. In my ActionScript file, I have this line.
import flash.display.SimpleButton;
FlashDevelop is aware about this and Code-completion works fine.
B...
Conqueror asked 8/2, 2009 at 0:48
3
Solved
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, ...
Rummel asked 4/7, 2011 at 20:52
3
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 ...
Collodion asked 29/5, 2011 at 13:44
3
Solved
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 ...
Guardrail asked 14/9, 2009 at 15:26
1
Solved
I have gone through all topics on Embedding fonts in AS3 I could find,a nd tried all solutions. I'm probably missing something obvious, but I don't fully understand what I'm doing so please guide m...
Glasgo asked 11/4, 2012 at 0:18
2
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,...
Wendelin asked 1/3, 2012 at 3:47
3
Solved
Is there a way to reformat code, i.e. force correct indentation in FlashDevelop as you can do with CTRL-SHIFT-F in Eclipse?
Springlet asked 23/10, 2008 at 8:21
2
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}">
<load-con...
Microgram asked 12/7, 2010 at 9:0
8
Solved
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.
Overfly asked 23/11, 2008 at 18:23
1
Solved
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# esse...
Caswell asked 11/4, 2010 at 9:20
1
Solved
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...
Alber asked 14/11, 2009 at 12:59
2
Solved
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 und...
Osrock asked 23/3, 2009 at 22:0
4
Solved
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 simp...
Ervin asked 26/9, 2008 at 19:0
2
Solved
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.
Lesslie asked 21/9, 2008 at 4:45
1 Next >
© 2022 - 2024 — McMap. All rights reserved.