Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method summary
​WizeyeVideoPlayer.addPopupArea(popupID, zIndex, left, top, width, height)

...

ParametersDescription

popupID

ID of Popup area

zIndexz-index

left

Start x position

top

Start y position

width

Width

height

Height

...

Code Block
languagejs
titleexample
mp1.addPopupArea("popup1", "100", "10", "10", "100", "100");

...