Skip to content

Commit 17ceb23

Browse files
committed
Update Flash.html
1 parent 710aed4 commit 17ceb23

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Flash.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Your Website Title</title>
5+
<title>Flash Dash</title>
6+
<!-- Ruffle configuration -->
7+
<script>
8+
window.RufflePlayer = window.RufflePlayer || {};
9+
window.RufflePlayer.config = {
10+
playerVersion: "10"
11+
};
12+
</script>
613
<!-- Include Ruffle JavaScript file -->
7-
<script src="https://everywheredash.github.io/flash/ruffle/ruffle.js"></script>
14+
<script src="/flash/ruffle/ruffle.js"></script>
815
</head>
916
<body>
1017
<!-- Embed your Flash game -->

0 commit comments

Comments
 (0)