some further fixes

This commit is contained in:
rlx 2011-08-19 16:04:59 +00:00
commit 439b7cfad6
2 changed files with 4 additions and 2 deletions

View file

@ -97,6 +97,7 @@ Ox.VideoElement = function(options, self) {
});
self.$video.hide();
self.video.pause();
Ox.print('s%%%%%%%%%%%%%%%%%%%', self.$videos, part)
self.$video = self.$videos[part].css(css).show();
self.video = self.$video[0];
!self.paused && self.video.play();