Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Embedding scratch not working
- dankira
-
2 posts
Embedding scratch not working
I've been embedding student projects on a weebly site for the past two weeks. Up until now it's been working fine. But today, suddenly all of the scratch projects load to a blank screen when you click the green flag. I went to different sites that scratch listed as examples of websites that have embedded projects and I can't watch theirs either. Did something happen with the Share to button? Can we no longer embed onto other sites? I'm freaking out here! I have 55 students that have worked really hard to exhibit their projects on a Periodic Table website and now nothing works. Help!
- s512140
-
1 post
Embedding scratch not working
Have a similar problem – my entire class uploaded their projects to the site then got the embed code loaded it into their Google SItes ePortfolios –
had issues with the ssl script - fixed that but still no projects appearing ! Same kind of frustrations for the students.
had issues with the ssl script - fixed that but still no projects appearing ! Same kind of frustrations for the students.
- Vampyhex
-
5 posts
Embedding scratch not working
your not the only one; ive got a big presentation coming up involving weebly and scratch games and then today i get a blank screen!
hopefully there is a solution to this.
hopefully there is a solution to this.
- drmcw
-
1000+ posts
Embedding scratch not working
Probably better off reporting in Bugs or questions about Scratch?
- lmaso2
-
1 post
Embedding scratch not working
Es verdad no funciona el embed. Me sale el siguiente mensaje: (it's True, the embeding doesn't work. Missage error is
HOW CAN I RESOLVE THIS?
TypeError: Error #2007: Parameter value must be non-null.
at flash.utils::ByteArray/writeUTFBytes()
at by.blooddy.crypto::MD5$/hash()
at Scratch/handleStartupParameters()
at Scratch()
at ScratchOnline()

HOW CAN I RESOLVE THIS?
TypeError: Error #2007: Parameter value must be non-null.
at flash.utils::ByteArray/writeUTFBytes()
at by.blooddy.crypto::MD5$/hash()
at Scratch/handleStartupParameters()
at Scratch()
at ScratchOnline()
- IMPULSS
-
100+ posts
Embedding scratch not working
Actually, I know what's wrong. If I try to embed my bubble blaster project, It won't work. The code is below.
<iframe allowtransparency=“true” width=“485” height=“402” src=“//scratch.mit.edu/projects/embed/43907246/?autostart=false” frameborder=“0” allowfullscreen></iframe>
The reason this dosn't work is because the code is missing https: is the src. Here's what the code should look like.
<iframe allowtransparency=“true” width=“485” height=“402” src="https://scratch.mit.edu/projects/embed/43907246/?autostart=false“ frameborder=”0" allowfullscreen></iframe>
Notice the new https.
<iframe allowtransparency=“true” width=“485” height=“402” src=“//scratch.mit.edu/projects/embed/43907246/?autostart=false” frameborder=“0” allowfullscreen></iframe>
The reason this dosn't work is because the code is missing https: is the src. Here's what the code should look like.
<iframe allowtransparency=“true” width=“485” height=“402” src="https://scratch.mit.edu/projects/embed/43907246/?autostart=false“ frameborder=”0" allowfullscreen></iframe>
Notice the new https.
- Discussion Forums
- » Help with Scripts
-
» Embedding scratch not working