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

How to make an object network serialize to a file, not a SharedObject?

Currently, I do serialize my model object to the SharedObject instance: try { var mySo:SharedObject = SharedObject.getLocal("sig"); mySo.clear(); mySo.data.model = _model; mySo.flush(); } catch ( e:Error ) { …
SteAp
  • 11,853
  • 10
  • 53
  • 88
0
votes
2 answers

Can we develop an application having bluetooth feature for iOS devices using Flash Builder 4.5

I have heard about Flash Builder 4.5.1.As I have understood, one can make an application using Flex with the Flash Builder 4.5.1 and also exported the release build for iOS, Android and Blackberry. What are the limitations of Flash Builder for…
Swati Singh
  • 1,863
  • 3
  • 19
  • 40
0
votes
1 answer

Android Air App Locks up due to RPCDataManager?

I am currently developing an Android app using FlashBuilder 4.5 (AIR) annd I have almost finished it apart from a few things. One of these things is that during testing of the app I notice that an Error was happening to do with the RPCDataManager. I…
user723858
  • 1,017
  • 3
  • 23
  • 45
0
votes
0 answers

how to get NAND Threshold voltage distribution using FTD2XX python

I am trying to get Micron 3D NAND flash memory Threshold voltage distribution using FTD2XX python, but i am not getting command sequence. Can you suggest me suitable command sequence? Unable understand how extract Vt distribution of 3D NAND (Micron)
0
votes
2 answers

SOAP Web Services in Flash Builder 4.5 - won't accept a string with spaces or quotes

When using SOAP web services in Flash Builder, I am able to use the web services tool and test making service calls without any issue. I can pass strings that contain spaces, double and single quotes with great success. However, when I write code…
0
votes
3 answers

Losing leading 0s when string converts to array

I have a textInput control that sends .txt value to an array collection. The array collection is a collection of US zip codes so I use a regular expression to ensure I only get digits from the textInput. private function…
smulholland2
  • 1,143
  • 2
  • 14
  • 28
0
votes
2 answers

"Organize Imports" keeps removing my imports in Flash Builder

I often use the shortcut for Organize imports (CMD - SHIFT - O) in Flash Builder. Some times Flash Builder just removes all my imports (not the SDK) and I have to add them manually. Anyone else who have had this problem?
Mattias
  • 3,907
  • 4
  • 28
  • 50
0
votes
4 answers

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 objects. But when user clicks on Undo the object…
Swati Singh
  • 1,863
  • 3
  • 19
  • 40
0
votes
1 answer

Flex 4 Panel skin has dependency on 'pattern_147.gif' -- Where is this?

I am trying to create a new skin for the spark Panel based on a copy of the existing skin spark.skins.spark.PanelSkin. Inside my skin is the following:
Dave
  • 21,524
  • 28
  • 141
  • 221
0
votes
2 answers

Flash Builder 4.5 + Perforce Eclipse Plugin removes syntax coloring?

i've installed the Perforce Eclipse plugin successfully in Flash Builder 4.5. however, the only problem i've run into is that whenever i open a ActionScript file (either one that is or isn't checked out) there is no syntax coloring - it's simply a…
Chunky Chunk
  • 16,553
  • 15
  • 84
  • 162
0
votes
1 answer

External variables in Flash Builder for debugging purpose

I'm building a networked client app with Flash Builder, and would like to be able to set environmental variables or #define's such as server's hostname and port. For debugging purposes I want to connect the client with different servers (and for…
Robert Gould
  • 68,773
  • 61
  • 187
  • 272
0
votes
2 answers

Is it possible to store an Array into an EncryptedLocalStore item? AIR

I want to save my Array's strucure and load it the next time I open my AIR application. Is there a way to store it to an EncryptedLocalStore item then get it later when I re-open the app?
Registered User
  • 8,706
  • 9
  • 32
  • 40
0
votes
1 answer

How do I match the content of two HTML tags? Multi-line strings inbetween them. - AS3

I want to match all contents inside the
tags... A sample of what I need to parse is below.
Registered User
  • 8,706
  • 9
  • 32
  • 40
0
votes
3 answers

How can we speed-up flash builder debug launch.. other than heapsize change?

Is there any configuration or method by which we can speedup debug or launch of application.. i have machine with 4 GB RAM, core i-7 processor. still it launches application from flash builder in 4 minutes.
0
votes
1 answer

vector class throwing an error after publishing the FLA for generating .ipa from flash cs5

I am creating a flash game for iPhone using Flash CS5, Everything runs smoothly when creating swf via Ctrl+Enter. But when i am attaching .p12 and provisioning profile files and publish the FLA for generating .ipa there is an error thrown by the…
Swati Singh
  • 1,863
  • 3
  • 19
  • 40
1 2 3
99
100