In summary, to publish your Scratch projects you might
- upload to the Scratch website;
- upload to your server (together with all necessary files);
- distribute using some media for offline view (e.g. offline download files, CD, etc.)

Method-1
Share the projects on the Scratch website by clicking the Share! button in the Scratch authoring environment. You might link to the project (from other servers) by using "Link to this Project | Embed" available on the project page at the Scratch website.
Method-2
Pick the required files (ScratchApplet.jar & soundbank.gm); prepare your html file to load the Applet (see skeleton below) and upload to your server
<html>
<body>
<applet id="ProjectApplet" style="display:block" code="ScratchApplet" codebase="./" archive="ScratchApplet.jar" height="387" width="482">
<param name="project" value="yourproject.sb">
</applet>
</body>
</html>
Method-3
Put your projects in a folder / a CD, together with these files: Scratch.exe (Scratch.app), Scratch.image, Scratch.ini, ScratchPlugin.dll, Mpeg3Plugin.dll, license.txt; To run a project off the CD, double-click on Scratch.exe (or Scratch.app), then click the "open" button and pick your project.
No comments:
Post a Comment