Copy link to clipboard
Copied
hi
i am getting error msg, 'error: out of memory'. i am not sure, what this error means. can any body explain pls.
Thanks
ayathas
Copy link to clipboard
Copied
is that an adobe producet error message or os error message? if adobe product, which and when does it appear?
Copy link to clipboard
Copied
i am getting this error(not frequent), when my project(flash) was running in a browser.
Copy link to clipboard
Copied
what browser? what flash player version?
test in a different browser. update your fp version.
Copy link to clipboard
Copied
thanks for your reply.
i am using firefox 4.0 and enabled firebug. flash player version in 11,1,102,55 installed.
Copy link to clipboard
Copied
upload your project and post the url.
Copy link to clipboard
Copied
sorry glad i don't have right to share our url. do u think this is a browser problem or flash?
Copy link to clipboard
Copied
i think you may have a failure to gc that's caused by a coder problem. you could use the following to check:
var t:Timer=new Timer(3000,0);
t.addEventListener(TimerEvent.TIMER,f);
t.start()
function f(e:Event):void{
trace(int((System.totalMemory)/1024),int((System.freeMemory)/1024),
}