flump icon indicating copy to clipboard operation
flump copied to clipboard

Is there a way to pause or stop the load process?

Open marchbold opened this issue 9 years ago • 1 comments

We are having an issue where as we are loading assets the application is put into the background by the user on iOS. While in the background the load continues and results in an error when the load completes:

Error #3768: The Stage3D API may not be used during background execution on this operating system

Obviously this is due to the attempt to upload bitmap data to stage3D while in the background, which isn't allowed.

So I'd like to stop the load and restart it as our application leaves and enters the foreground. Is this possible somehow, or can we have this functionality added?

marchbold avatar May 17 '16 04:05 marchbold

There is not, currently - though this seems like something the framework should handle. I'll look into it !(though I can't promise a timeline; crunching on my own game at the moment.)

tconkling avatar May 18 '16 17:05 tconkling