File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments