Skip to main content
Participating Frequently
February 22, 2019
解決済み

複数のflaファイルを結合させてHTML5に書き出したい

  • February 22, 2019
  • 返信数 2.
  • 860 ビュー

別々のflaファイルA、B、Cを結合させて、順番に再生させるHTML5を作りたいのですが、どのようにすれば可能でしょうか?

    このトピックへの返信は締め切られました。
    解決に役立った回答 kdmemory

    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

    返信数 2

    assause
    Community Expert
    Community Expert
    February 24, 2019

    Adobe Animate CC (us) から Animate CC コミュニティフォーラム (Japan) に移動しました。

    kdmemory
    kdmemory解決!
    Inspiring
    February 22, 2019

    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

    Participating Frequently
    February 26, 2019

    Hello. Klaus

    Thank you for teaching me.

    I would like to try it .

    kdmemory
    Inspiring
    February 26, 2019

    Good luck

    Klaus