Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 365 Bytes

Cocos Creator Video Player Test

Scenes

helloworld.fire

  • contains basic implementation of video player.

displayUI.fire

  • This demostrated how to display UI on top of video.
  • It also contains how to mute and unmute video.

VideoEvents.fire

  • demonstrates video player events(clicked, meta-loaded, ready-to-play, playing, paused, completed).