Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
2
votes
3 answers
Fast way to find function callbacks...
I'm used to a more event driven environment but the copy I'm working at now dose everything as function call backs. When I asked about this one of the devs said it was because callbacks are faster because of bubbling, but the bubbling property could…

gdoubleod
- 1,268
- 3
- 19
- 33
2
votes
1 answer
Create new window in Air Application
how to create new window(same application duplicate) in Air Project. Any one Help thanks.

Rajkamal
- 425
- 1
- 7
- 19
2
votes
2 answers
Is there init() method in flex like Servlet init() only one time execute
Flex having any init(), destroy() method. Like Servlet init()method will run at Application initialize and never call it again if Refresh the Page also.

Raju
- 176
- 3
- 11
2
votes
1 answer
Flash Builder 4 include all classes being reset
When building a Flex library project in Flash Builder 4, setting the Include all Classes flag in the library properties tells the compiler to include all compiled classes into the resulting SWC file. Sometimes this flag gets reset or ignored. The…

James Keesey
- 1,218
- 9
- 13
2
votes
2 answers
Flex IntelliJ Idea produces java.lang.NoSuchMethodError: flex2.tools.oem.internal.OEMConfiguration.setIncludeResourceBundles([Ljava/lang/String;)V
We have a project that builds fine with Flex Builder 3.
I installed a trial of IntelliJ Idea 10.5 to try and see if it makes the compilation faster. In IntelliJ you have 3 compiler options. With the 3rd one (Mxmlc/compc) it works, but compilation…

Maralc
- 896
- 1
- 9
- 18
2
votes
3 answers
How to work as a team on FlexBuilder
As me and my friend are working on the same source code of a project on flex builder, I'm looking for a solution that makes it possible to work on different computers and edit the same source code.

Manoel
- 71
- 1
- 1
- 2
2
votes
1 answer
Flex 4 transparent background problem?
I have found several solutions for this,but non of those solutions work for me.Can someone help me with this please.
here is my code :

user147
- 1,312
- 5
- 22
- 41
2
votes
3 answers
How open pdf in Air for Android/Black berry
I want to open pdf in Air for Android/Black berry.
How i do that?
I use AIR 2.6 and IDE is Flash Builder 4.5.

Tahir Alvi
- 896
- 2
- 14
- 44
2
votes
1 answer
Debugging a flash stack overflow
I have a swf that is being loaded by a third party swf. I have source code and recompile my swf, but don't have code to the third party swf.
Somewhere, likely in my code, there's a stack overflow. In a debug flash player, I get a nice popup dialog…

Scotty Allen
- 12,897
- 9
- 38
- 51
2
votes
2 answers
Flex spark component implementation error
Hi I am having this error when I try to paste in code of a spark component. The component is a DataGrid and it needs to be a spark and not a mx.
The Spark Component:
…

dinogy
- 51
- 7
2
votes
1 answer
>500 lines in and it all stops working
Well, it's a little ridiculous; and probably unbelievable, but when I have more than five hundred lines of actionscript in tags in my MXML FLEX Main.mxml, all syntax highlighting, error and syntax verification, error reporting, "Problems" pane, and…

cbroughton
- 1,726
- 1
- 12
- 19
2
votes
1 answer
Flash Builder 4 annoyance (new window every time I build)
I have an annoyance that I'm trying to solve on my Windows set up.
I have Flash Builder 4 installed on my MacBook, every time I build my application it opens a web browser window (Safari) and runs the application. If I build the application again…

the86guy
- 133
- 1
- 4
2
votes
3 answers
Connecting any database directly from flex
Is it possible to connect any database from flex directly?

Udaykumar Reddy
- 49
- 2
- 9
2
votes
2 answers
Is it feasible to maintain a Web Application designed in Flash with Flexbuilder
I'm starting a new job Monday and part of the job description is to maintain outsourced Flash web pages that only consist of Rich UI Forms and very little animations. I don't have any experience with Flash or Flex but being a programmer the Flex…

Kelly
- 187
- 1
- 8
2
votes
1 answer
Flex debugger to verbose?
I am attempting to use the flex debugger and I am CONSTANTLY getting messages such as:
10694 AVMINF: MTHD Object () @ 0x0856C618
10694 AVMINF: MTHD flash.events::Event/ctor () @ 0x07084800
10694 AVMINF: MTHD SetIntervalTimer/onTimer () @…

Kyle
- 17,317
- 32
- 140
- 246