2012-03-30, 03:53 AM
Hi, thanks for helping
How do I make this Java Applet run in a forum thread with html on without interfering with the forum such as the quick reply function at the bottom of the thread?
If there's a plugin that will allow please link it.
How do I make this Java Applet run in a forum thread with html on without interfering with the forum such as the quick reply function at the bottom of the thread?
If there's a plugin that will allow please link it.
<applet code="vNES.class" archive="/jscripts/vNES_215.jar" height="480" width="512">
<param name="rom" value="/games/nesroms/SuperMarioBros.zip">
<param name="romsize" value="">
<param name="sound" value="on">
<param name="stereo" value="on">
<param name="scanlines" value="off">
<param name="scale" value="on">
<param name="fps" value="">
<param name="p1_up" value="UP">
<param name="p1_down" value="DOWN">
<param name="p1_left" value="LEFT">
<param name="p1_right" value="RIGHT">
<param name="p1_a" value="NUMPAD0">
<param name="p1_b" value="DECIMAL">
<param name="p1_start" value="ENTER">
<param name="p1_select" value="SPACE">
<param name="p2_up" value="W">
<param name="p2_down" value="Z">
<param name="p2_left" value="A">
<param name="p2_right" value="S">
<param name="p2_a" value="F">
<param name="p2_b" value="G">
<param name="p2_start" value="1">
<param name="p2_select" value="2">
</applet>