質問編集履歴

6

`id='flash001'`があるのは`maincontent.js`です。

2021/06/11 01:44

投稿

ShortArrow
ShortArrow

スコア141

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ### 該当のソースコード
28
28
 
29
-
29
+ `id='flash001'`があるのは`maincontent.js`です。
30
30
 
31
31
 
32
32
 

5

maincontent.js

2021/06/11 01:44

投稿

ShortArrow
ShortArrow

スコア141

test CHANGED
File without changes
test CHANGED
@@ -292,6 +292,60 @@
292
292
 
293
293
 
294
294
 
295
+ maincontent.js
296
+
297
+
298
+
299
+ ```
300
+
301
+ import React from 'react';
302
+
303
+
304
+
305
+ class MainContentApp extends React.Component {
306
+
307
+ render() {
308
+
309
+ return (
310
+
311
+ <React.StrictMode>
312
+
313
+ <div id="wrap_topicPath">
314
+
315
+ <ul>
316
+
317
+ <li><a href="/">ホーム</a></li>
318
+
319
+ </ul>
320
+
321
+ </div>
322
+
323
+ <div id="wrap_contentsBox">
324
+
325
+ <section className="mainbox">
326
+
327
+ <div id="flash001"></div>
328
+
329
+ </section>
330
+
331
+ </div>
332
+
333
+ </React.StrictMode>
334
+
335
+ );
336
+
337
+ }
338
+
339
+ }
340
+
341
+
342
+
343
+ export default MainContentApp;
344
+
345
+ ```
346
+
347
+
348
+
295
349
  header.js
296
350
 
297
351
 

4

微修正

2021/06/11 01:43

投稿

ShortArrow
ShortArrow

スコア141

test CHANGED
File without changes
test CHANGED
@@ -454,7 +454,7 @@
454
454
 
455
455
 
456
456
 
457
- `index.html`の`<script src="%PUBLIC_URL%/ruffle/ruffle-nightly-2021_05_17-web-selfhosted/ruffle.js"></script>`がJSXに組み込めれば、解決できるか検証してみました。~~ところが、`ruffle.js`の中で`*.wasm`ファイルを読み込んでいたり、Reactとの共存を前提とした公式ドキュメントが無いことなどから困難でした。~~Rustからコンパイルして、componentDidMount()でイベント登録すれば行けそうですが、具体的な方法が分かりませんでした。
457
+ `index.html`の`<script src="%PUBLIC_URL%/ruffle/ruffle-nightly-2021_05_17-web-selfhosted/ruffle.js"></script>`がJSXに組み込めれば、解決できるか検証してみました。~~ところが、`ruffle.js`の中で`*.wasm`ファイルを読み込んでいたり、Reactとの共存を前提とした公式ドキュメントが無いことなどから困難でした。~~Rustからコンパイルして、componentDidMount()でイベント登録すれば行けそうですが、コンパイルが済んだ後に具体的な方法が分かりませんでした。
458
458
 
459
459
 
460
460
 

3

タイトル変更

2021/06/10 07:04

投稿

ShortArrow
ShortArrow

スコア141

test CHANGED
@@ -1 +1 @@
1
- ReactRuffleでURL遷移時にFlash再生したい
1
+ Flashを再生したいのでReactのcomponentDidMount()にRuffleを書きたい
test CHANGED
File without changes

2

公式ドキュメントに書いてあるし!!!

2021/06/10 07:03

投稿

ShortArrow
ShortArrow

スコア141

test CHANGED
File without changes
test CHANGED
@@ -454,7 +454,7 @@
454
454
 
455
455
 
456
456
 
457
- `index.html`の`<script src="%PUBLIC_URL%/ruffle/ruffle-nightly-2021_05_17-web-selfhosted/ruffle.js"></script>`がJSXに組み込めれば、解決できるか検証してみました。ところが、`ruffle.js`の中で`*.wasm`ファイルを読み込んでいたり、Reactとの共存を前提とした公式ドキュメントが無いことなどから困難でした。
457
+ `index.html`の`<script src="%PUBLIC_URL%/ruffle/ruffle-nightly-2021_05_17-web-selfhosted/ruffle.js"></script>`がJSXに組み込めれば、解決できるか検証してみました。~~ところが、`ruffle.js`の中で`*.wasm`ファイルを読み込んでいたり、Reactとの共存を前提とした公式ドキュメントが無いことなどから困難でした。~~Rustからコンパイルして、componentDidMount()でイベント登録すれば行けそうですが、具体的な方法が分かりませんでした。
458
458
 
459
459
 
460
460
 

1

https://reactrouter.com/web/api/

2021/06/10 07:02

投稿

ShortArrow
ShortArrow

スコア141

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- Reactで[`react-router-dom`](https://reactrouter.com/)でURLが切り替わった後に、
9
+ Reactで[`react-router-dom`](https://reactrouter.com/web/api/)でURLが切り替わった後に、
10
10
 
11
11
  `id='flash001'`のタグがあれば
12
12