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

Getting error while packaging the code for ipad device using flashbuilder

This is vengatesh. I am developing mobile application for android devices and apple ipad, using flashbuilder 4.5 premium.After the completion of code , I can easily create apk file for android devices but I couldn't be able to create ipa file for…
vengatesh
  • 503
  • 1
  • 6
  • 15
0
votes
2 answers

how to deploy flex app using different web service urls?

Is there some sort of configuration settings in FlashBuilder 4.5 where you can easily switch between webservice urls? Right now I have to delete and recreate the web service every time I switch from local to production and vice versa.
chobo
  • 31,561
  • 38
  • 123
  • 191
0
votes
2 answers

Finding contents inside a pattern? AS3

I have always sucked at regular expressions and now I'm stuck with a problem. I am loading a webpage onto my AIR application now what i want to do is, I want to locate the text inside a certain pattern. See below. Blah…
Registered User
  • 8,706
  • 9
  • 32
  • 40
0
votes
1 answer

flex4 with php, error referencing function

I'm trying to connect to MySql database in flex4. I wrote a php class like this, public function getNames() { $stmt = mysqli_prepare($this->connection, "SELECT names.firstname, names.middlename, names.lastname …
Abhilash Muthuraj
  • 2,008
  • 9
  • 34
  • 48
0
votes
2 answers

Flash builder 4.5: Disable shortcut keys in tree component

When we have the focus on a item in TREE component in flash builder app, and start to press keys in our keyboard, the focus changes to the item that begins with the letter that we just push. For example, we have the next data in our Tree component…
0
votes
1 answer

Imported flash builder project unable to open swc

I wanted to import an older FB project into the flash builder on my new pc, but I only have the filestructure. So I used 'import>existing projects into workspace'. The files seem to be intact still, but the project now gives me an error regarding an…
dreagan
  • 2,426
  • 6
  • 24
  • 34
0
votes
1 answer

Error in installing BIRT for FB Eclipse 4.5

I am trying to install BIRT on my existing FLash Builder Eclipse 4.5 However, after all the preferences have been selected, when it actually begins to downlaod, I get this Error: An error occurred while collecting items to be installed session…
Vaibhav
  • 11
  • 1
  • 3
0
votes
1 answer

Changing view states

hi guys my problem is when i create a button in state 1 and click on it according to code it should make a group in another state named as expand. However according to my code it is still making group in current state 1. any guidance will be…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
1 answer

dropdownlist event

I have been searching all around for a guide on event handling in flash builder 4.5. I have a dropdownlist that I'd like to activate preferably a action script function. similar to asp.net/js. cheers!
Sam
  • 281
  • 2
  • 6
  • 15
0
votes
2 answers

Delete group containers in runtime in flex

i am trying to make a some groups within a predefined group at run time. i can make groups, the code is working fine. Now i have added two buttons in each group which is created in run time. now the problem is one of the button is x . the property…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
2 answers

How can I add jpg files to ipa and load them with FileStream class

I'm developing a tile engine with actionScript-3 for IOS machines. Is there a way to package JPG files with IPA and then read them with Adobe Air's FileStream Class. I need to read files asynchronously. Embeding them or putting them in a swc…
sivri
  • 25
  • 7
0
votes
1 answer

Internet Explorer Flash blocks

My problem is - i am accessing flash content in IE.I am getting this error all the time. Error - Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash . I installed Adobe Flash Player,but again it's…
Sun
  • 29
  • 7
0
votes
1 answer

Using the identifier of an object to change settings in flex

well i want this actually protected function click_Handler(s:String) { s.width ="xx" ; } Well in this code of course s.width cant be done. any…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
1 answer

Faster Paint on Flex Mobile

I am trying to build an app that tracks touchpoints and draws circles at those points using Flash Builder. The following works perfectly, but after a while, it begins to lag and the touch will be well ahead of the drawn circles. Is there a way of…
eqb
  • 1,650
  • 3
  • 20
  • 25
0
votes
1 answer

multitouch swipe not working

in my flex mobile project, developed for Ipad, I implemented swipe gestures to switch between views. After some time I realized it did'nt work from itself with multitouch, so I tried to implement a multitouch statement before the eventlistener. But…
dreagan
  • 2,426
  • 6
  • 24
  • 34
1 2 3
99
100