Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
1
vote
1 answer
Select DOM-element of HTML-control and forward its DOM-path to Actionscript method
Suppose, that I need to have a HTML control inside my Flex/AIR app.
The user should be able to click somewhere into the currently rendered HTML-page and the flex app should know, which DOM element the user clicked.
Ideally, the app would be able…

SteAp
- 11,853
- 10
- 53
- 88
1
vote
2 answers
How to check if a Flex application is run on a developer machine?
I know I could use "BrowserManager.getInstance()" to find out which from URL is my app running, but it doesn't work as I would expect (you can't read url in one line - you have to wait for an event).
Is it possible to do it in some simple way? Like…

Nux
- 9,276
- 5
- 59
- 72
1
vote
1 answer
flex : How to import .fla file into the flex application
I have one .fla file sent by some one. I want to import this file into my actionscript project using flex builder and I need to work on frames of the fla file . How to do this. I am very new to flex . I am searching this in internet with of no…

Prabhu M
- 3,534
- 8
- 48
- 87
1
vote
2 answers
How do I access the 'mx' or 'fl' namespaces in a Flex Builder Actionscript Project?
How do I access the mx or fl namespaces in a Flex Builder Actionscript Project?
Do I need to include a certain .swc file?
I can't seem to find which one.

Simon_Weaver
- 140,023
- 84
- 646
- 689
1
vote
1 answer
Flex Builder: How do you run multiple "Export Release Build..."
So, what I have is a Flex application that is comprised of about 20 modules that are loaded at runtime. Each module is it's own project in Flex Builder and what I'd like to do is have some way to create a release build of all of them without having…

Paul Mignard
- 5,824
- 6
- 44
- 60
1
vote
2 answers
What's the best way to debug an inner swf that's loaded from a non-debug outer swf?
I have a swf that I need to attach the flex builder debugger to. I have full access to the source code, and can make a debug build of this swf.
However, this swf is being loaded by a non-debug build of another swf which I don't have source code to,…

Scotty Allen
- 12,897
- 9
- 38
- 51
1
vote
0 answers
Maven + Flexbuilder artifact source and javadoc attachment
I come to you today with an interesting challenge.
I have a maven+flexbuilder project that has a dependency on an external artifact.
This is specified with the following declaration:
com.abc.commons
…

Lucas
- 2,340
- 2
- 15
- 7
1
vote
1 answer
How to make "package explorer" display paths
So I'm going nuts here. I could swear at one point I had found an option to have the package explorer show paths of the files, but, I can not find this option anywhere.
Did I dream this one up? Am I searching for the wrong identifying…

reidLinden
- 4,020
- 4
- 31
- 46
1
vote
2 answers
eclipse probleam installing more plugins
i am getting this error
Unexpected error encountered while preparing for the operation.
org.eclipse.core.runtime.AssertionFailException
and in the detail window
Unexpected error encountered while preparing for the operation.
null…

Shvilam
- 236
- 4
- 11
- 27
1
vote
2 answers
TypeError when using ItemRendering and a spark GridColumn
I am rendering the GridColumns of spark DataGrid as follows:

Suhrob Samiev
- 1,528
- 1
- 25
- 57
1
vote
0 answers
How to send SharedObject Array data to PHP WS for DB Query (Flex)
I am currently developing an Android application using Flex 4.5.1 and I am having an issue when trying to pass data that I have stored in a SharedObject array to my Web Service for a Database query. the code below shows how I am storing the data in…

user723858
- 1,017
- 3
- 23
- 45
1
vote
1 answer
as3corelib JSON parsing problem
I have the following two routines in Flash Builder:
public function getData():void {
httpService = new HTTPService();
httpService.url = "https://mongolab.com/api/1/databases/xxx/collections/system.users/?apiKey=xxx";
…

camden_kid
- 12,591
- 11
- 52
- 88
1
vote
1 answer
Custom Component Not Updating Display List
I've created a component which is basically a meter (extends skinnable container). The skin to the component contains two rectangles (background and the actual meter). This component receives an arraycollection with the following fields value, max…

Joe
- 15
- 3
1
vote
2 answers
Eclipse Adobe plugin causes crash
I installed the Adobe Flash Builder 4.5 which includes the eclipse plugin.
I want 2 use my existing eclipse, so I copied the contents of plugin and features folder to existing eclipse folder.
I see the Flex features in Eclipse, but trying to open…

Andy
- 1,080
- 5
- 20
- 35
1
vote
1 answer
Flex 4.5 Rect size issues when using percentages
I have tried playing around with various combinations of the following MXML component:

Gary Paluk
- 1,038
- 1
- 14
- 28