You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumping this. All sounds are broken and using images taints the canvas with cross-site content. I don't know who at KA if anyone is in charge of fixing bugs in this repo, but it would be appreciated to give us an acknowledgement that this is a known issue. @jeresig@pamelafox
(OurJSEditor allows you to load sounds from anywhere, so it doesn't have these issues.)
A lot of programs aren't working anymore because for some reason, KA is using kastatic.org URLs instead of kasandbox.org.
For example, a sound URL KA used to use: https://www.kasandbox.org/programming-sounds/rpg/metal-clink.mp3
What it uses now (this link is broken): https://cdn.kastatic.org/third_party/javascript-khansrc/live-editor/sounds/rpg/metal-clink.mp3
Or image URL: https://www.kasandbox.org/programming-images/animals/fox.png to https://cdn.kastatic.org/third_party/javascript-khansrc/live-editor/build/images/animals/fox.png
So that's one thing, the new sound URLs don't even work.
But for images, the image URLs work, and
image()
/getImage()
seem to work, but then when you try to callget()
after displaying an image, it errors.The text was updated successfully, but these errors were encountered: