Copy link to clipboard
Copied
In Edge Animate I was able to use the Youtube player by using the following code:
var youtube =$("<iframe/>");
sym.$("video").append(youtube);
youtube.attr('type','text/html');
youtube.attr('width','320');
youtube.attr('height','180');
youtube.attr('src','https://www.youtube.com/embed/Hy8GhKTBP_o?autoplay=1&rel=0&autohide=2&iv_load_policy=3');
youtube.attr('frameborder','0');
youtube.attr('allowfullscreen','1');
What would be the closest equivalent to achieve the same in Animate CC?
Hey marek_g,
I have foud this link - Animate CC and HTML5 banners - Banner Animation - GreenSock ​which looks like closest to what you are looking for.
Hope this will help you integrating a YouTube player in an Animate CC file.
Thanks,
Ankush
Copy link to clipboard
Copied
Hey marek_g,
I have foud this link - Animate CC and HTML5 banners - Banner Animation - GreenSock ​which looks like closest to what you are looking for.
Hope this will help you integrating a YouTube player in an Animate CC file.
Thanks,
Ankush
Copy link to clipboard
Copied
Thanks Ankush, I'll give it a try.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now