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

Interactive Video Controls in HTML5 Canvas

New Here ,
Dec 29, 2017 Dec 29, 2017

Hello all. I have followed this tutorial: Animate CC: Interactive HTML5 Canvas Video Projects - YouTube to create a video with custom play and pause buttons. Is there a way to create a button that will expand the video only to full screen?

I am a print designer and know pretty much nothing about coding, so please let me know if more clarification is required.

Thank you in advance!

2.3K
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

LEGEND , Dec 29, 2017 Dec 29, 2017

Since all popular video sites include a full-screen button... yes, it is possible to create a full-screen video button.

Element.requestFullscreen() - Web APIs | MDN

Translate
LEGEND ,
Dec 29, 2017 Dec 29, 2017

Since all popular video sites include a full-screen button... yes, it is possible to create a full-screen video button.

Element.requestFullscreen() - Web APIs | MDN

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
New Here ,
Dec 29, 2017 Dec 29, 2017

Yes, I understand that it is possible, but I want to know how to create a full screen button, similar to the play and pause buttons shown in the linked tutorial.

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
New Here ,
Mar 23, 2018 Mar 23, 2018
LATEST

Do you know how to create a stop button that will stop the video and go to the beginning of the video but not play?

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