We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_root.onLoad
The contents of the _root.onLoad function in a SWF is not run.
_root.onLoad should be called.
I ran into this while making a small game, but I have made a SWF demo of the bug.
Stage code:
_root.onLoad = function() { mainText.text = "_root.onLoad was called"; };
Expected result (Flash Player): Actual result (Ruffle):
SWF file: onload.zip
Desktop app
Gentoo Linux
No response
The text was updated successfully, but these errors were encountered:
See #1820 and #11772
Sorry, something went wrong.
tests: avm1: add a test for _root.onLoad
56d2274
See ruffle-rs#18882, ruffle-rs#11772 and ruffle-rs#1820
7da09c8
d3ad2af
See #18882, #11772 and #1820
No branches or pull requests
Describe the bug
The contents of the
_root.onLoad
function in a SWF is not run.Expected behavior
_root.onLoad
should be called.Content Location
I ran into this while making a small game, but I have made a SWF demo of the bug.
Stage code:
Expected result (Flash Player):
Actual result (Ruffle):
SWF file: onload.zip
Affected platform
Desktop app
Operating system
Gentoo Linux
Browser
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: