This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-08-16 10:37:54

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Where can I download the ScratchApplet.jar?

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:

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?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2 2012-08-16 11:46:05

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Where can I download the ScratchApplet.jar?

Well, if you actually read the code, you'd find it at http://scratch.mit.edu/static/misc/ScratchApplet.jar


Posts: 20000 - Show all posts

Offline

 

Board footer