This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Advanced Topics
  •  » ITopic: Are there ways to share your creation other than the website?

#201 2010-03-05 10:59:07

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

Scratchguy3 wrote:

Thanks!!

No problem.  big_smile  glad i could help.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#202 2010-04-07 05:19:09

samueleen
Scratcher
Registered: 2010-03-15
Posts: 3

Re: ITopic: Are there ways to share your creation other than the website?

I'm a newbie FYI, could someone please explain simply how to embed a scratch animation into an own website with HTML? I tried donwloading that but it was some fatal error or something. Thanks  smile

Offline

 

#203 2010-04-07 05:36:48

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

samueleen wrote:

I'm a newbie FYI, could someone please explain simply how to embed a scratch animation into an own website with HTML? I tried donwloading that but it was some fatal error or something. Thanks  smile

Go to the first page of this thread, your answer is there.  smile


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#204 2010-04-07 05:58:53

samueleen
Scratcher
Registered: 2010-03-15
Posts: 3

Re: ITopic: Are there ways to share your creation other than the website?

markyparky56 wrote:

samueleen wrote:

I'm a newbie FYI, could someone please explain simply how to embed a scratch animation into an own website with HTML? I tried donwloading that but it was some fatal error or something. Thanks  smile

Go to the first page of this thread, your answer is there.  smile

Okay then  tongue

Offline

 

#205 2010-04-07 06:00:13

samueleen
Scratcher
Registered: 2010-03-15
Posts: 3

Re: ITopic: Are there ways to share your creation other than the website?

Oops, ma bad! Didn't read it properly, thanks  smile

Offline

 

#206 2010-04-07 06:03:36

teska77
Scratcher
Registered: 2010-03-24
Posts: 1

Re: ITopic: Are there ways to share your creation other than the website?

Spence wrote:

That is a good idea, but, how do you make an Htm file and put it on that code. I'm not that good with computers.

it is quite simple just copy the code that was given, paste it in notepad and when you click save, type "something.html" then you are done.

Offline

 

#207 2010-04-09 02:03:40

Debdasmptr
Scratcher
Registered: 2010-04-09
Posts: 1

Re: ITopic: Are there ways to share your creation other than the website?

Yes there are so many ways to broadcast your invention, but it should be a good invention, Media is the best way to give you the exposure.
Quran

Offline

 

#208 2010-04-09 05:04:39

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

Debdasmptr wrote:

Yes there are so many ways to broadcast your invention, but it should be a good invention, Media is the best way to give you the exposure.
Quran

Please dont spam with that link. Thanks.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#209 2010-04-15 19:06:11

soldiermoon
Scratcher
Registered: 2010-04-01
Posts: 1

Re: ITopic: Are there ways to share your creation other than the website?

nick wrote:

Hi!

There's actually a way to share scratch projects on your website or in a folder on a CD or computer without posting them to scratch.mit.edu first. To do it, you need to download the following files to the directory on your website (or a folder on your computer):

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

