Java or Javascript? Since that's a pretty big difference.

For java:

<applet code="javaapp.class" codebase="html/" align="baseline"
width="200" height="200">
<param name="model" value="models/bla.xyz">
No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!!
</applet>

or

<APPLET CODE="Animate.class" WIDTH=100 HEIGHT=100>
<PARAM NAME=img1 VALUE="/images/1.jpg">
<PARAM NAME=img2 VALUE="/images/2.jpg">
<IMG SRC="animation.gif" ALT="" WIDTH=100 HEIGHT=100>
</APPLET>

I'm not really known with Java so it's the best to take a look at these two sites since they show the codes on how to embed it.
http://download.oracle.com/javase/1....sing_tags.html
http://htmlhelp.com/reference/html40...al/applet.html