Skip to main content
Participating Frequently
February 17, 2019
Question

Go to webpage when playhead enters frame on timeline

  • February 17, 2019
  • 1 reply
  • 242 views

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?

This topic has been closed for replies.

1 reply

kdmemory
Inspiring
February 17, 2019

Hi David

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

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

Klaus

Participating Frequently
February 17, 2019

Hi Klaus,

So simple it obviously points how dumb I am

Thanks much!