Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Go to webpage when playhead enters frame on timeline

Community Beginner ,
Feb 17, 2019 Feb 17, 2019

I want to create an animated splash page that will trigger the opening of a new webpage upon completion of the animation. Can that function be built into the frame action code in Adobe Animate?

218
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 17, 2019 Feb 17, 2019

Hi David

Certainly. Put the following code into the frame in question:

window.location.href = "https://www.anydomain.com";

Klaus

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 17, 2019 Feb 17, 2019
LATEST

Hi Klaus,

So simple it obviously points how dumb I am

Thanks much!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines