Skip to content

Commit

Permalink
Update SWF file Ruffle
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 committed Nov 30, 2023
1 parent 6256d87 commit 1134266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ducklife1.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="fullScreen.js"></script>
<script src="load.js"></script>
<script>
var t='<embed width="100%" height="100%" name="plugin" id="plugin" src="'+swfPath+'" type="application/x-shockwave-flash"><script src="https://ruffle.rs/demo/index.js"><\/script>';
var t='<embed width="100%" height="100%" name="plugin" id="plugin" src="'+swfPath+'" type="application/x-shockwave-flash"><script src="ruffle.js"><\/script>';
var e = document.getElementById("main");
(e=e.contentWindow||e.contentDocument.document||e.contentDocument);
e.document.open(),e.document.write(t),e.document.close();
Expand Down

1 comment on commit 1134266

@vercel
Copy link

@vercel vercel bot commented on 1134266 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.