Er.... How do you post an applet here?

I’ve searched all over and I cannot for the life of me figure it out.

I have a JAR uploaded to “MY FILES,” let’s say it’s called “mygame.jar”

If I wanted to upload that applet on this forum, how would I?

When I click the “Insert Applet” button, I get a bunch of text garble

`But I can’t figure out how to manipulate that to get it to display “mygame”

Thanks

If you uploaded a JAR named mygame.jar with the java.awt.Applet extending class my.Game:

[ applet archive=mygame.jar class=my.Game width=512 height=384 ]

Ahh, I see. The extending class part confused me. Thanks!