Skip to main content
huskyl63341171
Participating Frequently
May 12, 2017
Answered

Html5 canvas - iframe code

  • May 12, 2017
  • 3 replies
  • 4687 views

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?

    This topic has been closed for replies.
    Correct answer Joseph Labrecque

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

    3 replies

    Legend
    May 30, 2017

    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>

    huskyl63341171
    Participating Frequently
    June 20, 2017

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

    Joseph Labrecque
    Community Expert
    Joseph LabrecqueCommunity ExpertCorrect answer
    Community Expert
    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.

    huskyl63341171
    Participating Frequently
    May 30, 2017

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