We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710aed4 commit 17ceb23Copy full SHA for 17ceb23
Flash.html
@@ -2,9 +2,16 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
- <title>Your Website Title</title>
+ <title>Flash Dash</title>
6
+ <!-- Ruffle configuration -->
7
+ <script>
8
+ window.RufflePlayer = window.RufflePlayer || {};
9
+ window.RufflePlayer.config = {
10
+ playerVersion: "10"
11
+ };
12
+ </script>
13
<!-- Include Ruffle JavaScript file -->
- <script src="https://everywheredash.github.io/flash/ruffle/ruffle.js"></script>
14
+ <script src="/flash/ruffle/ruffle.js"></script>
15
</head>
16
<body>
17
<!-- Embed your Flash game -->
0 commit comments