Skip to content
New issue

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

http://nostalgiakidssites.com/pbskids2008/hooper/ doesn't load #8525

Open
ghost opened this issue Nov 12, 2022 · 3 comments
Open

http://nostalgiakidssites.com/pbskids2008/hooper/ doesn't load #8525

ghost opened this issue Nov 12, 2022 · 3 comments
Labels
A-avm1 Area: AVM1 (ActionScript 1 & 2) A-video unimplemented Issues for functionality that hasn't been implemented yet

Comments

@ghost
Copy link

ghost commented Nov 12, 2022

Describe the bug

Basically nothing loads. its stuck on a loading bar. Meaning its not supported with ruffle.

Source: http://nostalgiakidssites.com/pbskids2008/hooper/

Expected behavior

I didn't really expected anything

Affected platform

Browser's extension

Operating system

windows 10

Browser

Google chrome

Additional information

No response

@ghost ghost added the bug Something isn't working label Nov 12, 2022
@n0samu n0samu added unimplemented Issues for functionality that hasn't been implemented yet and removed bug Something isn't working labels Nov 12, 2022
@n0samu
Copy link
Member

n0samu commented Nov 12, 2022

This game uses external FLV video files. Ruffle does not support loading external video files yet. See #3801

@n0samu n0samu added the A-video label Jun 18, 2023
@Lord-McSweeney
Copy link
Collaborator

This hangs on this screen now:
nostalgiakidssites com_pbskids2008_hooper_
I don't see anything happening in the background (file downloading/cpu-intensive activity)

@n0samu n0samu added the A-avm1 Area: AVM1 (ActionScript 1 & 2) label Jul 3, 2023
@n0samu
Copy link
Member

n0samu commented Jul 3, 2023

Looks like another case of onLoad never firing :(

this.onLoad = function()
{
   dailyFeaturesXML = new XML();
   dailyFeaturesXML.ignoreWhite = true;
   dailyFeaturesXML.onLoad = function(success)
   {
      if(success)
      {
         mcLoader.loadingTxt.text = "Hooper is getting everything ready.";
         defineNodes();
         trace(treasureOfTheDayNode);
         treasureIconsXML.load("xml/matchgame-icons.xml");
         musicVideosXML.load("xml/musicvideos.xml");
      }
   };
   dailyFeaturesXML.load("xml/dailyfeatures.xml");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-avm1 Area: AVM1 (ActionScript 1 & 2) A-video unimplemented Issues for functionality that hasn't been implemented yet
Projects
None yet
Development

No branches or pull requests

2 participants