Discuss Scratch

summertechkids
New to Scratch
2 posts

Embeding Html Code

I see that an update was made last night. I have any kids working on creating websites on wix.com in which they were embedding the html code for their game from scratch. Yesterday it was working and today it is not. Any ideas? I have tried many different browsers/computers. Nothing seems to make the games show up like they were yesterday.
SuperSmashScratch
Scratcher
1000+ posts

Embeding Html Code

summertechkids wrote:

I see that an update was made last night. I have any kids working on creating websites on wix.com in which they were embedding the html code for their game from scratch. Yesterday it was working and today it is not. Any ideas? I have tried many different browsers/computers. Nothing seems to make the games show up like they were yesterday.
The thing I would check is the embed code.
Someone may have played around with it, which caused it to act up.
Also, what happens that is different from last time?
Thanks for the report.

Bush hid the sig
summertechkids
New to Scratch
2 posts

Embeding Html Code

I've tried recopying the embed code directly from the website (refreshing the screen and all).

Yesterday the game would should up with the green flag and all. This morning only the scroll bars on the right side and bottom show up. None of the game background/green flag/ game outline show up.
MrMick
New to Scratch
2 posts

Embeding Html Code

We are doing a code club at our school. We embed our projects on the school website. All was working fine but when I checked this evening I just have blank spaces on our website where the projects used to be.
MrMick
New to Scratch
2 posts

Embeding Html Code

I would like to add that I am the only one with the ability to upload to our school website.
Here is the page that normally has our projects on. http://www.st-patricks.waltham.sch.uk/afterschoolclub.html
I have no idea what has gone wrong.
IrishCyborg
Scratcher
23 posts

Embeding Html Code

I am having the same problem. I asked this question on another thread, but no answer.


Hi,
I was wondering if anyone has come across this issue where scratch projects were running fine, whilst embedded on another website but have since stopped working? When I inspect the element in chrome I can see some javascript that sets the visibility to hidden; if I deselect this in the inspector the frame then displays but shows an error saying that the flash version isn't at least version 10.2. I checked my plugins and flash 14 is enabled. My embedded projects were working fine before but stopped working some time recently (I don't know when). I tried chrome, safari, firefox and IE to no avail.
Any help or pointers would be appreciated.”

Games and awesomeness abound! @IrishCyborg

Featured project! Rightside Down galaxy!

IrishCyborg
Scratcher
23 posts

Embeding Html Code

Here, http://airskull.com/learning-to-code-with-scratch/ is where I had some projects shared. Now you get a blank space instead of the project. I am writing a post about Creative Camp and cannot embed the projects I want to share for it, either.

Last edited by IrishCyborg (July 11, 2014 05:55:56)


Games and awesomeness abound! @IrishCyborg

Featured project! Rightside Down galaxy!

jerry1000
Scratcher
100+ posts

Embeding Html Code

I have noticed this too

. . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . Shaper . . . . . . . . . . . . . . Save Christmas R.I.P Dynamic signatures
. . . . . . My browser / operating system: MacOS Macintosh X 10.12.0, Chrome 53.0.2785.143, Flash 23.0 (release 0)
IrishCyborg
Scratcher
23 posts

Embeding Html Code

bump

Games and awesomeness abound! @IrishCyborg

Featured project! Rightside Down galaxy!

richic
New to Scratch
3 posts

Embeding Html Code

The JavaScript is trapping “Uncaught SyntaxError” with a missing comma after the cloudToken parameter within the flashvars object.

Whatever generates the JavaScript and the “var flashvars = {}” needs to be fixed to add the missing comma.

Appears to be affecting all embedded Scratch projects.
Paddle2See
Scratch Team
1000+ posts

Embeding Html Code

Thanks for the report and the excellent detective work - I'll pass this on to the developers for repair.

Scratch Team Member, kayak and pickleball enthusiast, cat caregiver.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.
(credit to Za-Chary)



;
lbfedearana
Scratcher
2 posts

Embeding Html Code

Ayuda por favor, mis alumnos colgaron su proyecto en su cuaderno digital (en blogger) y no podemos ver ver porque sale un gran espacio en blanco, como si no cargara.
Señores Scratch hay cierta frustración por parte de mis estudiantes, favor ayúdenme.

1000 gracias.
speakvisually
Scratcher
500+ posts

Embeding Html Code

Hey everyone! We tracked down the problem and will have it fixed by the end of the day. We'll keep you updated!
Paddle2See
Scratch Team
1000+ posts

Embeding Html Code

Hey folks! This problem should be fixed now - sorry for the inconvenience. Please let us know here if it is still not working for you.

Scratch Team Member, kayak and pickleball enthusiast, cat caregiver.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.
(credit to Za-Chary)



;
shuprogram
Scratcher
90 posts

Embeding Html Code

<div style=“background-color:blue;”>html-test</div>
doesn't work…

Last edited by shuprogram (July 12, 2014 22:30:27)


shuprogramです。
僕の新作です。これを使って簡単に音楽を作ることができます。スクラッチデイで発表しました。みてください。

Hi! I'm shuprogram.
I made a new project to compose your own music. I presented at Scratch Day Tokyo 2015. Check it now!
Harakou
Scratcher
1000+ posts

Embeding Html Code

shuprogram wrote:

<div style=“background-color:blue;”>html-test</div>
doesn't work…
That's a feature, not a bug. The forums don't support HTML. This topic is about embedding Scratch projects in a separate website using HTML.
IMPULSS
Scratcher
100+ posts

Embeding Html Code

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.

([this makes no sense v] :: #CCC stack ring)
cherish181
Scratcher
42 posts

Embeding Html Code

Paddle2See wrote:

Hey folks! This problem should be fixed now - sorry for the inconvenience. Please let us know here if it is still not working for you.
It's not working for me

Other places:
Youtube: Cherish Cat
Miiverse: CherishCat
3DS Friend Code: 0189 - 8225 - 6742
Colors! : http://colorslive.com/author?id=187469
Deviant Art: http://cherish181.deviantart.com/
Feralfront: https://feralfront.com/index.php?action=profile
cherish181
Scratcher
42 posts

Embeding Html Code

IMPULSS wrote:

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.
It doesn't work…

Other places:
Youtube: Cherish Cat
Miiverse: CherishCat
3DS Friend Code: 0189 - 8225 - 6742
Colors! : http://colorslive.com/author?id=187469
Deviant Art: http://cherish181.deviantart.com/
Feralfront: https://feralfront.com/index.php?action=profile
A_Legit_Cookie
Scratcher
1 post

Embeding Html Code

summertechkids wrote:

I see that an update was made last night. I have any kids working on creating websites on wix.com in which they were embedding the html code for their game from scratch. Yesterday it was working and today it is not. Any ideas? I have tried many different browsers/computers. Nothing seems to make the games show up like they were yesterday.

Hi! I also have a Wix website that I tried to embed a Scratch project into. It worked once, then when I put the website live it did not work. So, I contacted the Wix support team, and they emailed me an HTML tester. It worked in the tester but not on the website. This is because some commands on HTML codes don't work/are restricted unless you get a premium account. If that is not the problem, then Wix said they can not go into or fix the code since they are not the ones who created it and published it.

You will not be able to get it working unless you go premium. Sorry about that!

Oh, also, are you on Mac or Windows? The HTML code may not be working because your operating system thinks the code is wrong. There is no way to fix that. Also, is your Adobe flash player updated to the MOST RECENT version? It will only work/work better if you have the updated version.

Thats all I have to say. Hopefully this helps.

-A_Legit_Cookie
“Why need an inspiration, when you are one?” -Quote by ME!

Powered by DjangoBB