Tag Archives: Flash Builder


Commonly faced Issues while developing Native Extensions for iOS


Developing  ’Native Extensions for iOS’ requires knowledge of both native iOS code(C/C++/Objective C,XCode, static libraries etc) and AS code. Thus, for people who are comfortable only with one of the two, it may not be an easy transition,… More

Using platformsdk for iOS on Windows


With AIR 3.3, it is possible to use platformsdk switch for iOS on a Windows machine too. For using this feature, one needs to copy the desired iOS SDK (iPhoneOS.x.y.sdk) on their Windows machine and use the platformsdk switch of the ADT:
adt -package -… More

Farewell, Flex


The day that I always knew would come has come.  Today, I have probably opened and closed Flash Builder to write paid for production code for the last time.  An experience that many fellow former Flex guys and gals have already experienced—some wee… More

Configure and Load balance LCDS-Flex Application on and Via Apache WebServer


- Harpreet Singh, Technical Consultant @ Adobe

Create a Flex-LCDS sample application using WTP tool in Flash Builder: http://harpreetsingh2602.wordpress.com/2012/03/11/create-combined-flex-and-java-project-4/
Create connector between Apache WebServer … More

What’s New in LiveCycle ES3?


Since we released LiveCycle ES3 we have received a tremendous response; a common question is what’s new since the last major release of LiveCycle; my goal here is to answer that question. Every major release includes a great deal of valuable sustaini… More

Pew Pew Chronicles: Planning A Death March


This is part four of a series of blog posts about a crazy journey that eventually led to Pew Pew becoming one of the first apps in Microsoft’s App Store. On a long flight from Seattle to Omaha in December 2011 I learned about Metro and got im… More

Flash Builder debugging tip: say goodby to Inaccessible Members


You know how when you’re debugging in Flash Builder and  you pause to inspect variables at a break point but there’s all this clutter of properties like _1106363674length, _1621195650device_info, and… More

Adding View Source to Adobe Air in Flash Builder 4.5 and 4.6


Oh jeez. I remember Flex Builder 3 making it easy for people to just right click your application and view source. What’s happened here? Quick answer is: Listen for the applicationComplete event and add the menu item: ViewSource.addMenuItem(this, “www…. More

Debugging AIR apps on Samsumg Smart TVs


I was trying to find anything that would allow me set up debugging for Samsung Smart TVs but I only found it wasn’t doable. It is not true. It is possible. So I decided to write a post how to set up debugging for AIR apps on Samsung Smart TVs. I … More

Adding a device simulator(emulator) to Flash Builder 4.6


If you are having one such device for which you are planing to make the mobile application and you are not having it by default in the list of emulators in Flash builder 4.6.At that point you can just add your desired mobile to the list of emulators.It… More