This content has been marked as final.
Show 3 replies
-
1. Re: problem in continously playing
AScracker May 28, 2008 5:55 AM (in response to AScracker)
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 -
2. Re: problem in continously playing
whodeee05 May 29, 2008 12:32 PM (in response to AScracker)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. -
3. problem in continously playing
Ankur Arora May 30, 2008 7:21 AM (in response to AScracker)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.
Thanks & Regards
Ankur Arora
Project Leader(Flash and Flex)
http://flashdeveloper.blogspot.com
let your thoughts fly to others... you will become rich.

