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
1 answer

Flex get text value from label and put it in a var

How do i do this in Flex/Flash Builder on pageload? This is my label: And this is how i try to get the text value into a var: public var halloText:String = hallo.text; But when i run this i get an actionscript…
Kevin Verhoeven
  • 179
  • 3
  • 18
0
votes
1 answer

Collision Detection Flash Builder

I am having trouble with getting some code dealing with collision detection to work. I have tested to ensure that it does detect the collisions, and it does, however I am unable to get it to work as it just walks through the block. I also tried just…
user1017243
  • 177
  • 1
  • 2
  • 8
0
votes
1 answer

How to use portrait / landscape states in Flex 4.5 skin files

In Flex 4.5 for mobile how can I use portrait / landscape states from a skin file? e.g. In the skin file I want to create the following states and use them in…
Sam
  • 616
  • 7
  • 19
0
votes
1 answer

How to filter Arraycollection with selected tree node

I have a window with a tree (each node is a category). I have a dataprovider what contains picture url and category. My goal is to filter the view with only selected node. Several nodes may be selected in the time. I don't find how to do that. Can…
Flex60460
  • 933
  • 2
  • 18
  • 49
0
votes
1 answer

Flex compiler appears to misinterpret .as files as MXML

After changing the Flex SDK to 3.6 (from 4.5.1) so as to target Flash player 9.0.124, the project no longer compiles, producing spurious errors such as XML does not have matching begin and end tags leading me to believe that the compilation process…
Tom
  • 7,994
  • 8
  • 45
  • 62
0
votes
1 answer

How to Cast the DisplayObject into MediaElement in as3?

Is it possible to Cast the DisplayObject into MediaElement.Am trying to add the DisplayObject into the MediaContainer, but I got the following error: -1067: Implicit coercion of a value of type flash.display:Loader to an unrelated type…
Mercy
  • 1,862
  • 9
  • 39
  • 75
0
votes
2 answers

local variable in Flash Builder 4.5

I have two scripts in a View, one script is inside a Component. In the Component script I need to add numbers from data as they are added to a list and then display the total in a label placed in the View. If I declare the variable in the first…
Kim HJ
  • 1,183
  • 2
  • 11
  • 37
0
votes
3 answers

BULK of Images Loading to form a Thumbnail Gallery

I am trying to achieve a Photo gallery where images are showed in thumbnails whenever i select a certain folder of images. For example, if i were to click on the folder A, it will load all the images into a arraylist which will be set as the…
user1004413
  • 2,509
  • 6
  • 23
  • 33
0
votes
1 answer

P2P Flash game #1009 error

I am trying to create a very basic flash game, using Tom Krcha's P2P gaming library, which I found here, the only problem I have is when I try to implement the class, I get a error when I try to launch the app, TypeError: Error #1009: Cannot access…
Odyss3us
  • 6,457
  • 18
  • 74
  • 112
0
votes
2 answers

How do I clear the old lines off the screen?

I'm translating a program from AS2 to AS3. I've got a simple animation drawing lines between balls which are moving on the screen, but I can't figure out how to use the clear() to remove the old ones. This is what I'm getting: Here's the…
Sam
  • 1,233
  • 1
  • 9
  • 16
0
votes
2 answers

webstageview not loading on phone but working in emulator

I'm trying to get a webstageview to load a local html file....this code works perfectly on the emulator, but when i run it on my android device (running android 2.3), it does not work....it just creates a blank webstageview that never loads the…
0
votes
2 answers

Refer to a Spark view component in code

I'm building a mobile AIR app using Flash Builder 4.5. The initial view in my views package is TestHomeView.mxml. I want to refer to it in one of my .as classes elsewhere in the app, and I'm not sure how to do that. Theoretically I should be able to…
David
  • 703
  • 1
  • 15
  • 31
0
votes
2 answers

Flex i18n Issues (selecting Locale in onCreationComplete)

Alright. I've been going around the net trying to find a way to do internatinoalization without a headache; and I finally found on means. Including the locale in your build params, and doing that -locale locale/{locale} thing to make them be…
cbroughton
  • 1,726
  • 1
  • 12
  • 19
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
1 answer

Is it possible to create a adobe air android app that takes control the phones ring and creates it own based off of a text message?

Good afternoon I was wandering if this is possible to do with adobe air. I have a interesting idea to create a app with air that creates a ring based on the content of a text message but i was wandering is this even possible. I am learning adobe…
Justin
  • 1,249
  • 1
  • 15
  • 37