Skip to main content
Participant
February 20, 2020
Question

HTML5 Canvas: Show asp.net form inside Adobe Animate.

  • February 20, 2020
  • 3 replies
  • 545 views

Hello, 

I am wondering if it is possible to embed an iframe inside of Adobe Animate project using the HTML5 Canvas. I would like to have an asp.net form appear that would allow an end-user to select a multiple-choice question and submit the form via the Animate project.  

 

Thank you for your help. 

This topic has been closed for replies.

3 replies

Participating Frequently
April 4, 2020

you can do the other way around, load canvas inside an iframe, but not an iframe inside the canvase, unless you float the iframe over the canvas like somebody mentiones

Legend
April 4, 2020

Yes Alex, you can do lots of things, but doing that wouldn't solve the original poster's problem.

Legend
February 21, 2020

No, you can't embed an iframe IN a canvas element. The best you can do is float an iframe over the canvas so that it appears to be part of it. This can be instantiated at runtime and does not require any manual modification to the generated HTML document.

kglad
Community Expert
Community Expert
February 21, 2020

yes, but you would need to edit your html page (any text editor would work) after animate if finished changing it.