Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratch Local Embedded Player
- Gaza101
-
Scratcher
500+ posts
Scratch Local Embedded Player
I have a fullscreen Scratch player running on my website. The only problem is whenever I try and use it I get this message:

You can take a look here.
HTML:
Any ideas?

You can take a look here.
HTML:
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background:black;">
<object style="position:absolute;top:0px;left:0px;" height="100%" width="100%" type="application/x-shockwave-flash" data="applet.swf">
<param name="flashvars" value="project=projects/70apre.sb2?version=1">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="false">
<param name="wmode" value="transparent">
<param name="menu" value="false">
</object>
</body>
</html>
Any ideas?

- Gaza101
-
Scratcher
500+ posts
Scratch Local Embedded Player
just press x, it still worked for me
I know, but I am wondering if there is a way to bypass it without pressing x. You know, automatically. Is there any javascript or something that could do this?
- blob8108
-
Scratcher
1000+ posts
Scratch Local Embedded Player
wondering if there is a way to bypass it without pressing xWell, you can press escape / Alt+F4…

- powerpoint56
-
Scratcher
1000+ posts
Scratch Local Embedded Player
If you're using the embed code for Flash in Scratch 1.x, it's going to give you that message. You have to get the project's Scratch 2.0 embed code by opening the project, clicking the “Share to” button, and copying the code that comes up.
- Discussion Forums
- » Advanced Topics
-
» Scratch Local Embedded Player








