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

#1 2013-01-09 10:40:45

xirotegnicrev
New Scratcher
Registered: 2012-12-08
Posts: 2

How to embed a scratch project in my website not as a java applet ...

Hello everybody,

Our pupils are making simple programs with scratch and we want to put them on the school website in order their parents can see their work. But not everybody has the java  plug-in installed on his computer.

So my question is how can I embed a scratch project in our website not as a java applet ... but as  flash object ? It should be possible since it works on mit.edu.

Sorry for my frenglish

Thanks

Offline

 

#2 2013-01-09 12:11:17

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: How to embed a scratch project in my website not as a java applet ...

Got this HTML code from another thread:

Code:

<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf">
   <param name="allowScriptAccess" value="always">
   <param name="allowFullScreen" value="true">
   <param name="flashvars" value="project=http://scratch.mit.edu/static/projects/[username]/[project id].sb?version=1">
</object>

Replace [username] and [project id] with the respective values of the project, once uploaded to scratch.mit.edu.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#3 2013-01-09 18:11:07

xirotegnicrev
New Scratcher
Registered: 2012-12-08
Posts: 2

Re: How to embed a scratch project in my website not as a java applet ...

Thanks,

unfortunaly, after the flash player load the project the player screen remains blank nothing happens.

I keep on searching

Offline

 

Board footer