nesbox / emulator

Emulator of NES, Super Nintendo, Sega Mega Drive, GameBoy video consoles
http://nesbox.com/emulator/
MIT License
590 stars 247 forks source link

Can anyone steer me in the right direction #85

Open Mrbails opened 6 years ago

Mrbails commented 6 years ago

url http://mrbailsvideos.com/index.php/play-games/aladdin

I get a black screen in Chrome and a loading emulator 100% message in IE/Edge

I'm sure all my urls in the code point correctly and I have the expressinstall.swf in flash. I tried swapping Nesbox.swf for snes.swf but that made it worse.

Thanks in advance

Code is as follows

To play this game, please, download the latest Flash player!


Get Adobe Flash player

Controls are as follows:

A - "z"

B - "x"

Y - "a"

X - "s"

Up - "Arrow Up"

Down - "Arrow Down"

Left - "Arrow Left"

Right - "Arrow Right"

Start - "Enter"

Select - "Space"

 

kieln commented 6 years ago

i'll see what i can do bud

On Wed, Feb 7, 2018 at 4:54 PM, Mrbails notifications@github.com wrote:

url http://mrbailsvideos.com/index.php/play-games/aladdin

I get a black screen in Chrome and a loading emulator 100% message in IE/Edge

I'm sure all my urls in the code point correctly and I have the expressinstall.swf in flash. I tried swapping Nesbox.swf for snes.swf but that made it worse.

Thanks in advance

Code is as follows

To play this game, please, download the latest Flash player!

[image: Get Adobe Flash player] http://www.adobe.com/go/getflashplayer <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/ swfobject.js">

Controls are as follows:

A - "z"

B - "x"

Y - "a"

X - "s"

Up - "Arrow Up"

Down - "Arrow Down"

Left - "Arrow Left"

Right - "Arrow Right"

Start - "Enter"

Select - "Space"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nesbox/emulator/issues/85, or mute the thread https://github.com/notifications/unsubscribe-auth/AgYefzCDEXOPMH7K3uaPLuHrf8zXR5s0ks5tSjfPgaJpZM4R9lee .

--

Best Regards

-Kiel

kieln commented 6 years ago

here try this, i used Iframe, might have to reduce the padding on top and bottom but she runs on my site :)

<iframe src="http://mrbailsvideos.com/index.php/play-games/aladdin" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="1000px" marginwidth="100px" height="1200px" width="700px" allowfullscreen>

On Wed, Feb 7, 2018 at 5:45 PM, N- Cryptic kielnicholsonn@gmail.com wrote:

i'll see what i can do bud

On Wed, Feb 7, 2018 at 4:54 PM, Mrbails notifications@github.com wrote:

url http://mrbailsvideos.com/index.php/play-games/aladdin

I get a black screen in Chrome and a loading emulator 100% message in IE/Edge

I'm sure all my urls in the code point correctly and I have the expressinstall.swf in flash. I tried swapping Nesbox.swf for snes.swf but that made it worse.

Thanks in advance

Code is as follows

To play this game, please, download the latest Flash player!

[image: Get Adobe Flash player] http://www.adobe.com/go/getflashplayer <script type="text/javascript" src="//ajax.googleapis.com/aja x/libs/swfobject/2.2/swfobject.js"> <script type="text/javascript"> //

Controls are as follows:

A - "z"

B - "x"

Y - "a"

X - "s"

Up - "Arrow Up"

Down - "Arrow Down"

Left - "Arrow Left"

Right - "Arrow Right"

Start - "Enter"

Select - "Space"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nesbox/emulator/issues/85, or mute the thread https://github.com/notifications/unsubscribe-auth/AgYefzCDEXOPMH7K3uaPLuHrf8zXR5s0ks5tSjfPgaJpZM4R9lee .

--

Best Regards

-Kiel

--

Best Regards

-Kiel

Mrbails commented 6 years ago

Thank you for looking into it for me. I'm guessing its something to do with my site then as unfortunately when I iframe it its still not having it. http://mrbailsvideos.com/index.php/play-games/killer-instinct

and if its working in your site then the code etc must be fine.

grrrrrrrrrrrrrrrrrrrrrrrr

thanks again

kieln commented 6 years ago

well your code didnt work on my site but i use https://www.iframe-generator.com for my frame work, simple and fast

On Wed, Feb 7, 2018 at 6:42 PM, Mrbails notifications@github.com wrote:

Thank you for looking into it for me. I'm guessing its something to do with my site then as unfortunately when I iframe it its still not having it. http://mrbailsvideos.com/index.php/play-games/killer-instinct

and if its working in your site then the code etc must be fine.

grrrrrrrrrrrrrrrrrrrrrrrr

thanks again

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nesbox/emulator/issues/85#issuecomment-363974415, or mute the thread https://github.com/notifications/unsubscribe-auth/AgYefy9kB1WcB3gG36qoJFMNPe_lLVKUks5tSlEdgaJpZM4R9lee .

--

Best Regards

-Kiel