Questions tagged [flash-builder]

Adobe's official IDE for the Flex SDK and AIR SDK. Based on Eclipse.

Prior to Flex SDK 4.0 this IDE was known as Flex Builder.

Flash Builder is designed for developing Adobe Flex applications, Actionscript projects and Mobile Projects. The Flex framework integrates traditional Actionscript 3 code with a tag based language MXML. MXML allows developer to use pre-packaged components that are part of the Flex framework.

This IDE is based on top of the Eclipse Platform (). It can be downloaded as part of an Adobe Creative Cloud subscription or can be purchased separately.

3076 questions
9
votes
2 answers

How do I get FlashBuilder to show me the command-line output?

Specifically, I want to know what the commands are... all the flags it produces and passes to mxmlc. There must be a way, but I just can't figure it out.
Brian Genisio
  • 47,787
  • 16
  • 124
  • 167
9
votes
2 answers

Flicker with StageVideo on Android tablet?

I have a stageVideo class that I use it play a video on a tablet but every time I play a video the tablet screen flickers a few times (goes black then comes out of it about four or so times) I am wondering what could be causing this. It does this…
Justin
  • 1,249
  • 1
  • 15
  • 37
8
votes
6 answers

Implicit coercion of a value of type X to an unrelated type X

HiI have this error : Implicit coercion of a value of type X to an unrelated type X where X is the type of the object and yes it's type X to an unrelated type X. It appears 6 times in my project, in 3 differents .mxml file, in the script element.…
Snote
  • 955
  • 3
  • 19
  • 36
8
votes
3 answers

How does Flash Builder determine which sdk libraries to include?

When creating a new project in Flash Builder, how does it determine which sdk libraries to include in the build path? If I create a new plain Actionscript project and select Flex 4.1 the following libraries show up in the build…
takteek
  • 7,020
  • 2
  • 39
  • 70
8
votes
4 answers

Does MOUSE_WHEEL have a min delta value before it fires?

I am having some trouble with MOUSE_WHEEL delta values. It seems like the event doesn't fire unless I REALLY spin the dammed wheel. Which makes sense because the only values I get range from 3-30. I was hoping to catch 1-3 as well because if I…
Jason
  • 93
  • 3
8
votes
2 answers

Thoughts on Adobe AIR for Android?

I may be assigned an Android project, and have minimal experience with Java but a lot of experience with Flash Builder. Does anyone have an opinion on Adobe AIR for Android, which lets you "publish ActionScript projects to run as native…
Yarin
  • 173,523
  • 149
  • 402
  • 512
8
votes
4 answers

Adobe Flash Builder (flex4): addChild() is not available in this class.

I want to load an swf into a flex 4 application in order to use its classes. var ldr:Loader=new Loader(); ldr.load(new URLRequest("file://path/to/fileswf")); ldr.contentLoaderInfo.addEventListener(Event.INIT, loaded); function loaded(evt:Event):void…
ufk
  • 30,912
  • 70
  • 235
  • 386
8
votes
3 answers

can i use design mode in fb 4.6 if I add apache flex sdk 4.9.1 as my compiler?

I am running Flash Builder 4.6 and just added Apache flex sdk 4.9.1 (build 1447119) to my mac book pro running Moutain Lion and when i tried to do a quick 'hello world' and add a few elements to the stage using design mode i got following…
tamak
  • 1,541
  • 2
  • 19
  • 39
7
votes
3 answers

How to map the PHP DateTime class to ActionScript / Flex Date class using Zend Framework AMF

Background Okay I'm one of those guys who NEVER asks questions and who can usually find what I need from existing questions or forums....but alas I have spent the last few days trying to figure this one out and have come up with very little existing…
7
votes
4 answers

Cannot convert apple developer_identity.cer into .p12 format. No certificate matches private key

i have following problem: i have these files developer_identity.cer Team_Provisioning_Profile_.mobileprovision In order to package adobe flex mobile application for iOS, i need to convert my .cer certificate into .p12 format. Following this…
hendrix
  • 3,364
  • 8
  • 31
  • 46
7
votes
3 answers

Is it possible to read (and maybe change) the sources of the core Flash class files?

I would like to read the source of the flash.net.FileReference class. Is this possible? Where can I find the source files, do they come with the Adobe Flash or Flash Builder?
jayarjo
  • 16,124
  • 24
  • 94
  • 138
7
votes
2 answers

How to create a variable in flex-config xml file usable inside of it?

We can auto-generate flex-confix xml file from flash-builder so that users who want to compile project on their own would be capable of doing such thing without buying FB. So we use something like -dump-config slotConfig.xml as flex compiler…
Rella
  • 65,003
  • 109
  • 363
  • 636
7
votes
4 answers

Flex eclipse plugin isn't it free?

Eclipse is free , flex sdk is free. Is not the eclipse plugin for flex free?
crowso
  • 2,049
  • 9
  • 33
  • 38
7
votes
4 answers

Error creating AIR file: Could not generate timestamp: Remote host closed connection during handshake

I've been trying to export a release build from Flash Builder and I'm getting the error: The error message is: Error creating AIR file: Could not generate timestamp: Remote host closed connection during handshake Update: I found this post…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
7
votes
5 answers

Unable to resolve resource bundle "*" for locale "en_US" (Flex, Flash Builder)

since I'm using custom skin classes in Flex I'm getting an error, when trying to open the design view in Flash Builder: Description Resource Path Location Type Unable to resolve resource bundle "components" for locale "en_US". Unable to resolve…
Martin
  • 330
  • 1
  • 2
  • 9