GithubHelp home page GithubHelp logo

Comments (12)

nesbox avatar nesbox commented on June 3, 2024

hi, pls give me url and I'll try to investigate.

from emulator.

DrTosh avatar DrTosh commented on June 3, 2024

Thx for trying to help me. But i solved the problem my self.
It was just a tiny mistake here:
url : "/roms/Metroid.nes"
it hast to be:
url : "roms/Metroid.nes"
without the slash, because it is a relative path.

The Problem in here is that there isn't a failure message or something like that.
It just says game loaded 100%. That's really confusing.
:D

from emulator.

rpeveri avatar rpeveri commented on June 3, 2024

384/5000
Hi good day.
I would need your help.
I'm testing with blogger and google sites nesbox, I load well the emulator 100%. But it stays frozen on that screen. Never load the rom.
I leave the link so that they can see it all.

Http://retrojuegosonline.blogspot.com/2017/01/play-indiana-jones-and-last-crusade.html

I await your prompt response and thank you beforehand.

<div>
    <div id="emulator">
        <p>To play this game, please, download the latest Flash player!</p>
        <br>
        <a href="http://www.adobe.com/go/getflashplayer">
            <img src="//www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="Get Adobe Flash player"/>
        </a>
    </div>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>

<script type="text/javascript">

    var resizeOwnEmulator = function(width, height)
    {
        var emulator = $('#emulator');
        emulator.css('width', width);
        emulator.css('height', height);
    }

    $(function()
    {
        function embed()
        {
            var emulator = $('#emulator');
            if(emulator)
            {
                var flashvars = 
                {
                    system : 'snes',
                    url : 'https://sites.google.com/site/retrojuegosonline/roms/snes1449.zip'
                };
                var params = {};
                var attributes = {};

                params.allowscriptaccess = 'sameDomain';
                params.allowFullScreen = 'true';
                params.allowFullScreenInteractive = 'true';

                swfobject.embedSWF('https://sites.google.com/site/retrojuegosonline/flash/Nesbox.swf', 'emulator', '640', '480', '11.2.0', '/flash/expressInstall.swf', flashvars, params, attributes);
            }
        }

        embed();
    });

</script>

from emulator.

nesbox avatar nesbox commented on June 3, 2024

try to rename "Super_Metroid" to "Super_Metroid.smc" in the zip file

from emulator.

rpeveri avatar rpeveri commented on June 3, 2024

Thank you very much for your response. But it still does not work the same error.
I'm like this now:

var flashvars = { system : 'snes', url : 'https://sites.google.com/site/retrojuegosonline/roms/super_metroid.smc' }; var params = {}; var attributes = {};

from emulator.

nesbox avatar nesbox commented on June 3, 2024

seem the problem is in domains, you are using two domains retrojuegosonline.blogspot.com and sites.google.com to host emulator and roms
I think sites.google doesn't allow to download rom for blogspot
So, try to host all the files on same domain.

from emulator.

rpeveri avatar rpeveri commented on June 3, 2024

perfect. I'm going to try some other host. Do you have any free to recommend me?

from emulator.

nesbox avatar nesbox commented on June 3, 2024

try github pages :)
https://pages.github.com/

from emulator.

rpeveri avatar rpeveri commented on June 3, 2024

ty

from emulator.

rpeveri avatar rpeveri commented on June 3, 2024

I do not understand how to use github to host a website. Do you know any other free? Thank you

from emulator.

rjo1 avatar rjo1 commented on June 3, 2024

I finally learned how to use github and manage to make the emulator work perfectly.
I thank him with all my heart. You are a genius

from emulator.

rjo1 avatar rjo1 commented on June 3, 2024

I am rpeveri by the way.
Now my question is how much space and bandwidth supports free github

from emulator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.