Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
9
votes
2 answers
git + Flash Builder workflow: how do I set it up so git works smoothly?
I'm using git to track a project I'm developing in Flash Builder, and I'm wondering the best way to go about having it track it, especially regarding Flash Builder generated files, Compiler generated files, and source files that aren't necessarily…

timoxley
- 5,156
- 3
- 36
- 40
9
votes
3 answers
How to exclude files from being copied to bin-debug on build
Using Adobe Flex Builder Pro stand-alone, how do I filter or exclude some files in my project source folder from being copied into the bin-debug folder during a build? Flex Builder is based on the Eclipse platform IDE, this could be as much of a…
user56512
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
8
votes
3 answers
How can I automate the building of a Flex component library?
I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .swc file. It's gross.
I am coming at this from the…

Chris R
- 17,546
- 23
- 105
- 172
7
votes
5 answers
Can I generate a Flex web and Air desktop app from the same source code?
I'm new to Air. I've got an existing Flex 2 application which I'm considering bringing into Flexbuilder 3. My question is can I use the same base application (and source code) to make the Air version, or would I have to maintain to separate code…

Jaymie Thomas
- 812
- 2
- 10
- 22
7
votes
2 answers
Building Flex projects in ant/nant
We have a recurring problem at my company with build breaks in our Flex projects. The problem primarily occurs because the build that the developers do on their local machines is fundamentally different from the build that occurs on the build…

B'gok
- 71
- 4
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
10 answers
Can you recommend a good FLEX online resource or book?
Are there any favorite online references or good introductory and intermediate/advanced books on this topic that you could recommend to me?
I'm a java developer, so I'm looking for something which would be familiar as possible as to me.

vaske
- 9,332
- 11
- 50
- 69
6
votes
3 answers
How can I add maven dependencies to the flex build path in Flex Builder 3?
We're using maven to build a flex project using flex-mojo's, which is great. The problem is I can't add the swc dependencies specified in the pom to the flex build path. As far as I can see Flex Builder only lets you use an absolute path, so it…

slashnick
- 26,167
- 10
- 55
- 67
6
votes
5 answers
How to add relative paths to FlexBuilder's build path?
Is there a way to add entries to FlexBuilder's build path that are relative?
I'm going to have multiple projects that will use a shared codebase, but I'm having trouble getting them to reference that shared code. I can do it with absolute paths,…

Herms
- 37,540
- 12
- 78
- 101
6
votes
4 answers
Should I use Flash or Flex?
Here at SO, I asked what language I should use to create a web app that would capture video from the user webcam and send it to the server when he clicked 'submit' and the answers were mostly Flash.
But searching the web I got confused with this…

StudioWorks
- 483
- 1
- 6
- 25
6
votes
3 answers
Exporting release build - Flex through Intellij Idea
How do I generate release build of my Flex Application
through IntelliJ Idea, like I do in Flex Builder?

simplfuzz
- 12,479
- 24
- 84
- 137
6
votes
7 answers
Could Facebook have been implemented in Adobe Flex?
I am considering creating a website with the complexity of Facebook that should be able to scale into the millions of users. My question is: Is there any reason not to use Adobe Flex for such large project apart from the obvious point of requiring…

David
- 4,786
- 11
- 52
- 80
6
votes
8 answers
Waiting for flash player to connect to debugger
Using Flex Builder 3 :
I have been getting this problem in every single debug launch for past few hours.
I used to get this earlier too, but once in a while, not with every debug launch.
I found out that flex debugger uses a certain 7935 port but I…

simplfuzz
- 12,479
- 24
- 84
- 137
6
votes
7 answers
Post Build Actions in Flex Builder
How do I add post-build actions in Flex Builder? For example, I'd like my build to work as normal, and execute from the bin folder; but I'd also like a copy of the final SWF to be copied to another folder automatically (I'm sick of doing it…

Steve Middleton
- 181
- 4
- 13