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

What is the best means of displaying a "Select Language" interface?

Well, there is a huge debate going on with the "best way to show users language selection", but no answer. Dropdown box (language shows in native language) Dropdown box of country flags (optionally alt tags for language) Country flags Language…
0
votes
1 answer

Internationalizing an mx:MenuBar?

Well, I was able to simply enough (after about an hour of googling) implement i18n (internationalization) into my Flex application by having to reverse engineer the Flex SDK and do a lot of digging (a specific question on here helped me a lot! (with…
cbroughton
  • 1,726
  • 1
  • 12
  • 19
0
votes
1 answer

Validating alphabets only stored in a string in flex

I am trying to validate if only alphabets are typed in a text box. The code i am using is validatorErrorArray =…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
1 answer

Flex unable to find definition for type from WCF Service?

I have a WCF Service running SOAP and allowing Flex / Flash to connect to it using basicHttpBinding by using the 'Data' \ 'Import Web Service' option. Unfortunately when I consume and invoke this service within Flex it throws the following…
SeanCocteau
  • 1,838
  • 19
  • 25
0
votes
1 answer

Flash builder installing failed on android device

I made the simple application using flash builder 4.5.1 for both iOS and android. I test the application on my iphone and ipad, it working fine. But when I try to install on my android device(Samsung GT-5570). It get the following error…
mandeep-dhiman
  • 2,505
  • 2
  • 21
  • 31
0
votes
1 answer

Display Image in a Spark List in Flash Builder 4.5 from XML

I am facing with a basic problem, that i can not handle. I want to display datas in a Spark List.It works fin until i want to display image in it from xml. I know that i have to use some kind of itemRenderer, but i dont know how. I read several…
0
votes
1 answer

Parallel Fade State Transition Not Playing

This is an old issue, but it's recently come up again; and this time it refuses to work itself out. The problem: When I click on "Forgot Password" the program instantly changes states, without playing the transition. Transition Code:
cbroughton
  • 1,726
  • 1
  • 12
  • 19
0
votes
1 answer

Text Area Restrict Action Script3

The following code doesnt work: im trying to not allow the user to input de "&",in flash it works well but in textarea of flash builder it gets me an…
Vinicius Albino
  • 743
  • 2
  • 8
  • 21
0
votes
1 answer

MX:MenuBar causing errors when clicking a menuitem

I have observed unusual behaviour with the component of flex, I've created one from the examples found inside the Adobe documentation; and am receiving errors when clicking on or mousing over any menu item inside a debug flash…
cbroughton
  • 1,726
  • 1
  • 12
  • 19
0
votes
1 answer

Flex 4.5 for mobile : Zooming on high resolution image

I am trying to integrate a zoom/pan capability into an image gallery for iPad (implemented with Flash builder 4.5 and Air mobile sdk), which is pretty simple on the paper, using gesturezoom handling and scale on the displayed image. My problem is…
0
votes
1 answer

Flash builder 4.0 hide text if string is empty mxml

What to do to hide Office manager: if {manager} is empty?
user472285
  • 2,604
  • 5
  • 37
  • 55
0
votes
1 answer

error deploying to iOS from Flash Builder - JAVA_TOOL_OPTIONS

I have tried testing (both fast and standard) as well as full-blown deploying to an iPad via Flash Builder. In all cases I get: Error occurred while packaging the application: Picked up JAVA_TOOL_OPTIONS: -Xmx1024m Picked up JAVA_TOOL_OPTIONS: …
davidkomer
  • 3,020
  • 2
  • 23
  • 58
0
votes
1 answer

Working Example for as3-xmp library

I tried using the AS3-XMP Library to read metadata of the files, but i have no idea what methods to use. Anyway one has any working example? so that i could learn from it? i manage to read all the TIFF structure / tags data, but i would like to know…
user1004413
  • 2,509
  • 6
  • 23
  • 33
0
votes
3 answers

How can I watermark a DateField control in Flex 4?

I would like to know how to make a DateField control with a watermark. I want to set the prompt/watermark text from MXML like this one:
Tahir Alvi
  • 896
  • 2
  • 14
  • 44
0
votes
2 answers

AIR3 Native Process will not start in release build

Currently I am building an application that launches crtmpd (a rtmp server written in C++). Whenever I launch the application from within Flash Builder it works great, if I install a release build from an air file the process.start() returns a…