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
7
votes
2 answers

Creating custom MXML components

When I define custom propertie in my MXML component, I also want to define a set of possible values of that property to make Flex Builder show then (possible values of the custom property) when I invoke code completion function. Any idea how it…
Worker
  • 2,411
  • 6
  • 29
  • 55
7
votes
1 answer

Flex 4.10 new features

I have installed Flex 4.10.0 SDK for Flash Builder 4.7 (tried both MacOS and Windows) using the new Apache Flex SDK Installer and loved how smoothly it has worked: Also I'm excited that someone is still working on the Flex SDK (thank you!) -…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
7
votes
4 answers

Acoustic Echo Cancellation with Adobe Air on mobile

Does anybody achieved echo cancellation in mobile application built by Adobe Air? There are: Microphone.getEnhancedMicrophone() but it returns null on mobile device. Microphone.setUseEchoSuppression(true) also doesn't work. Maybe with ANE? I saw…
Stan Reshetnyk
  • 1,986
  • 1
  • 13
  • 31
7
votes
9 answers

How do I fix a "initial content not found" error?

Using Flash Builder 4.6 on some code from a client. Clicked on debug (also tried run) and received this error: Process terminated unexpectedly. initial content not found Launch command details: "C:\Program Files\Adobe\Adobe Flash Builder…
boilers222
  • 1,901
  • 7
  • 33
  • 71
7
votes
3 answers

FlashBuilder 4.6 or 4.7: how to Improve generation speed of IPA (ios) package

Using FlashBuilder 4.6 or 4.7, I generate an IPA file from Flex Mobile Project. My Problem is that generation of IOS package takes from 15 to 30 minutes to generate 20 Mo package, while it takes 1 minute max for AIR and Android packages. I know that…
user1565007
6
votes
1 answer

How to force landscape on a Flash builder mobile app

I am building a mobile application using Flash Builder. I am testing on a Motorola Xoom. When the app opens on the attached Xoom it opens with the correct orientation (landscape), but when it opens on the computer in the emulator it is backwards…
David
  • 61
  • 1
  • 4
6
votes
1 answer

Ant - replace fb.exportReleaseBuild with mxmlc and compc

I have a complex Flash Builder workspace with 18 Flex Library projects and 1 AS3 application project, where there are many dependencies between them. I've created an ANT build.xml file for automatic builds, however I use ANT task from Flash Builder…
mizi_sk
  • 1,007
  • 7
  • 33
6
votes
5 answers

How to create Preloader in AS3

My flash applications is little bit big, so i want to embed a preloader in my application, So can anyone please tell me how to create a preloader in new 'Scene' and load another scene in after preloading completed? Thanks in Advance!
Swati Singh
  • 1,863
  • 3
  • 19
  • 40
6
votes
2 answers

How to know exact flex sdk version from existing project files?

I received an inheritance old flex project. I've never worked with Flex. I installed the latest Flash Builder and I need to know the exact version of used Flex SDK. Is there any way to know used SDK version from project files? Thanks in advance!
user824249
6
votes
1 answer

What does the "@" do?

Sometimes I see in a project im working at, the following: text="@{myVar}" What does that @ do? Edit: text is a property in, for example, a TextArea component.
Artemix
  • 8,497
  • 14
  • 48
  • 75
6
votes
1 answer

Is there a global way to check whether microphone access has been granted in Flash?

I'm currently building an website that requires microphone interaction. I have already built the Flash component that handles the sound and its external interfaces. The purpose of the external interfaces, as you might guess, is to allow for the UI…
Steven
  • 17,796
  • 13
  • 66
  • 118
6
votes
3 answers

Flex 4.5 Mobile iOS problems with determining actual screen/stage resolution

I am having a fairly huge problem. I am hoping this is due to my own stupidity and not a bug of some sort. I have code that needs to know the screen dimensions. I have not found a reliable way to do that. Using production release of Flash Builder…
Rich Sadowsky
  • 966
  • 1
  • 12
  • 22
6
votes
3 answers

Importing Flash project into Flash Builder

I am on a mac and I have a preexisting Flash project. (i.e usual fla, src, lib) folders. Now, I want to start writing the code using Flash Builder 4. How do I import all those files so I can now develop in Flash Builder 4? Thank you, Tee
teepusink
  • 27,444
  • 37
  • 107
  • 147
6
votes
5 answers

Problem occurring in __flash__addCallback

I am getting the following error when running an application in debug mode using Flash Builder: Object does not support this property or method (Note that this error message is coming from the browser.) Here is the code where it is…
Paul Reiners
  • 8,576
  • 33
  • 117
  • 202
6
votes
2 answers

Adobe AIR Android FileStream issue

I tried to test blow code on Android device but i couldn't see any data in text fields. This code works well on AIR Desktop but in Android no. Is it difference between AIR FileStream function on Desktop and Android? Whats best cross platform code to…
Mohammad Samir
  • 211
  • 1
  • 8