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
0
votes
2 answers

Disabling Datagrid selection in flex

i have an array list of data which i am showing in spark data grid. once i select an idem and click on a button that i have linked with datagrid it adds a panel on screen. I want to disable this selection i-e to tell that this item panel have…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
2 answers

An external swf in Flash builder

I embed an external swf in flash builder like so: [Embed(source="assets/sounds/mytestswf.swf")] private static var mySwf: Class; How can I access it and add it to another sprite on stage?
beans
  • 1,765
  • 5
  • 25
  • 31
0
votes
1 answer

Flex 4.5 HSlider and the Accelerometer?

I'm trying to use a spark HSlider on a mobile device. I can get the thumb to move just fine in response to the accelerometer. But there are two problems: 1) the thumb flies right off the end of the screen when you tilt it in either direction. I've…
David
  • 703
  • 1
  • 15
  • 31
0
votes
1 answer

FlashBuilder 4.5 scroll top while saving mxml file

I have strange problem, when i try to save mxml file - flash builder scrolling to the top of editors page ? why ? it is the same problem like this http://sourceforge.net/projects/flexformatter/forums/forum/899337/topic/4612549
mihau
  • 247
  • 3
  • 9
0
votes
1 answer

flex drawing different gradient colors of objects

I want to have a rectangle which has three different colors in flex. I used spark components like fill and gradiententry, but could not get three colors side by side like this. black-red-black of ratio 0.2 0.8 0.2. I could get only two colors…
Abhilash Muthuraj
  • 2,008
  • 9
  • 34
  • 48
0
votes
1 answer

Flash apps integration in android app

Hey friends i am new to android using flash,so i need to know how can we integrate or code a flash program into my android app.I would like to see a source code for reference if anyone has done coding in android containing flash into it, please help…
Max
  • 7,003
  • 4
  • 19
  • 17
0
votes
1 answer

Store IList selected data to a variable

I'am working with Adobe AIR application and i have a registration form which contains a combobox which consist of 2 values...i want to store the selected value to a variable.. here is the code.. var a:IList = new…
Venator
  • 3
  • 1
  • 4
0
votes
3 answers

flex 4 list no selectable false?

is there any way to either set a flex 4 list component to selectable "false" or disable/hide its selectioncolor? I've tried to change it designview, but it doesn't allow me change it that way. I've also tried tweaking it via the list component or…
dreagan
  • 2,426
  • 6
  • 24
  • 34
0
votes
1 answer

How do I change the fill and stroke separately in a vector graphic using actionscript in flex in flash builder

If I have a rectangle which has a fill of blue and stroke of orange how can I change the stroke to black and the fill to red using actioncript. When I use the following code it changes the entire rectangle to 0x008000 (green). Either the fill is…
0
votes
3 answers

Attaching an event listener to all URLRequest's

We have a flex application that connects to a proxy server which handles authentication. If the authentication has timeout out the proxy server returns a json formatted error string. What I would like to do is inspect every URLRequest response and…
Okeydoke
  • 1,359
  • 12
  • 24
0
votes
1 answer

Flash player ( debugger ) - show again the errors

I have pressed "Dissmiss all" button inside Debugger window of Flash player, and it stoped permanently showing me the errors on the page. How to resume showing the errors inside Flash debug window ?
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
0
votes
3 answers

Error when calling a function from main in flex

Hi guys i am trying to call a function which is defined in main.mxml public function btnAcceptCall_clickHandler(event:MouseEvent) { ..... } now i have a component mxml which calls this function in this mxml i have defined a…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
2 answers

Flash Builder 4 autocomplete stops working with multiple script tags

I am having a consistent problem with Flash Builder 4 in a very specific case where the intellisense auto-complete stops working. It happens when I use inline components in a DataGroup. I have one Script tag for the component class, and then, in the…
jpwrunyan
  • 530
  • 5
  • 22
0
votes
2 answers

Flash Builder 4.5 Profiler not finding memory leak

I'm working with a large modular app, and most of the swfs were made in Flash Professional. When I load the app in the Flash Builder Profiler, the memory usage appropriately goes up and down as I add and remove modules. When I flip between two…
Anonymous1
  • 3,877
  • 3
  • 28
  • 42
0
votes
1 answer

Flex - how to display tooltips when using a DataGridColumn itemRenderer?

On my flex (flash builder 4) DataGrid - DataGridColumn , I have set a custom itemRenderer itemRenderer="myComponents.EncounterDGItemRenderer". My renderer is a Label public class EncounterDGItemRenderer extends Label I found that my tooltips…
Scott Szretter
  • 3,938
  • 11
  • 57
  • 76