A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: memory managing

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    4

    memory managing

    Hay,
    I have problem with memory in my flash lite application. Is there any possibility to clean memory, forcing using garbage collector?
    I`m nulling and deleting object, but it works only after 60 secounds and only when I do nothing with application (i run no others functionality).
    I can't found any solution, is there some kind of tricks which help me with cleaning memory when i want that?

    greating kb

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    no way to force garbage collection. The system runs on a periodic basis. You can delete assets but Flash Lite does not free the memory until it runs the garbage collection process.

  3. #3
    Senior Member vinayak.kadam's Avatar
    Join Date
    Oct 2006
    Location
    gotoAndPlay("Pune");
    Posts
    831
    You have to some how optimize your FLA... google for 'flashlite optimization'
    As ever,
    Vinayak Kadam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center