Computers |
|
| | #1 (permalink) |
| True Techie | How do I add a java game to my web site? I have the source for the game but am not sure how to put it in the web site. The game is here: http://www.mojang.com/notch/mario/ the source code is public domain, and there is a link to it at the bottom. |
| | |
| | #2 (permalink) |
| Super Techie Join Date: Oct 2006
Posts: 263
| Code: <applet width="640" height="480" code="com.mojang.mario.AppletLauncher" archive="mario_01.jar"> </applet> I would assume (but don't quote me) that you just unarchive the .zip file onto your web site recursing subdirectories, then insert the above snippet into your site. I could very well be wrong, however. |
| | |
| | #3 (permalink) |
| True Techie | The source address branches off of their site, and that is what confused me. What do I need to do in order to change it to the address for my web site?
__________________ My Comp: Antec 900 Gigabyte DS3 EVGA 8800GTS (G92) Antec TruPower 650 watt psu Core 2 Duo E6700 @ 3.3Ghz G.Skill 4GB DDR2-800 2 x Seagate Barracuda 250GB HDD in RAID 0 1 x Seagate Barracuda 500GB HDD ACER 19" 5ms monitor ZALMAN CNPS9500 cpu fan/heatsink |
| | |