ruffle/core/tests/swfs/avm1/mcl_getprogress
David Wendt c00ecccd1f Basic, stub implementation of `MovieClipLoader.getProgress`, plus test.
This implementation just returns the size of the current loaded movie. The test is also deliberately written to be loose on timings so that it likely won't see a partially loaded movie. (I don't want it to be a test of load events, so I just wait a few frames, rather than the correct way of waiting for `onLoadComplete`.)

Until we support streaming file loads, we can't faithfully support these properties. Still, it's better to have them, just in case.
2020-02-22 00:02:42 -05:00
..
output.txt Basic, stub implementation of `MovieClipLoader.getProgress`, plus test. 2020-02-22 00:02:42 -05:00
target.fla Basic, stub implementation of `MovieClipLoader.getProgress`, plus test. 2020-02-22 00:02:42 -05:00
target.swf Basic, stub implementation of `MovieClipLoader.getProgress`, plus test. 2020-02-22 00:02:42 -05:00
test.fla Basic, stub implementation of `MovieClipLoader.getProgress`, plus test. 2020-02-22 00:02:42 -05:00
test.swf Basic, stub implementation of `MovieClipLoader.getProgress`, plus test. 2020-02-22 00:02:42 -05:00