" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi

How to create .exe installer from AIR installer

Posted on November 24th, 2015 by Pausali Sanyal

Generally in any Adobe AIR desktop application we can create a .air installer which contains all the required files for installing the application in a system.And this .air installer is really enough for installing the desktop application.      But if we want to have a .exe installer package for installing that same Desktop application […]

How to use CreateInstall Free to build an installer package

Posted on November 24th, 2015 by Pausali Sanyal

CreateInstall Free is an installer software ( both Commercial and Freeware installers ), which can be used to package any application like any Desktop Application with any type of settings files that are needed to create or install that application. Also, we can have the full control over the installation of that application like where […]

How to Restart Flash Builder(if its not respond,each time you restart)

Posted on November 24th, 2015 by B.Amit Kumar

Problem: Actually one fine day, i was working as usual on Flash builder…but by mistake power goes off and my system gets off. when i restarted my system and tried to run Flash Builder again..i saw there was some problem, as it was not responding.  Each time i restarted it, i got the same result…”NOT […]

How to preserve SQLite db in AIR application uninstallation/reinstallation

Posted on November 24th, 2015 by Debasmita Sahu

Suppose you have created a flex desktop application with SQLite database. And a user installed that application in his system and suppose during  use of that application he has entered some important data inside the database of that application. So when he uninstall that app to install a new version of that application then his […]

.htaccess code to enable file upload in FLEX-PHP

Posted on November 23rd, 2015 by Supriti Panda

While working with a FLEX-PHP project, I went through an experience which I would like to share. In the project the front end is in FLEX, and the backend part is handled by PHP. This works fine in the local system, but when it is moved to the live server, the file upload functionality doesn’t […]