Skip to main content
Inspiring
March 30, 2010
Question

Web Site slows down after a few minutes

  • March 30, 2010
  • 4 replies
  • 1191 views

Hello all, Does anyone know what would make a movie slow down the longer it is open. Theres nothing that I can think of this is constantly running, but after about 15 minutes of the website being open it slows down almost unresponsive.

Thanks for the Help

~Chris

This topic has been closed for replies.

4 replies

Participant
April 5, 2010

i thought may be you create many instance and don't removemovieclip,

it will take the memories, i ever do it in Cake website in thailand.

Inspiring
April 9, 2010

This may be the case, so is just that I need to remove (unload) a movie clip after its done? How do i remove the Movie Clip, to load the Movies Im using:

loadMovie("myMovieMC.swf", ._root.leftMC);

Thanks

~Chris

Participant
April 16, 2010

let try this coding:

unloadMovie ("_root.leftMC");

Morizaki

Inspiring
March 30, 2010

Also at times, the main movie loads but the others dont and I have to close the browser and re-open it, sometimes several time.

http://www.freedomsbl.com

Thanks

~Chris

amitKumarKanda
Inspiring
March 30, 2010

Hi,

May be you are creating the instance of some component again and again which increases the size of your file.

Inspiring
March 30, 2010

is there a tool that will test what is running so I can determine this?

It sounds like this is the case, im just not sure the best way to test it.

Thanks

~Chris

Inspiring
March 30, 2010

can you show the website html. Is there an onEnterFrame running and what's the code?

Inspiring
March 30, 2010
Please download the attached file to view this post