this is how you use java to "embed" your games using the gmarcade instant play thing.
and this is html (duh)
<applet code="gmarcadejnlp/Applet.class"
archive="http://gmarcade.com/GMArcadeRunner.jar"
width=150 height=30>
<PARAM NAME=GAMENAME VALUE="NAME YOU WANT TO APPEAR IN SECURITY BOX">
<PARAM NAME=RUNEXE VALUE="NAME OF EXE IN ZIP FILE">
<PARAM NAME=GAMEZIP VALUE="DIRECT LINK TO FILE">
<PARAM NAME=LOADSTRING VALUE="Loading Game...">
<PARAM NAME=BUTTONTEXT VALUE="Instant Play">
<PARAM NAME=BUTTONIMAGE VALUE="">
<PARAM NAME=BUTTONIMAGEROLLOVER VALUE="">
<PARAM NAME=BUTTONIMAGEPRESSED VALUE="">
</applet>
values you need to change:
NAME YOU WANT TO APPEAR IN SECURITY BOX NAME OF EXE IN ZIP FILE DIRECT LINK TO FILE //optional Loading Game... Instant Play
its pretty self explanatory but for those of you with no coding experience i decided to make it easy for you.
on the gmarcade website they used to have this and told you how you could use it on your site, but i couldnt find it.
if the author doesnt want me to post this i will delete this topic.











