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

Trying to access an images .source information in actionscript - for some reason it doesn't show up

I'm working on a project (using flash builder 4.5) where a user can click on one of a number of pictures to perform an action. The images are all loaded into an array of UIComponents through actionscript. I have a private variable as…
Anthony
  • 2,411
  • 6
  • 26
  • 23
0
votes
2 answers

Flash Builder With Java Integration

i am trying to build a desktop application that requires no run time, therefore Flash builder seems to be the only choice. There is a Flash Builder and Java Integration as show here but it seems to be a server that is supporting it. Its more…
user1004413
  • 2,509
  • 6
  • 23
  • 33
0
votes
1 answer

branching model for Flash Builder project?

Assume the following situation: You work on a AIR Application with Flash Builder. Since the last release (let's say 1.2), you're working on several new features - the next release (1.3) will be ready in a few weeks. However, now you get some crucial…
Mat
  • 4,281
  • 9
  • 44
  • 66
0
votes
2 answers

flex loader class won't load image, hotlink protection

I'm building an Adobe Air app that needs to load external images from different webservers. I have my basic loader function set up, but I encountered one server that wouldn't let me load it's images. it gave me the following error: Error #2036: Load…
dreagan
  • 2,426
  • 6
  • 24
  • 34
0
votes
2 answers

How do I automatically activate the browser's vertical scrolling when a popup is too large for the screen?

I have a flash application that utilizes a lot of popup title windows that do not have parent containers. I'm having a problem when users with smaller resolutions try to use my application because the popup utility windows will often be too…
buddyp450
  • 528
  • 2
  • 10
  • 27
0
votes
1 answer

Multiple Target Devices for a Single AS3 Project

I am porting an existing project from Flash Pro to Flash Builder. The code is almost completely portable between Web/Android/Projector/AIR, and I simply change a few constants for each target device before hitting publish... However- in Flash…
davidkomer
  • 3,020
  • 2
  • 23
  • 58
0
votes
1 answer

Programmatically Edit a .webarchive File

I'm building an AIR app using Actionscript and I want to programmatically insert a piece of text into a .webarchive file. The problem is that every time I insert the text, the file somehow gets corrupted. The code I'm using looks like this: var…
dshipper
  • 3,489
  • 4
  • 30
  • 41
0
votes
1 answer

Flash Builder 4.5 :: Preloader :: How to access the preloader object from Application

Working with Flash Builder 4.5 I have implemented a custom preloader by extending SparkDownloadProgressBar. Now I want the preloader to stay on the screen until my Application has loaded in external data. Once the Application external data has…
Gary
  • 145
  • 1
  • 2
  • 15
0
votes
1 answer

How can I connect from flex 4.5 mobile application to Java back end services

Is it possible to connect to a remote database from my flex4.5 Mobile application ? I am trying to develop a flex 4.5 mobile application and my data is in Oracle Database. I choose Java as my back end technology. How can I call the java services…
Radha
  • 121
  • 2
  • 13
0
votes
1 answer

Flex Webservice

I'm using Flash Builder 4.5 and flex 4.5 language. I'm using a webservice to retrieve data in json calling a .php.
Riccardo
  • 1,309
  • 1
  • 25
  • 35
0
votes
1 answer

AIR - Load local file to web server

I try to upload file from local system to web server. My application is desktop application and I work with php server. Find below my code In flex var dropfiles:Array = evt.clipboard.getData(ClipboardFormats.FILE_LIST_FORMAT) as Array; for…
Flex60460
  • 933
  • 2
  • 18
  • 49
0
votes
2 answers

Mobile Audio streaming with Flex

I'm new in the mobile app development and I'm trying to do a simple online radio app using flash builder 4.5, but every time I try to play audio from a remote site (stream) it just not work. I've done different test, and when I use a local audio…
0
votes
1 answer

How do I add my GameOver-Page in Main class when my timcounter shows 0 (Flash Builder)?

public function SeedsAndPots() { startpage = new StartPage(); addChild(startpage); buttonPage = new ButtonPage(); addChild(buttonPage); buttonPage.addEventListener(MouseEvent.CLICK, GoToGame); …
Bruno Alves
  • 51
  • 1
  • 1
  • 7
0
votes
3 answers

How to get a list that include all Actionscript 3 api name?

I'm working on a swf file source code obfuscator, for some reason I need a list that include all actionscript 3 api name. How to get it ? Should I need check all of the as3 api doc and make the list manual ?
pixeloverflow
  • 579
  • 1
  • 5
  • 23
0
votes
1 answer

Multiple webcams in Actionscript 3 on OS X?

I am developing an AS3 AIR application which aims to use multiple webcams, i have two logitech c615 hooked up on the usb ports, i can get one of the video streams, but i can't seem to be able to access the other cam video, Problem is I just get…
Carlos Barbosa
  • 1,422
  • 2
  • 23
  • 42