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

#1 2012-02-27 10:03:37

SocialGamer
New Scratcher
Registered: 2012-02-27
Posts: 1

Scratch to Flash?

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

 

#2 2012-02-27 10:08:32

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scratch to Flash?

This belongs in the Questions About Scratch forum.  smile

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:

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

 

Board footer