Skip to content

Commit 5e9afaa

Browse files
authored
Flash
1 parent a5fcc51 commit 5e9afaa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Flash.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Your Website Title</title>
6+
<!-- Include Ruffle JavaScript file -->
7+
<script src="https://everywheredash.github.io/flash/ruffle/ruffle.js"></script>
8+
</head>
9+
<body>
10+
<!-- Embed your Flash game -->
11+
<object class="ruffle" type="application/x-shockwave-flash" data="path/to/your-flash-game.swf" width="600" height="400">
12+
<param name="movie" value="https://everywheredash.github.io/flash/FlashDashFixed.swf">
13+
<param name="quality" value="high">
14+
<param name="wmode" value="transparent">
15+
<param name="allowfullscreen" value="true">
16+
<!-- Add any other necessary parameters here -->
17+
Your browser does not support Flash content.
18+
</object>
19+
20+
<!-- Other content of your webpage -->
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)