Scratchguy3 wrote:
Thanks!!
No problem. glad i could help.
Offline
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
Offline
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
Go to the first page of this thread, your answer is there.
Offline
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
Go to the first page of this thread, your answer is there.
Okay then
Offline
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
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
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.
Offline
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
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.
NickHow 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
Offline
<clear><pen down><pen up><set pen color to( <set pen shade to(
Offline
idonthaveadad wrote:
<clear><pen down><pen up><set pen color to( <set pen shade to(
Please dont post random blocks.
Offline
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
Dear Scratch-ers,
I can't figure out how to upload my project. Someone please help me!
From,
A frustrated Scratch-er
Offline
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.
Offline
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?
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"
Offline
Is there any way to run the ScratchApplet.jar file directly with java instead of through a html page?
Offline
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...
Offline
All it says when I run it with "java -jar ScratchApplet.jar" is
"Exception in thread "main" java.lang.NoSuchMethodError: main"
Offline
hi i want scratch project convert to Java plz help m
Offline
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
Getting that "no soundbank" error, please help
_____
(true)
<( <{ paulwe }> <=> awesome )> //
Offline
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?
Offline