**** BEGIN LOGGING AT Mon Nov 25 02:59:58 2013 Nov 25 15:58:35 summatusmentis: I don't believe there is an enyo videoplayer, but it's quite easy to create one. Nov 25 15:59:19 one that'd work in all mobile browsers? Nov 25 15:59:23 that's primarily what I'm asking about Nov 25 15:59:34 I've built an extend videoplayer in enyo, by just bridging the HTML:5 video tag to enyo Nov 25 16:00:02 I haven't tried it out on any mobile browser… Nov 25 16:00:14 ah, see, that's the important part Nov 25 16:00:17 I'll try to make a trimmed down one on jsbin :) Nov 25 16:01:12 but it should work, since it's just bridging an HTML5 video tag. Nov 25 16:17:32 http://jsbin.com/etELalUx/2/edit?js,output Nov 25 16:18:49 @summatusmentis: I still need to trimm it down some more, but it should be enough to start testing Nov 25 16:20:15 we needed it to have keyframes where the video can automatically stop and skip to Nov 25 16:20:24 thanks, I'll look at it later, I've got other stuff I need to take care of, but thanks Nov 25 16:20:50 no worries :) Nov 25 16:23:08 I've done some weird things there :D Nov 25 16:24:26 no worries, I don't think I need something that complex, just playback of a video that the user recorded Nov 25 16:36:19 just remember: http://caniuse.com/#feat=video http://caniuse.com/#feat=web mhttp://caniuse.com/#feat=mpeg4 http://caniuse.com/#feat=ogv Nov 25 16:39:24 yep, I've seen that Nov 25 17:06:14 okay, trimmed it down some more, and changed some weirdness: http://jsbin.com/etELalUx/4/edit?js,output Nov 25 17:06:31 some being the keyword ;) Nov 25 17:06:55 but I kinda should get back to work probably :) Nov 25 17:07:42 it would probably be a good idea to instead of using a sources array to use 3 vars. Nov 25 17:17:51 mk, cool **** ENDING LOGGING AT Tue Nov 26 02:59:58 2013