Hi,
I'm developing a system which use resources(image/sound) from server. on user action, I download specific resources and use them.
now, before all those resources downloading completes, If user perform another action, I want to discontinue/cancel downloading current ones. Is this possible?
I tried with Loader.stop() method but it dosen't seems working as it should be.
Not canceling this slows down new resource downloading process and user has to wait for long for new resources.
Thanks in advance!!