Primordial Ooze #1 Posted March 18, 2008 I'm trying to use the JStella Applet to emulate my Atari Rom that i programmed and i'm having quite some difficulty on getting it to work. I managed to get the applet running on my web page, but all i get is a black screen and nothing else works. I checked to make sure the rom excists and it does. Can someone please help me get this to work? Page: http://opensourcepong.freepgs.com/play.php Applet: http://opensourcepong.freepgs.com/applet/jstella_0_8.jar Rom: http://opensourcepong.freepgs.com/applet/OpenSourcePong.bin Applet Code: <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="480" width="480" > <param name="codebase" value="applet" />; <param name="archive" value="jstella_0_8.jar" />; <param name="code" value="jstella.runner.JStellaApplet.class" />; <param name="OPTIONSPANELENABLED" value="FALSE" />; <param name="ROM" value="OpenSourcePong.bin" />; <param name="PADDLEMODE" value = "" />; <!--[if !IE]> --> <object codebase="applet" archive="jstella_0_8.jar" classid="java:jstella.runner.JStellaApplet.class" height="480" width="480" >; <param name="OPTIONSPANELENABLED" value="FALSE" />; <param name="ROM" value="OpenSourcePong.bin" />; <param name="PADDLEMODE" value = "" />; </object> <!-- <![endif]--> </object> <br /> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="35" width="240" > <param name="codebase" value="applet" />; <param name="archive" value="jstella_0_8.jar" />; <param name="code" value="jstella.runner.JStellaOptionsApplet.class" />; <!--[if !IE]> --> <object codebase="applet" archive="jstella_0_8.jar" classid="java:jstella.runner.JStellaOptionsApplet.class" height="35" width="240" >; </object> <!-- <![endif]--> </object> Thanks, Open Source Pong Quote Share this post Link to post Share on other sites
Primordial Ooze #2 Posted March 20, 2008 Update: Still no luck, anyone got this working on their site? Sincerely, Open Source Pong Quote Share this post Link to post Share on other sites
Thomas Jentzsch #3 Posted March 20, 2008 Is it a paddle game? Maybe you have to tell the emu. Quote Share this post Link to post Share on other sites
Primordial Ooze #4 Posted March 20, 2008 (edited) Thats what this is for: <param name="PADDLEMODE" value="" /> I don't understand why i'm getting a black screen. Sincerely, Open Source Pong Edited March 20, 2008 by Open Source Pong Quote Share this post Link to post Share on other sites
+Mitch #5 Posted March 21, 2008 Thats what this is for: <param name="PADDLEMODE" value="" /> I don't understand why i'm getting a black screen. Sincerely, Open Source Pong It looks fine to me, just really a pain to play with a mouse. The sensitivity is really messed up. Mitch Quote Share this post Link to post Share on other sites
+SpiceWare #6 Posted March 23, 2008 Plays here, though the aspect ratio is wrong. The ball also got in a weird bounce where it was continually bouncing off the bottom edge of the screen as it went back & forth. For Medieval Mayhem I used height="210" width="320", though you could use 420 and 640 for a larger image. Quote Share this post Link to post Share on other sites
cosmosiss #7 Posted March 23, 2008 Maybe you need to update Java? Quote Share this post Link to post Share on other sites