Daniel Jacobs

Results 69 comments of Daniel Jacobs

That's the preloader, and can be disabled with the configuration option `preloader: false`. See https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#list-of-options It does appear as the demo site loads as well: https://ruffle.rs/demo/ [Screencast from 08-02-2022 10:45:21...

Actually, check the JavaScript console. If you don't normally see this, it probably disappears very quickly on Windows 10, while it may be hiding a crash on Windows 7. A...

I'm not super familiar with the new AS classes process, but I believe you need to add these to https://github.com/ruffle-rs/ruffle/blob/master/core/src/avm2/globals/globals.as.

As you mentioned in your latest comment some are implemented with Rust. To allow the Actionscript classes to recognize them, add them to https://github.com/ruffle-rs/ruffle/blob/master/core/src/avm2/globals/stubs.as. I do not believe the ones...

See https://github.com/ruffle-rs/ruffle/commit/5817c1761b96fa0cfd99c1eed9277f31f68195b2 for an example of adding a stub

Of the ones commented out, the following are AIR-only: - DRMAuthenticateEvent - GameInputEvent - InvokeEvent - MediaEvent - NativeProcessExitEvent - SQLErrorEvent - ServerSocketConnectEvent - StorageVolumeChangeEvent Of the ones not commented...

It's not out of the question for AIR to one day be supported, but it's not within the current or near-future scope. I know it's something Mike (repo owner and...

I would personally suggest that reorganization of code exactly as you described. That said, I'd like another opinion, since I rarely contribute to core. I also noticed two things: 1)...

> On desktop, would this be better as a div that's attached to the upper-right of the page, that toggles on and off? Similar to the Chrome DevTools panel. Perhaps....

New color scheme: ![Screenshot from 2022-08-16 15-29-46](https://user-images.githubusercontent.com/29206584/184966500-9364e841-fe2e-46be-8dd8-f089a189cc16.png) Edit: Also, I like the idea of reusing this as an options panel for the demo page, but that's probably for one or...