Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marchbold opened this issue May 17, 2016 · 1 comment
Open

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

marchbold opened this issue May 17, 2016 · 1 comment

Comments

@marchbold
Copy link

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?

@tconkling
Copy link
Owner

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants