When you tell me what needs to get done...+1 week
Offline
Yeah...I'm working on another project right now in a Collab. (The Other Frontpage)
Offline
can someone tell me what i'm doing wrong while embedding the mesh java player?
the html code is
<html>
<body>
<!-- The "server" and "port" parameters are not requied -->
<applet archive="http://spud2451.webs.com/java_applets/MeshJavaPlayer.jar" code="MeshScratchApplet" width="500" height="500" >
<param name="project" value="http://scratch.mit.edu/static/projects/spud2451/2310913.sb" />
<param name="server" value="my public ip here" />
<param name="port" value="42001" />
</applet>
</body>
</html>Last edited by spud2451 (2012-03-03 18:06:57)
Offline
You need to prefix MeshJavaPlayer with Zeroluck's site path.
Offline