• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

error: out of memory

Community Beginner ,
Mar 01, 2012 Mar 01, 2012

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

TOPICS
ActionScript

Views

1.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 01, 2012 Mar 01, 2012

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 01, 2012 Mar 01, 2012

Copy link to clipboard

Copied

i am getting this error(not frequent), when my project(flash) was running in a browser.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 01, 2012 Mar 01, 2012

Copy link to clipboard

Copied

what browser?  what flash player version?

test in a different browser.  update your fp version.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 01, 2012 Mar 01, 2012

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 01, 2012 Mar 01, 2012

Copy link to clipboard

Copied

upload your project and post the url.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 02, 2012 Mar 02, 2012

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2012 Mar 02, 2012

Copy link to clipboard

Copied

LATEST

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),

}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines