Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Edge Animate コンポジションが埋め込まれている html ページまたは外部 js ファイルを介して、コンポジションと対話または通信するにはどうすればよいですか?
メイン タイムラインの場合は、html ページまたは js ファイルから次のようになります。
AdobeEdge.getComposition("EDGE-558482807").getStage().play(12);
ネストされたシンボルの場合、html ページまたは js ファイルから次のようになります。
AdobeEdge.getComposition("EDGE-558482807").getStage().getSymbol("elephant").play(25);
どういたしまして。:)