• 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 - iframe code

Explorer ,
May 11, 2017 May 11, 2017

Copy link to clipboard

Copied

Hi .. I'm working on my project html5 canvas in animate cc ..
I want to load my html5 canvas banner in joomla
Can you create an iframe to load the animation?
Iframe such as .. youtube .. which serves to upload video ..
Can I use an iframe, but to load an html5 animation?

hola .. estoy trabajando en mi proyecto html5 canvas en animate cc ..

quiero cargar mi banner html5 canvas en joomla

se puede crear un iframe para cargar la animación?

iframe como por ejemplo .. youtube .. que sirve para cargar video ..

puedo utilizar un iframe, pero para cargar una animación html5?

Views

4.3K

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

correct answers 1 Correct answer

Community Expert , May 30, 2017 May 30, 2017

Yes, you can. In fact - that is the exact mechanism I use to include it in my Adobe Animate CC: Interactive Animation course.

Votes

Translate

Translate
Explorer ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

Can anyone help? ... someone has the knowledge?

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 Expert ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

Yes, you can. In fact - that is the exact mechanism I use to include it in my Adobe Animate CC: Interactive Animation course.

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 ,
May 30, 2017 May 30, 2017

Copy link to clipboard

Copied

As for the code, it's fairly straightforward. For example, for a 640x480 canvas project named myproject, you'd use this:

<iframe src="myproject.html" scrolling="no" style="width:640px; height:480px; margin:0; padding:0; border:none; overflow:hidden"></iframe>

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
Explorer ,
Jun 20, 2017 Jun 20, 2017

Copy link to clipboard

Copied

LATEST

Thanks for responding and helping .. I did not respond before because I thought no one would help .. thanks again

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