Hi, I am trying to insert images into sqlite database from an air application. The images are of size 1MB. I want to show a loading animation while the insert is happening.
But the application just hangs while inserting data into database. It returns into normal mode only when the insert is complete. How can I make sure that the application doesn't hang while the insert happens. I want to show an animation during this time.... Please help, Thanks, Sudha.

