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

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

New Here ,
Feb 20, 2020 Feb 20, 2020

Copy link to clipboard

Copied

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. 

TOPICS
Code , How to

Views

352

Translate

Translate

Report

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 Expert ,
Feb 21, 2020 Feb 21, 2020

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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
LEGEND ,
Feb 21, 2020 Feb 21, 2020

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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 ,
Apr 03, 2020 Apr 03, 2020

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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
LEGEND ,
Apr 04, 2020 Apr 04, 2020

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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