Skip to main content
Participating Frequently
November 10, 2016
Answered

External HTML page embedded in HTML5 canvas document (Animate CC)

  • November 10, 2016
  • 1 reply
  • 1299 views

On the main timeline, if you have an action set to go to an external html webpage that contains a form, is there a way for it to go back to main timeline once that form is submitted? Or is there an easy way to embed a form within the Animate CC HTML5 canvas document itself?

Any help on the matter would be greatly appreciated. I'm a beginning to coding so bare with me, I may need to be baby-stepped through the process.

This topic has been closed for replies.
Correct answer kglad

one way to do that is to use a query string appended your url and then parse that in animate.

1 reply

kglad
Community Expert
Community Expert
November 10, 2016

you can add javascript to your form's submit button that opens (window.open or location.href) your canvas html page.

Participating Frequently
November 10, 2016

Is there a way so that when you hit submit it will go to a certain frame within the timeline and not have it start at the beginning?

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 10, 2016

one way to do that is to use a query string appended your url and then parse that in animate.