HI
I am created an gallery which plays images,swf and Flv file . Totally
there are five clips are there
[Legend.flv,Image1.jpg,clip2.swf,clip1.swf,AdobeBand640.flv]. if five clip has
played then it's start to play from the first
. it's working fine if its playing for 3 hrs but more than that it's give
problem . by running very slowly or some time it'll hanged up
can any give me suggestion how to solve the issue ...
~~
SK
AScracker - 28 May 2008 13:55 GMT
Hi,
Can any one suggest me , how to solve this issue , is there any coding i need to do or these are all limitation
~~
Sk
whodeee05 - 29 May 2008 20:32 GMT
chances are your CPU is being bogged down because of the listeners that are
set, at least I am assuming you have listeners listening to when the files are
done then it plays the next. What you have to do is kill the listeners after
they are done listening because if you don't they will stay listening, and
after 3 hours thats alot of listeners, because they are being recreated every
time you call them.
Ankur Arora - 30 May 2008 15:21 GMT
Whodeee05 is right, either listeners or may be you used onEnterFrame which is not being killed everytime you reload a file. Kill those event so that flash player will release the memory.