We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9afaa commit 578a02bCopy full SHA for 578a02b
Flash.html
@@ -8,8 +8,8 @@
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">
+ <object class="ruffle" type="application/x-shockwave-flash" data="/flash/FlashDashFixed.swf" width="600" height="400">
+ <param name="movie" value="/flash/FlashDashFixed.swf">
13
<param name="quality" value="high">
14
<param name="wmode" value="transparent">
15
<param name="allowfullscreen" value="true">
0 commit comments