リンクをクリップボードにコピー
コピー完了
別々のflaファイルA、B、Cを結合させて、順番に再生させるHTML5を作りたいのですが、どのようにすれば可能でしょうか?
HI
You have A.fla, B.fla and C.fla.
Then you also have A.html, B.html and C.html. And A.js, B.js and C.js.
In A.fla in the frame where you want it to go to B.html you put the code
window.location.href = "B.html";
And in B.fla in the frame where you want it to go to C.html you put the code
window.location.href = "C.html";
Hope that helps
Klaus
リンクをクリップボードにコピー
コピー完了
HI
You have A.fla, B.fla and C.fla.
Then you also have A.html, B.html and C.html. And A.js, B.js and C.js.
In A.fla in the frame where you want it to go to B.html you put the code
window.location.href = "B.html";
And in B.fla in the frame where you want it to go to C.html you put the code
window.location.href = "C.html";
Hope that helps
Klaus
リンクをクリップボードにコピー
コピー完了
Hello. Klaus
Thank you for teaching me.
I would like to try it .
リンクをクリップボードにコピー
コピー完了
Good luck
Klaus
リンクをクリップボードにコピー
コピー完了
Adobe Animate CC (us) から Animate CC コミュニティフォーラム (Japan) に移動しました。