html-canvas-video-player icon indicating copy to clipboard operation
html-canvas-video-player copied to clipboard

Custom Video Ended Event Name

Open yqlim opened this issue 8 years ago • 0 comments

Added an option for users to customise video ended event name to their preference while preserving default "ended" event. This will be useful for users to create distinguishable video onended handlers in more complicated project.

Also, moved cvpHandlers into bind() function to minimise global variables.

yqlim avatar May 24 '17 04:05 yqlim