PDA

View Full Version : Flash app - Critical Error Out of Memory


harsha
04-21-2009, 11:42 PM
I have installed my flash lite application on motorazr v3c. When i start the application it says - "Critical Error : Out of memory" on the second or third screen. Why should it? Is it related to Alert in flashlite 2.1? Will alert cause " out of memory trouble"?

ruben
04-22-2009, 07:10 AM
Only thing that can trigger this is your content is using way too much of memory? You may want to check your content, especially action script/assets etc.

harsha
04-30-2009, 12:27 AM
Thanks ruben.
What i observed is that whenever my 'alert' is invoked it gives this problem. When i removed alerts fromthe code it worked fine.
Does this mean a simple alert consumes too much memory? My other frames having many movie clips get loaded once i remove the alert. But alert gives problem even if loaded without any other movie clip.