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

#1 2013-01-10 19:21:36

pjtnt11
Scratcher
Registered: 2011-08-13
Posts: 12

Scratch html flash tag for websites

Have you ever wanted to put the new scratch flash player on your website. Then you came to the right place. Just put in this code into your website and you will have it.

Code:

<object width="482" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/Scratch.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=(link to your scratch game's file(this doesn't need to be on the scratch website, it can be any were on the web))?version=1"></object>

Here is an example

Code:

<object width="482" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/Scratch.swf"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="flashvars" value="project=http://scratch.mit.edu/static/projects/pjtnt11/3002093.sb?version=1"></object>

Last edited by pjtnt11 (2013-01-11 13:34:26)

Offline

 

Board footer