Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/min-tang/home
Browse files Browse the repository at this point in the history
  • Loading branch information
min-tang committed Sep 10, 2024
2 parents 577c03f + 40fac12 commit e047f9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/bachashu2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruffle Flash Example</title>
<!-- 引入 Ruffle JavaScript -->
<!-- 引入 Ruffle JavaScript -->
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head>
<body>

<h1>Welcome to Ruffle Flash Example</h1>

<!-- 嵌入 .swf 文件 -->
<object type="application/x-shockwave-flash" data="example.swf" width="800" height="600">
<!-- 嵌入 .swf 文件 -->
<object type="application/x-shockwave-flash" data="bachashu.swf" width="800" height="600">
<param name="movie" value="bachashu.swf">
<!-- 如果无法加载Flash内容,会显示以下信息 -->
<!-- 如果无法加载Flash内容,会显示以下信息 -->
Flash content is not supported. Please enable JavaScript or download Ruffle.
</object>

Expand Down

0 comments on commit e047f9f

Please sign in to comment.