Description
Describe the bug
https://www.newgrounds.com/portal/view/513771?emulate=flash
This SWF is built half advertisement for Uncharted 2, half flash game to promote it, however there are 2 issues with this game.
1: If you try watching the movie by clicking on the movie button, it will toss these up in the logs.
Got RustError("ArgumentError: Child not a valid display object") when constructing AVM2 side of movie clip of type fl.video::FLVPlayback
Error dispatching event EventObject(EventObject { type: "addedToStage", class: flash.events::Event, ptr: 0x1e04d88 }) to handler FunctionObject(FunctionObject { ptr: 0x594e1e8 }) : TypeError: Error # 1009: Cannot access a property or method of a null object reference. (accessing field: autoPlay)
2: If you try playing the game portion of the swf, then as soon as you get past the first cutscene, you'll be stuck with a black screen as this pops up in the logs.
Error dispatching event EventObject(EventObject { type: "addedToStage", class: flash.events::Event, ptr: 0x1dd26a0 }) to handler FunctionObject(FunctionObject { ptr: 0x1723740 }) : RustError("Param (index 1) was missing when calling ")
Expected behavior
You should be able to watch the trailer for the game in the swf and the game portion of the swf should be playable.
Affected platform
Browser's extension
Operating system
Windows 11
Browser
Edge 110
Additional information
No response