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

How to remove just some parts of controls in video · banner ad · HTML5 Canvas · Animate CC

Community Beginner ,
Feb 19, 2019 Feb 19, 2019

Is it possible by tweaking the code after export to:

A) remove some parts of the controls (three dots, fullscreen)?
B) move around the rest of the controls (volume)?

example.jpg

Link to the files: http://bit.ly/2SfGcI6

Thanks!

331
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 Expert ,
Feb 20, 2019 Feb 20, 2019

The video controls you see being rendered are actually a result of the web browser itself and not so much Animate. However, you can disable the default controls and write your own with interactive symbols. Or, after export, you can add DOM elements and make your own controls in that manner.

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
LEGEND ,
Feb 20, 2019 Feb 20, 2019
LATEST

In the components properties you can check out control as shown below:

video controls.png

But like Joseph said you will need to make your own controls.

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