|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 add Java game to web site(Click here to view the original thread with full colors/images)Posted by: dkadmin 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: [URL]http://www.mojang.com/notch/mario/[/URL] the source code is public domain, and there is a link to it at the bottom. Posted by: penfold [code]<applet width="640" height="480" code="com.mojang.mario.AppletLauncher" archive="mario_01.jar"> </applet>[/code] This is how they call it on their page. I'm not sure how you would upload the files, though, as I am not well versed in Java applets. 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. Posted by: dkadmin 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? vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |