flump
flump copied to clipboard
Is there a way to pause or stop the load process?
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?
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.)