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

#1 2010-08-27 17:22:36

tcallies
Scratcher
Registered: 2007-08-27
Posts: 5

Save As Swf File

Sure, the scratch website is great... but i really want to be able to save my game as a SWF file so i can upload it mo more popular gaming sites like newgrounds or armor games. with this you would also be able to embed you're game on you're own website. PLEASE CONSIDER THIS.

Offline

 

#2 2010-08-27 17:27:26

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Save As Swf File

tcallies wrote:

Sure, the scratch website is great... but i really want to be able to save my game as a SWF file so i can upload it mo more popular gaming sites like newgrounds or armor games. with this you would also be able to embed you're game on you're own website. PLEASE CONSIDER THIS.

you can embed scratch projects into your website, you just need to download these files:

http://scratch.mit.edu/static/misc/ScratchApplet.jar
http://scratch.mit.edu/static/misc/soundbank.gm

and use this code:

Code:

<html>
<body>
<applet id="ProjectApplet" style="display:block" code="ScratchApplet" codebase="./" archive="ScratchApplet.jar" height="387" width="482">
<param name="project" value="testproject.sb">
</applet>
</body>
</html>

http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3 2010-08-27 17:45:55

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Save As Swf File

This has been suggested several times over the years. You can try Scratch2exe made by Jens or use the code above to put your project on your site without uploading it to Scratch.


~ihaveamac - visit ihaveamac.net

Offline

 

Board footer