(for soundbank.gm, if you're using firefox, right-click and select "Save Link As..." to download)

After copying these to a folder on your computer, put the .sb file in the same folder. Then, create a .htm file with the following contents:

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>

replacing testproject.sb with the name of the project you want to view. This will allow you to either view scratch projects offline (in a folder) or online (on a webserver).

You can view an example of this in action here:
http://web.media.mit.edu/~nbushak/test.html

Additional methods of embedding Scratch projects are detailed here:
http://info.scratch.mit.edu/Publishing_ … r_websites

Also, we release new versions of ScratchApplet.jar occasionally for bug fixes. If you're using this a lot, it may be a good idea to stay updated by periodically downloading new versions of ScratchApplet.jar from the website.

Nick

How do you open it?  If it is with scratchapplet.jar, it says "FATAL EXCEPTION OCCURRED.  PROGRAM WILL EXIT."  How do you put a scratch project on a CD/DVD-ROM so when i give it to someone, the program will open.  Maybe like an exe file.

Offline

 

#210 2010-04-16 12:28:55

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

soldiermoon wrote:

nick wrote:

Hi!

There's actually a way to share scratch projects on your website or in a folder on a CD or computer without posting them to scratch.mit.edu first. To do it, you need to download the following files to the directory on your website (or a folder on your computer):

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

(for soundbank.gm, if you're using firefox, right-click and select "Save Link As..." to download)

After copying these to a folder on your computer, put the .sb file in the same folder. Then, create a .htm file with the following contents:

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>

replacing testproject.sb with the name of the project you want to view. This will allow you to either view scratch projects offline (in a folder) or online (on a webserver).

You can view an example of this in action here:
http://web.media.mit.edu/~nbushak/test.html

Additional methods of embedding Scratch projects are detailed here:
http://info.scratch.mit.edu/Publishing_ … r_websites

Also, we release new versions of ScratchApplet.jar occasionally for bug fixes. If you're using this a lot, it may be a good idea to stay updated by periodically downloading new versions of ScratchApplet.jar from the website.

Nick

How do you open it?  If it is with scratchapplet.jar, it says "FATAL EXCEPTION OCCURRED.  PROGRAM WILL EXIT."  How do you put a scratch project on a CD/DVD-ROM so when i give it to someone, the program will open.  Maybe like an exe file.

Have you written the HTML file yet? If not, then go do that and use that to start it. There is a compiler for Scratch project. http://www.chirp.scratchr.org/scratch2exe.html


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#211 2010-04-16 12:35:04

idonthaveadad
Scratcher
Registered: 2010-04-15
Posts: 1

Re: ITopic: Are there ways to share your creation other than the website?

<clear><pen down><pen up><set pen color to( <set pen shade to(

Offline

 

#212 2010-04-16 15:38:55

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

idonthaveadad wrote:

<clear><pen down><pen up><set pen color to( <set pen shade to(

Please dont post random blocks.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#213 2010-04-16 17:54:24

me450
Scratcher
Registered: 2009-03-31
Posts: 56

Re: ITopic: Are there ways to share your creation other than the website?

kevin_karplus wrote:

The "Is there anyway I can convert Scratch projects to exe files?" should be on the FAQ, as it has been asked several times.  The answer is "no", but there are ways to incorporate scratch programs on arbitrary web sites.

Yea there are Jens chirp compiler

I use it all the time

Offline

 

#214 2010-04-18 15:14:19

ipodnano51
Scratcher
Registered: 2010-04-18
Posts: 1

Re: ITopic: Are there ways to share your creation other than the website?

Dear Scratch-ers,
      I can't figure out how to upload my project. Someone please help me!

                                              From,
                                                         A frustrated Scratch-er

Offline

 

#215 2010-04-18 15:28:42

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

ipodnano51 wrote:

Dear Scratch-ers,
      I can't figure out how to upload my project. Someone please help me!

                                              From,
                                                         A frustrated Scratch-er

Press the share button and click Share This Project Online, or click the button between to the Save button and file.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#216 2010-04-19 00:11:12

asadku
Scratcher
Registered: 2010-04-19
Posts: 1

Re: ITopic: Are there ways to share your creation other than the website?

really helpful ! thanks

Offline

 

#217 2010-04-20 20:40:32

mman2112
Scratcher
Registered: 2009-11-21
Posts: 27

Re: ITopic: Are there ways to share your creation other than the website?

ms-r wrote:

That's really helpful thank you. In an ideal world I'd love these presentations to be convertible to swf - not possible?

smile

I heard that in the next version of scratch they are going to use flash

some guy wrote:

...in the next version of scratch we will use flash...

I wrote wrote:

1

and then I wrote wrote:

2

after that I wrote wrote:

3

... well golly me! "1, 2, 3"


http://i35.tinypic.com/ie367k.png

Offline

 

#218 2010-05-11 12:00:41

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

Re: ITopic: Are there ways to share your creation other than the website?

Is there any way to run the ScratchApplet.jar file directly with java instead of through a html page?


http://blocks.scratchr.org/API.php?user=paulpsicle&amp;action=onlineStatus&amp;online=http://fishery.dyndns.org/paulpsicle.png&amp;offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#219 2010-05-11 12:07:02

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

paulpsicle wrote:

Is there any way to run the ScratchApplet.jar file directly with java instead of through a html page?

The scratch applet was designed to run in a browser, so probably not...


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#220 2010-05-12 12:57:21

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

Re: ITopic: Are there ways to share your creation other than the website?

All it says when I run it with "java -jar ScratchApplet.jar" is
"Exception in thread "main" java.lang.NoSuchMethodError: main"


http://blocks.scratchr.org/API.php?user=paulpsicle&amp;action=onlineStatus&amp;online=http://fishery.dyndns.org/paulpsicle.png&amp;offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#221 2010-05-13 17:53:34

CoCoBane
Scratcher
Registered: 2010-04-03
Posts: 3

Re: ITopic: Are there ways to share your creation other than the website?

Im confuse someone send me a vid on how to do this

Offline

 

#222 2010-05-17 00:33:24

abhijitgade007
Scratcher
Registered: 2009-11-04
Posts: 3

Re: ITopic: Are there ways to share your creation other than the website?

hi i want scratch project convert to Java plz help m

Offline

 

#223 2010-06-18 16:50:00

1stCorinthians
Scratcher
Registered: 2009-06-14
Posts: 52

Re: ITopic: Are there ways to share your creation other than the website?

abhijitgade007 wrote:

hi i want scratch project convert to Java plz help m

It is Java already... I think. (Is it?)

kevin_karplus wrote:

The "Is there anyway I can convert Scratch projects to exe files?" should be on the FAQ, as it has been asked several times.  The answer is "no", but there are ways to incorporate scratch programs on arbitrary web sites.

Actually, there is. http://www.chirp.scratchr.org/scratch2exe.html

My question:
Can you do this with Panther, or only Scratch?

Last edited by 1stCorinthians (2010-06-18 16:54:57)

Offline

 

#224 2010-06-23 10:18:59

Paulwe
Scratcher
Registered: 2008-03-06
Posts: 16

Re: ITopic: Are there ways to share your creation other than the website?

Getting that "no soundbank" error, please help
                                          _____
                                          (true)
<( <{ paulwe }> <=> awesome )> //


♬♫ 92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature. ♫♪

Offline

 

#225 2010-06-23 15:01:26

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: ITopic: Are there ways to share your creation other than the website?

Paulwe wrote:

Getting that "no soundbank" error, please help
                                          _____
                                          (true)
<( <{ paulwe }> <=> awesome )> //

Have you put the soundbank.bm and javaapplet.jar in the same folder as the applet?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 
  • Index
  •  » Advanced Topics
  •  » ITopic: Are there ways to share your creation other than the website?

Board footer