emulator icon indicating copy to clipboard operation
emulator copied to clipboard

I have a problem with embedding

Open Sandwall opened this issue 9 years ago • 6 comments

I have a github page, and I was planning to add NESbox. It's a fork of this project. But I can't figure out how to embed it. Here's the repo: https://github.com/Alobex/nesbox And here is the site: http://alobex.github.io/nesbox/

Sandwall avatar Feb 29 '16 23:02 Sandwall

And if I try a smc fie with weebly, then it says click to play the game, and whenever I hover over it, I get the fullscreen button, and the save buttons Here is my weebly:http://awegame1.weebly.com/nesbox.html

Sandwall avatar Mar 01 '16 00:03 Sandwall

@Alobex hi, as I see you have problems with relative paths to the .swf files On the page http://alobex.github.io/nesbox/ I caught the error "http://alobex.github.io/nesbox/flash/Nesbox.swf Failed to load resource: the server responded with a status of 404 (Not Found)". Please enter correct path here "swfobject.embedSWF('flash/Nesbox.swf', 'emulator', '640', '480', '11.2.0', 'flash/expressInstall.swf', flashvars, params, attributes);"

nesbox avatar Mar 01 '16 06:03 nesbox

Actually the correct path for me was flash/flash/Nesbox.swf and flash/flash/expressInstall.swf Thanks! But the weebly is still not working

Sandwall avatar Mar 01 '16 13:03 Sandwall

now your flashvars parameter is empty it has to be like this var flashvars = { system : 'sega', url : '/roms/Flappy Bird (PD) v1.0.gen' };

nesbox avatar Mar 01 '16 15:03 nesbox

I want it to be so that you can load a game on your own, not have one pre-loaded.

Sandwall avatar Mar 14 '16 20:03 Sandwall

I also have another question, how can I get my favicon to work?

Sandwall avatar Mar 18 '16 14:03 Sandwall