flashbuilder

Sending a json object over Flash Builder 4 webservices

Can I use the webservice wizards in Flash Builder 4 to send a json encoded object...not as a string but as type application/json; charset=UTF-8 ...

Coded SWF Properties in Flash Builder 4

i want to add a SWF metadata tag to an ActionScript Project in Flash Builder 4, that denotes the default size and background color of the swf. i can do this in Flash Professional, but it doesn't work with ActionScript projects in FB4? can i not include this tag? i know i can set these properties in the properties panel, but i'd like t...

How to override child node controls in a Flex Tree control

Hello, I am currently developing a dynamic LineChart in FLEX 4. I am implementing a Tree control next to my LineChart, which will filter the LineChart dataprovider and lineseries. The tree control has several branches and ultimately 5 children (leaf nodes) at the bottom of the last branch. I need the leaf node/children to be displayed ...

Autocomplete in Flex 4.0 not displaying items in dropdown list

Hi, I am new to flex, actionscript and flash builder (having to do an upgrade to an existing project). One of the problems I seem to have is that the Autocomplete component that seems to be part of flex extras is not displaying the list of items in the dropdown list. Basically, I get a list of blank items. I know they are there and they...

alert dialog not showing the text in flex 4

Hi, I am using Flex 4 and running into some problems displaying a simple alert box. The alert box shows up, but the text seems to be the same color as the background. I know the text is there because if I mouse over in the alert box window to roughly where the text would be, I can see the cursor change. And when I double click and copy-...

Flex/Flash Builder is renaming my SWF after building

It's only started doing this today, so I assumed it was something I've done, so I've opened a new workspace, created a new project, logged out, restarted, all of the usual suspects. So the application is called ApplicationMain and the computer's name is Hobbes. What happens is that after a build completes, I see the ApplicationMain.swf...

How do I get the login panel in LCCS to recognize the user's name in the roster?

I can not get my LCCS roster to recognize the user name from the login panel. I can get it to work. It just uses the userFieldText.text which is the id of the TextInput. I am using Flash Builder. ArmorBearer ...

How do you stop Flash Builder 4 Actionscript project launching Flash IDE?

I am trying to create an Actionscript project in Flash Builder 4. However when I debug or run it always runs in the Flash IDE. I want it to run in the standalone flash debugger without the Flash IDE! This is driving me crazy. Please someone let me know how I change this. I'm on Mac if that makes a difference. Much thanks! ...

Can't load serverSocket class Networking two Air Applications

I'm trying to make a Air server send files that server located on another computer on a local network and have then saved. All docs I have found require the serverSocket class. I'm using FlashBuilder4(Air is selected as project) and when I go to import: "import flash.net.ServerSocket;" Socket is there but ServerSocket is not, am I miss...

Large development teams and SVN

A few questions regarding this topic: 1) What's the largest development team (doing actual commits, not counting read-only) you've had on a single SVN repository? Did you have any issues? 2) What's the largest size team you'd be comfortable with on a single SVN repository? Is a different version control tool better for very large team...

NativeDragEvent for drag and drop from the desktop not called Flashbuilder debugger

If I build my mxml file to an .air application, NativeDragEvent works like a charm. However, I would like to be able to debug this feature from Flashbuilder. From Flashbuilder, the NativeDragEvents are not called. Any workaround? ...

Perforce integration with Flex Builder / Flash Builder

How well does the Perforce Eclipse plugin work with FB (3 and/or 4)? I've found some claims of compatibility on the internet but I'd like some confirmation of compatibility based on real experience before I bother trying it. ...

Loop in Adobe Flex

Hi guys, I'm new to Flex programming.. and I need to do some iteration. How do I perform loops in Flex? And does Flex has "switch case"? Thanks guys ...

Flex: how to layout a component to the top-right of a window?

I am writing a Flex (Flash Builder) application which has a map component (http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html) and a drop down list component used to select items shown on the map. I want the drop down list component to always be overlayed on top of the map in the top right corner, regardless of the size ...

WCF is failed to consumed by Flex code

I have https://mysite/myservice.asmx which is consumed fine with Flashbuilder. When i ported it to https://mysite/myservice.svc, and generate proxy objects, flash proxy objects fails to call any operations. I guess, during web service call, operation contracts are got by https://mysite/myservice.asmx?op=myOp, but in WCF, https://mysite/m...