Hello,
Is there a way to turn a Scratch file to a Flash file? I am in a competition where I need to turn a Scratch file into a Flash capable file. My projects name is Dots 8.5 if anyone can help that would be just great.
Thank You.
Offline
This belongs in the Questions About Scratch forum.
Well, Scratch already has a Flash Player (see the link on the right to opt in?), so I suggest you just link to that. To put it in an HTML web page, use this code:
<object width="483" height="387" type="application/x-shockwave-flash" data="http://scratch.mit.edu/static/misc/PlayerOnly.swf"> <param name="allowScriptAccess" value="sameDomain"> <param name="allowFullScreen" value="true"> <param name="flashvars" value="project=http://scratch.mit.edu/static/projects/Benbegone/2336829.sb?version=1"> </object>
Offline