1
0
Fork 0
forked from 0x2620/oxjs

add video demo

This commit is contained in:
rlx 2011-08-20 23:15:33 +00:00
commit cb1024a1f7
3 changed files with 89 additions and 1 deletions

View file

@ -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();