Steve Heffernan
Steve Heffernan
It's purely a wordpress template with no additional functionality. You'd be best reading these resources. http://codex.wordpress.org/Templates http://html5boilerplate.com On Oct 9, 2012, at 4:46 AM, disparvulgo [email protected] wrote: > hello, >...
Do you mean in the Wordpress plugin directory? I'm not really sure about that but there's gotta be a way to transfer that over. Though, I just saw this similar...
@joshmaag, if you're still interested here I'll make the transition and we can figure out the wordrpess release process after that.
Great! If you want to fork this repository or start a new one, we'll point to your repo as the one people should use.
Thanks for the info @dacast. I believe the way we're looking at this is the OSMF version is a good place to add features while videojs-swf we're trying to keep...
Hey 👋 , super cool video use case and tech. I'm still wrapping my head around the architecture of react-player, but I know one of the hesitancies Pete has had...
Have you tried the latest version? This shouldn't be the case anymore. https://github.com/videojs/video.js/blob/v4.5.2/src/js/player.js#L1025
Oh damn...looks like I missed that in @dmlap's [src update](https://github.com/videojs/video.js/issues/528). The techs would need a setSrc() method to be consistent with the other API methods. And that would be called...
Yeah, either of those wold be cool, but I think we're still far from dropping IE8. There's still people concerned about the lack of IE6/7 support. The reason for using...
Following up on this one, I think all that really needs to be done here is: - Add a setSrc method to the Flash and HTML5 techs - Make the...