alrighty here. They have sites (im not going to link them...) that have java NES emulators running from the site, so you can play online (not with other people of course, but play the game off the site)
if I had and HTML code for one, could I put it on my myspace?
NES game sites
Moderator: Moderators
-
ganonbanned
- Senior Member
- Posts: 2211
- Joined: Thu Feb 16, 2006 5:58 pm
- Location: Wisconsin
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Why do you need our permission? It's your site... 
Yes, yes you could. As long as CrySpace lets you put raw HTML into the page and doesn't interpret it and block some tags.
Yes, yes you could. As long as CrySpace lets you put raw HTML into the page and doesn't interpret it and block some tags.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
ganonbanned
- Senior Member
- Posts: 2211
- Joined: Thu Feb 16, 2006 5:58 pm
- Location: Wisconsin
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Check the source of the page and look for the embedded Java object. (It's probably between "embed" tags.) Once you get it isolated you should be able to copy the code from the page into MySpace and have it work. It might use a link like "/games/mario.java". In that case you'll have to change it to the whole URL, something like "javanesgames4u.web/games/mario.java". (I pulled that out of thin air, in case it isn't obvious ;P)
Two things may stop you:
1. MySpace may or may not let you use all the HTML tags. If they have some blocked this may not work.
2. The site you want to pull from may have disabled hotlinking. You might be able to scrounge together all the code but I would assume you would need either FTP access or some other more robust file transfer system than the one MySpace gives you, which probably only lets you do specific file types.
Two things may stop you:
1. MySpace may or may not let you use all the HTML tags. If they have some blocked this may not work.
2. The site you want to pull from may have disabled hotlinking. You might be able to scrounge together all the code but I would assume you would need either FTP access or some other more robust file transfer system than the one MySpace gives you, which probably only lets you do specific file types.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link