Ok, so I'm working on a project viewer that will take a pid get variable, and use that to connect to a database and retrieve project specific values (such as notes, name, views, etc.)
to display the project, I have the following code:
<object tabindex="0" type="application/x-java-applet" height="387" width="482">
<!--Generic parameters for all Java applets. -->
<param name="codebase" value="http://scratch.mit.edu/static/misc/" >
<param name="archive" value="ScratchApplet.jar" >
<param name="code" value="ScratchApplet" >
<!--Specific parameters. -->
<param name="project" value="http://eternityinc-official.com/browse/<?php echo $pid; ?>.sb" >
Your browser needs Java to view projects.
</object>but this doesn't work, because I don't natively have the scratchapplet.jar, and for some reason, that matters. So, where could I download the scratchapplet.jar?
Offline
Well, if you actually read the code, you'd find it at http://scratch.mit.edu/static/misc/ScratchApplet.jar
Offline