Pages: 1
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
Got this HTML code from another thread:
<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.
Offline
Thanks,
unfortunaly, after the flash player load the project the player screen remains blank nothing happens.
I keep on searching
Offline
Pages: 1