Adobe's official IDE for the Flex SDK.

learn more… | top users | synonyms

1
vote
1answer
930 views

Create dropdownlist with delete button in this itemrenderer

I works with Flex 4.5 and I like to create a custom dropdownlist. Indeed, I'd like to show in each line on my dropdownlist a label and a delete button. The goal is to delete the line on click to ...
4
votes
4answers
7k views

How to create Preloader in AS3

My flash applications is little bit big, so i want to embed a preloader in my application, So can anyone please tell me how to create a preloader in new 'Scene' and load another scene in after ...
3
votes
1answer
1k views

Flash Builder 4.5: s:WindowedApplication does not initialize

There is a really similar question here, but the provided answer does not work for me. This is what I'm doing: Create a Flex (airTest) project and chose Desktop as application type using 4.5 SKD. ...
4
votes
3answers
4k views

Importing Flash project into Flash Builder

I am on a mac and I have a preexisting Flash project. (i.e usual fla, src, lib) folders. Now, I want to start writing the code using Flash Builder 4. How do I import all those files so I can now ...
6
votes
2answers
2k views

Flash Builder 4 Profiler: how to spot what objects are causing a known memory increase?

I know profiler questions can be quite general, but here I have a very specific question and example. I know that in the following code (taken from Joshua's question), that an infinite number of ...
4
votes
2answers
2k views

How can I make FlashBuilder use a custom namespace prefix

I have a component library. It has a manifest file that looks like this: <?xml version="1.0"?> <componentPackage> <component id="AutoComplete" ...
5
votes
10answers
763 views

Is Flash or Flex better to build a user interactive ordering “wizard” website?

i want to see if these "build a . . ." flash sites (to support a user customized ordering process) are done using regular flash or Flex? Site 1 Site 2 Site 3 Site 4 All of these "walk a user" ...
2
votes
3answers
881 views

Adobe Air: scroller throws error when changes focus between different applications

TypeError: Error #1009: Cannot access a property or method of a null object reference. at ...
1
vote
3answers
792 views

embedded mp3 in actionscript3 won't play all the way through

I embedded an mp3 file be used as background music for my app. Though it works fine, the problem is that it doesn't play the whole track, it just plays the first 32 seconds of it (the mp3 file is 1:30 ...
1
vote
1answer
106 views

Determining linkage dependencies in Flex applications

I have a large Flex project with two Applications in it. A lot of code is shared between these Applications. However, the smaller of the Applications does not require much of the code that the larger ...
0
votes
0answers
149 views

Flex 4.6 Android Mobile Project - wanting to display xml array in datagroup (grid)

I'm brand new to using Flashbuilder. I created a project with 3 tabs. In one of the tabs I dragged a DataGroup control. In services I pointed it to an xml file that looks like this: <?xml ...
0
votes
3answers
522 views

Flash builder 4.6 - code behind approach

I'm trying to figure out the right approach for "Code behind" using flash builder for a mobile app: I'm creating a flex mobile AIR project (Based on the "Tabbed view" template) setting my UI in ...
0
votes
4answers
837 views

How to implement Undo and Redo feature in as3

I am going to create an application in that i have to implement an Undo and Redo feature. In the application there will be multiple objects located on stage and user can customize the position of the ...
0
votes
2answers
999 views

Deploying to a server and remote debugging with FlashDevelop?

Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ? This is totally possible in FlashBuilder, but I am highly hoping that it can be ...
0
votes
2answers
2k views

Eclipse Plugin does not work in FlashBuilder/FlexBuilder Standalone

created an Eclipse plugin that contributes to the UI by a new project wizard a new menu in the context menu of projects in the Package Explorer a new project nature + builder a new preference page ...
9
votes
3answers
8k views

extract rotation, scale values from 2d transformation matrix

how can i extract rotation, scale and translation values from 2d transformation matrix? i mean a have a 2d transformation matrix = [1, 0, 0, 1, 0, 0] matrix.rotate(45 / 180 * PI) matrix.scale(3, 4) ...
10
votes
3answers
5k views

Get Current Operating System In Adobe Air

I'm making an App using Adobe Flex/Air. I was wondering if there is any way to get the Operating System the Air app is running on?
15
votes
3answers
4k views

How to view shell commands used by eclipse “run configurations”

Given a "run configuration" in Eclipse, I want to print out the associated shell command that would be used to run it. For example: Right now, in Eclipse, if I click "play" it will run: mvn ...
9
votes
4answers
18k views

Adobe Flash Builder (flex4): addChild() is not available in this class.

I want to load an swf into a flex 4 application in order to use its classes. var ldr:Loader=new Loader(); ldr.load(new URLRequest("file://path/to/fileswf")); ...
6
votes
1answer
339 views

What does the “@” do?

Sometimes I see in a project im working at, the following: text="@{myVar}" What does that @ do? Edit: text is a property in, for example, a TextArea component.
3
votes
1answer
4k views

Open a .bar file in Blackberry Playbook Simulator

Hi I have a early version of an Playbook app one of our developers made for us in Flash Builder. It is a .bar file. I have installed all the required Abode and RIM SDK's, keys and simulator and can ...
3
votes
4answers
2k views

Package SWF into an EXE or APP

I am trying to adjust my Flash development workflow so that I am using Flash Builder for all of my coding and multiple FLA files for the user interfaces. I will be creating an ActionScript project in ...
2
votes
4answers
6k views

How do I attach camera to Spark.components.VideoDisplay

I'm using Flash Builder and created a spark-application Flex project that will stream video from the local camera. If I use mx.controls.VideoDisplay; there is no problem since it has ...
0
votes
2answers
1k views

Using IntelliJ IDEA 12 for Flex Development

I have been using Flex / Flash Builder for a number of years. The latest release of Flash Builder (4.7) seems to come with quite a few problems, the biggest of those being: Does not detect component ...
15
votes
4answers
8k views

Failed to load JavaHL Library

After updating to Snow Lion I started receiving these errors in Flash Builder when trying to use SVN: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in ...
14
votes
3answers
3k views

TODO tasks list in Flash Builder

Does Flash Builder support tasks list? I'm testing Flash Builder for PHP, and I can see my // TODO in PHP code but not in AS or MXML. I found this plugin: ...
5
votes
1answer
479 views

Flash Privacy Popup Dialog is missing “Remember” checkbox

I am trying to get the Privacy Settings Tab to show in our flash/flex4 video chat application we are building. I have 2 systems with latest Flash installed (currently 11.1.102.62). However, the ...
4
votes
2answers
161 views

Could not resolve <s:Sequence> to a component implementation after adding AIR 3.6

Since changing to the AIR 3.6 I'm getting many errors such as: Could not resolve <s:Sequence> to a component implementation. If I switch to the built in Flex SDK 4.6.0 it works fine. I'm using ...
3
votes
2answers
3k views

Flex 4.5.1 runtime ReferenceError: Error #1065: Variable … is not defined

Ok, I need some help on this one. I upgraded from Flash Builder 4 to Flash Builder 4.5 and have switched my project to the 4.5.1 sdk. I use an ant script to build my project, so I modified it to use ...
3
votes
1answer
856 views

Find unused variables in Flash Builder 4 (like Eclipse for Java does)

Eclipse has a built in functionality to find unused variables (and methods too I guess). Flash Builder 4 is built on top of Eclipse but it doens't have that functionality. Do you know any plugin to ...
3
votes
4answers
9k views

Flex eclipse plugin isn't it free?

Eclipse is free , flex sdk is free. Is not the eclipse plugin for flex free?
3
votes
2answers
2k views

How can I use URL parameters while debugging in Flash Builder 4?

How can I use URL parameters while debugging in Flash Builder 4?
2
votes
1answer
149 views

Hints regarding the use of ANTLR v3 generated files in Flash Builder 4.5.1

According to these instructions, I'm trying to use ANTLR generated *.as files in a current Flash Builder 4.5.1 project. Therefore, I added this ANTLR's Actionscript runtime to my project - without ...
1
vote
2answers
514 views

Getting an error Adobe AIR version not installed error

I'm getting an error when trying to debug my AIR app on Android, "Device appears to be offline". It used to work. I have AIR installed. I'm not sure what changed. I think maybe AIR was updated and ...
1
vote
1answer
2k views

Channel.Connect.Failed error NetConnection.Call.BadVersion

Okay - So I've been looking all over the place to try and correct this problem - But I keep finding different answers, and frankly, it is getting terribly frustrating trying to figure this out. Lemme ...
1
vote
2answers
699 views

How easy is it to learn Flex or ActionScript and which one is better? [closed]

I've desperately been trying to make mobile applications for iOS and Android but Objective-C and Java are way to hard for me to learn. I do make apps for Windows in Visual Basic.NET but now with the ...
1
vote
2answers
310 views

Does the workflow differ between Flash Builder and Flash Professional?

What is the workflow for creating an AIR application in Flash Builder and how does it differ from Flash Professional? I am familiar with Flash Professional, but I'm trying top wrap my head around ...
1
vote
5answers
3k views

Flex Custom Event dispatching

I got a question about event dispatching in flex. my goal is to get a custom event loaded up with some data and than bubble up to the eventlistener. my main application has and AMF service request ...
0
votes
0answers
109 views

FB Profile says “it is a gc root”, but it seems wrong?

People like flash builder profile tool very much.But recently, a problem came to me when I tried to find a memory leak. Here is the simplified sample. package { import flash.display.Sprite; ...
0
votes
3answers
737 views

How to add third-party jar files into my android application jar file?

I have an Adobe AIR application for Android. Using for this AIR 3.0 and Flash Builder 4.6. I need to make MyANEFile.ane - which must include 2 external .jar files: Flurry.jar + Tapjoy.jar. But when I ...
0
votes
2answers
773 views

Simulate Tab Key Pressed on Flex?

It is possible to Simulate a Tab Key when another key is pressed? I'm looking to do exactly the same, but with the DOWN & ENTER Key. I know about the onKeyDown function. I'm trying this but it ...
0
votes
1answer
218 views

Flex - Subclassing VBox in MXML to use as a base component, advice needed

I'd like to extend VBox to add some "defaults" and a bit of boilerplate-ish code (let's call it "VBoxSub" here), the idea being that "pages" in the application would extend this VBox subclass. This ...
7
votes
4answers
308 views

Does MOUSE_WHEEL have a min delta value before it fires?

I am having some trouble with MOUSE_WHEEL delta values. It seems like the event doesn't fire unless I REALLY spin the dammed wheel. Which makes sense because the only values I get range from 3-30. I ...
6
votes
6answers
6k views

Implicit coercion of a value of type X to an unrelated type X

HiI have this error : Implicit coercion of a value of type X to an unrelated type X where X is the type of the object and yes it's type X to an unrelated type X. It appears 6 times in my ...
4
votes
4answers
2k views

Multi-line labels on flex (FB 4.5) buttons?

I'm trying to make a button in Flash Builder 4.5 that is multi-lined (specific line break, both are left justified), with the second line being italicized. I can do this by making a button, and ...
3
votes
3answers
154 views

How to display custom player controls on youtube chromeless player using Flash builder 4.6?

I have a View component which initialises youtube cloud api using "http://www.youtube.com/apiplayer?version=3&modestbranding=1" url and plays the video fullscreen. It has play, pause and progress ...
3
votes
2answers
1k views

How to know exact flex sdk version from existing project files?

I received an inheritance old flex project. I've never worked with Flex. I installed the latest Flash Builder and I need to know the exact version of used Flex SDK. Is there any way to know used SDK ...
2
votes
0answers
115 views

Why does Flash Builder 4.6 Profiler seem to leak Strings, whereas Debug mode GC's as expected

I've been embroiled in a memory leak hunt and while unit profiling my classes I noticed that the String class endlessly accumulates (eating up over 90% of the memory in my sizable app). Luckily this ...
2
votes
1answer
529 views

Can you debug swc in flash builder

Can you debug and step through the code of a swc files in flash builder? Let's say you even have access to source code (coming from flex library project or flash professional project)! If how? ...
2
votes
2answers
726 views

Adobe Air: convert sqlite's result [object Object] to String?

I am currently trying to do retrieve text from sqlite. I see that the amount of data requested do come correctly, but content, on the other hand, seems to be in an incorrect format. I've tried some ...

1 2 3