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

#1 2011-06-18 10:49:59

Vurb
Scratcher
Registered: 2010-05-09
Posts: 100+

Embedding scratch applet

I'm trying to put a Scratch project on my site. The image embed works fine when I do it in HTML, however it's kind of unsatisfying. When I paste applet the code without turning HTML on, it's just a block of code, but when I turn HTML on, it says that it needs to remove some of the code, thus it doesn't work. How do you make an applet work?

Offline

 

#2 2011-06-18 10:52:50

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: Embedding scratch applet

<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/TornFusion/1864390.sb'></applet> <a href='http://scratch.mit.edu/projects/TornFusion/1864390'>Learn more about this project</a>

Is what it should look like...

Offline

 

Board footer