Simple Video Player for sites

17 comments
great, what do you want with that player?
Just I want share is free
Post automatically merged:

And I want to ask people to rate my edits
Post automatically merged:

And I want to anyone gives me suggestions to improve this player
 
Last edited:
And I want to ask people to rate my edits
not respounsif
github.php
 
If you want to change the intro skip time, go to the script in the "chapter2EndTime" pane and set the opening song play time and then set the opening song end time in the "chapter3StartTime" pane
Code:
            const chapter2EndTime = convertToSeconds("OPENGING START TIME LIKE THAT 0:00");
            const chapter3StartTime = convertToSeconds("OPENING END TIME LIKE THAT 1:27");
 
Back
Top