FlashBuilder 4 stands for the version 4 of Adobe Flash Builder - an IDE based on Eclipse used for building Flex/Flash applications.
Questions tagged [flashbuilder4]
109 questions
0
votes
1 answer
Flash Builder plugins for formatting ActionScript and MXML code
Anything like that out there now? I know there was a rather buggy formatter for FB 3, but how about a mature code formatter for FB 4?

Manius
- 3,594
- 3
- 34
- 44
0
votes
3 answers
How to check if a number is between two other numbers in Actionscript 3?
How can i check if a number is between two other numbers like:
pseudocode:
var = 458;
if (var is between 0 and 1000) give positive.
if (var is between 1001 and 2000) give negative.
if (var is between 2001 and 3000) give negative.
in AS3?
Thanks…

Carlos Barbosa
- 1,422
- 2
- 23
- 42
0
votes
1 answer
Importing a subversion repository
I'm having problems: I create a new repository in Subclipse that points to a URL. When I check out the code and it creates a Flex Builder project, I am getting errors that relate to issues with the .actionscriptProperties and .flexProperties files.…

fumeng
- 1,771
- 5
- 22
- 61
0
votes
1 answer
Use HellFire Compiler Daemon with Flex SDK 4.5.x
HellFire Compiler Daemon (HFCD) is significantly quicker than the default compiler used by Flash Builder, however it only seems to support Flex SDK 4.1.x.
Is there any way to use HFCD with Flex SDK 4.5.x?

Luke Van In
- 5,215
- 2
- 24
- 45
0
votes
3 answers
how can i access Children nodes by attributes?
I am trying to create an image gallery :
AK E001
45
assets\cards\AK_E001.jpg
AK E001
…

Rajkamal
- 425
- 1
- 7
- 19
0
votes
1 answer
Flash Builder Profiler runs out of java heap space trying to expand paths to GCRoot
Using Flash Builder 4 on Mac OS X, trying to debug why it seems our Air app is leaking the objects declared in the MXML files, but if I try to expand the Instance in the Object Reference tab of the profiler, it runs for several minutes before…

Neth
- 439
- 4
- 13
0
votes
2 answers
how can i select childern node in flex tree component?
If i want check parent node checkbox means below childerns checkbox will select automatic .
this is my code:

Rajkamal
- 425
- 1
- 7
- 19
0
votes
1 answer
How can I create multiple scenes in Flash Builder 4/AS3?
Is it even possible? Working with just AS3 files in FB4, can I just somehow attach a new Scene object to the root scene?

CodedMonkey
- 458
- 1
- 7
- 17
0
votes
1 answer
Flex4-How can i get selected image(MouseClick Image)from Array Collection using DataGroup
Gallery in DataGroup, How can i Call selected image(MouseClick Image) this is my Sample code

Rajkamal
- 425
- 1
- 7
- 19
0
votes
1 answer
Setting size of flash video through frame count?
Is it possible to set the frame count of a video manually in Flash BUilder 4? How is the frame length of a video determined in Flash Builder 4? I need to do this in order to trick video format converters into thinking that my video is actually x…

CodedMonkey
- 458
- 1
- 7
- 17
0
votes
2 answers
Moving down/up row of s:DataGrid in Flex 4.5 using ActionScript
Recently started Flex. Had some practice on how to use services in PHP that Flex client asks via zend AMF. As a part of my project I am planning to load data from Mysql using PHP (via service) and display it in a s:DataGrid.
For this purposes I'm…

Suhrob Samiev
- 1,528
- 1
- 25
- 57
0
votes
1 answer
Flex: Using custom LineSeries so that item rendering/data tip still works
Brief description: If I create a customized LineSeries class and add that one to my project, even if it's the same as original, I lose data tip functionality.
Elaborated description:
I'm using a LineChart component and I needed to render my lines so…
0
votes
1 answer
Unhandled securityError in mxmlc command line but not in CS5 or Flash Builder 4
For some reason I am able to build/publish and run my project in cs5 and from inside flash builder 4 without problems, but once I step out to the command line all sorts of stupid things start happening, this being one of them. Is there a reason that…

CodedMonkey
- 458
- 1
- 7
- 17
0
votes
1 answer
Referencing Flashbuilder Views by their string name
I have a TabbedViewNavigator application with a navigatory bar which opens view just fine. In each view there is a ButtonBar that will open a new view related to the parent view. I have a single handler which decodes the name of the button and can…
0
votes
1 answer
Code Templates in Flash Builder 4.5 don't work?
I would like to customize the way FB generates new classes, interfaces, code snippets... Nothing major, white space, indentation, things like that, to match my coding style. I follow the instructions on this…

izk
- 1,189
- 2
- 8
- 23