Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicMC-Studios authored Jan 7, 2025
1 parent 50daf00 commit d17dbfe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
<!-- Flash emulation made possible by Ruffle -->
<div id="swf-container">
<object data="Scratch.swf" type="application/x-shockwave-flash" width="100%" height="100%">
<param name="movie" value="Scratch.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="true" />
<param name="wmode" value="direct" />
<param name="menu" value="false" />
<param name="flashvars" value="autostart=false&server=web.archive.org&cloudToken=&cdnToken=1715086c15b6be5a55a89875ebe52dac&urlOverrides=%7B%22sitePrefix%22%3A%22https%3A%2F%2Fweb.archive.org%2Fweb%2F20160208152730%2Fhttp%3A%2F%2Fscratch.mit.edu%2F%22%2C%22siteCdnPrefix%22%3A%22https%3A%2F%2Fweb.archive.org%2Fweb%2F20160208152730%2Fhttp%3A%2F%2Fcdn.scratch.mit.edu%2F%22%2C%22assetPrefix%22%3A%22https%3A%2F%2Fweb.archive.org%2Fweb%2F20160208152730%2Fhttp%3A%2F%2Fassets.scratch.mit.edu%2F%22%2C%22assetCdnPrefix%22%3A%22https%3A%2F%2Fweb.archive.org%2Fweb%2F20160208152730%2Fhttp%3A%2F%2Fcdn.assets.scratch.mit.edu%2F%22%2C%22projectPrefix%22%3A%22https%3A%2F%2Fweb.archive.org%2Fweb%2F20160208152730%2Fhttp%3A%2F%2Fprojects.scratch.mit.edu%2F%22%2C%22projectCdnPrefix%22%3A%22https%3A%2F%2Fweb.archive.org%2Fweb%2F20160208152730%2Fhttp%3A%2F%2Fcdn.projects.scratch.mit.edu%2F%22%2C%22internalAPI%22%3A%22internalapi%2F%22%2C%22siteAPI%22%3A%22site-api%2F%22%2C%22staticFiles%22%3A%22scratchr2%2Fstatic%2F%22%7D&inIE=false&project_title=Untitled&project_isPrivate=true&project_isNew=true" />
</object>
</div>
</body>
Expand Down

0 comments on commit d17dbfe

Please sign in to comment.