You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to make a preloader because my swf takes long enough to load. But I cannot find an event after which I need to hide the preloader. Page loading is faster than swf loading. Can anyone help me?
You'll need to use the JS API directly.
But instead of calling player.load("movie.swf") like in the example, you fetch your SWF manually and then pass the raw data to Ruffle as a Uint8Array
Hello! I'm trying to make a preloader because my swf takes long enough to load. But I cannot find an event after which I need to hide the preloader. Page loading is faster than swf loading. Can anyone help me?
The text was updated successfully, but these errors were encountered: