Pages: 1
Topic closed
Okay, so I'm trying to embed a project in flash player, because It's horrible in Java, But I've tried many other forums but I didn't get anything. If you respond, please use the full HTML code for it. Thanks so much if you can help.
Offline
This is the code for embedding a project on a website using a Scratch player.
<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>
where you replace [username] and [project id] with the proper values, respectively.
Offline
This does not work with IE.
Since IE is used by more than half of people that surf the web, this code is worthless.
I'm still waiting for a solution that works for IE as well as the other browsers.
Last edited by BoltBait (2012-03-16 16:14:36)
Offline
Topic closed
Pages: 1