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

Youtube player iframe

Community Beginner ,
Jul 09, 2018 Jul 09, 2018

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?

483
Translate
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

Jul 09, 2018 Jul 09, 2018

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

Translate
Jul 09, 2018 Jul 09, 2018

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

Translate
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 ,
Jul 11, 2018 Jul 11, 2018
LATEST

Thanks Ankush, I'll give it a try.

Translate
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