forked from 0x2620/oxjs
add video demo
This commit is contained in:
parent
6d1631586c
commit
cb1024a1f7
3 changed files with 89 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ Ox.VideoElement = function(options, self) {
|
|||
.css({position: 'absolute'})
|
||||
.bind({
|
||||
ended: function() {
|
||||
Ox.print('ENDED', i, item.parts)
|
||||
if (i < item.parts - 1) {
|
||||
setCurrentPart(self.currentPart + 1);
|
||||
self.video.play();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue