flash-builder

Compile time jumps when moving from Flex Build to Flash Builder

I moved from using the Flex Builder 3 IDE to Flash Builder a couple weeks ago and have noticed a ridiculous jump in compile times with the same project. It almost seems like every time I build it does a clean build. The project I am working with is pretty big, but when it takes more than 4 mins to build, something is wrong. I tried ad...

Developing pricematch websolution?

I would like to crate a web-solution for price matching, a solution similar to Pricerunner. My question is what tool would be best to use? I would prefer Flex or Flash Builder with java back-end but is it the best? ...

adobe flex get child of child

Hi, I have a Adobe Flex project in which resides the following layout markup. <s:TileGroup id="grid" width="467" height="467" requestedRowCount="15" requestedColumnCount="15" horizontalGap="0" verticalGap="0" verticalAlign="middle" name="tg"> <s:BorderContainer width="31" height="31" name="container"> <s:Label text="999" v...

How to debug Flash/Flex in two browsers?

Hi Flash experts! I have a Flex 4 application which connects to ASP.NET webservice based on FluorineFx. It is authenticated by cookies via RemoteObject.setCreadentials() Both applications connect to FMS server and talks to each other via RTMFP direct connection (P2P). I want to debug both instances of this application in Firefox and I...

How to save locally user data in AS3, and then read it/export it?

Hey there, i was wondering what the AS3 experts would do to perform this task: save user data (registry form) locally, and then be able to read it or export it into something client can read. Thanks in advance, i am quite new to the AS3 approach to this things, thing to notice is this project is pure AS3, and deployed in Adobe AIR, so n...

AIR - Different behaviour when the app is installed and when it runs inside the builder

Hi, we are developing an Adobe AIR app using Flex4. We are facing lot of bugs that didn't show up when we run the application inside Flash Builder (both debug mode and run mode), but when we install the app and run it, the app shows a different behaviour. Any idea ? what does it change between running the installed application in the bui...

What are those swz files?

When I build my project I get a bunch of swz files in the release/debug directory. What are they? They are quite big (1 mb in total) i just delete them, my swf works fine without them, so why are they there? ...