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
97
votes
11 answers

Failed to load JavaHL Library

After updating to Snow Lion I started receiving these errors in Flash Builder / Eclipse when trying to use SVN: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
37
votes
3 answers

How to view shell commands used by eclipse "run configurations"

Given a "run configuration" in Eclipse, I want to print out the associated shell command that would be used to run it. For example: Right now, in Eclipse, if I click "play" it will run: mvn assembly:directory -Dmaven.test.skip=true I don't see…
gMale
  • 17,147
  • 17
  • 91
  • 116
26
votes
4 answers

extract rotation, scale values from 2d transformation matrix

how can i extract rotation, scale and translation values from 2d transformation matrix? i mean a have a 2d transformation matrix = [1, 0, 0, 1, 0, 0] matrix.rotate(45 / 180 * PI) matrix.scale(3, 4) matrix.translate(50, 100) matrix.rotate(30 / 180…
Tolgahan Albayrak
  • 1,749
  • 1
  • 13
  • 13
24
votes
4 answers

adobe air vs flex vs flash builder --- i need an explanation please

Can someone explain to me the difference between Adobe Air, Flex, and Flash Builder? I went to the Adobe website and it said that with Air I can build standalone apps for the desktop or mobile. They said the same thing with Flex. It said Flash…
Adam
  • 731
  • 2
  • 10
  • 16
20
votes
3 answers

Flash Actionscript 3 Bug? Using an int and negative numbers in a switch/case

Running this code var myValue1:int = 2; switch (myValue1) { case -3: trace(myValue1 + " == -3"); break; case -2: trace(myValue1 + " == -2"); break; case -1: trace(myValue1 + " == -1"); break; case 0: trace(myValue1 + " == 0");…
16
votes
3 answers

Get Current Operating System In Adobe Air

I'm making an App using Adobe Flex/Air. I was wondering if there is any way to get the Operating System the Air app is running on?
Joel
  • 16,474
  • 17
  • 72
  • 93
15
votes
5 answers

TODO tasks list in Flash Builder

Does Flash Builder support tasks list? I'm testing Flash Builder for PHP, and I can see my // TODO in PHP code but not in AS or MXML. I found this plugin: http://www.richinternet.de/blog/index.cfm?entry=911D4B57-0F0D-5A73-AF6F4D4D04099757 but it's…
Enrique
  • 4,693
  • 5
  • 51
  • 71
13
votes
4 answers

Is Adobe Flex going to end up dead - can you recommend a web+mobile app replacement?

I'm seeking advice regarding adobe flex which has been currently incubated by Apache. Is Flex going to end up dead? In my organization I have been offered two options: either move to HTML5 technology, or choose another platform such as Android or…
Dinesh
  • 179
  • 1
  • 2
  • 11
13
votes
3 answers

Text Input is reverting text when the application is deployed to IPhone, using Flash Builder 4.5

We are building a mobile application using Flash Builder 4.5.1, our application contains a text input that must accept arabic characters and should be "Right To left" directed. on the emulator all is working fine, while on the device it is not. When…
Hassan Mokdad
  • 5,832
  • 18
  • 55
  • 90
13
votes
14 answers

Receiving Installation Error: ApplicationVerificationFailed in Flash Builder for iOS

This is the error I'm getting when I try to install my app on my iPhone. More details: It did work at one point. I used a different computer recently, working on a different project and had to create a new certificate. This invalidated my other…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
12
votes
10 answers

Can't get Flash Builder 4.6 debugger to run

I've tried everything, firewalls, reinstalling etc etc. I can't get the debugger to connect no matter what I do. I'm just writing a simple Air application, with Flex and Actionscript. But any type of debugging on any type of application doesn't…
Dale Fraser
  • 4,623
  • 7
  • 39
  • 76
12
votes
1 answer

Flash Builder best practice for working on multiple versions of a project

I have a large Flash Builder project that is part of a much larger (.net) solution. I typically have, for the entire project, a forward dev branch going, as well one or more bug fix branches. What is the best way to set this up in Flash Builder,…
ThatSteveGuy
  • 1,085
  • 7
  • 11
11
votes
2 answers

Flash Builder 4 Profiler: how to spot what objects are causing a known memory increase?

I know profiler questions can be quite general, but here I have a very specific question and example. I know that in the following code (taken from Joshua's question), that an infinite number of circle object instances are being added to the…
Drenai
  • 11,315
  • 9
  • 48
  • 82
10
votes
7 answers

flash builder crashes at startup

I have the following problem WHen lunching FlashBuilder.exe (BURRITO): it crashes and creates an error log file such us: hs_err_pid7084.log and following But when I munch FlashBuilderC.exe : it opens a CMD dos window and flash builder starts. I…
yarek
  • 11,278
  • 30
  • 120
  • 219
10
votes
3 answers

What are the differences between the Flash Professional and the Flash Builder?

I couldn't find a comparation on the web, so, what's the difference between the Flash Professional and the Flash Builder? --update I saw in a video that I can edit some code in the Flash Professional. And I just saw coding in Flash Builder. So, my…
The Student
  • 27,520
  • 68
  • 161
  • 264
1
2 3
99 100