Ben Sinclair
Ben Sinclair
Most of the way through the year and not much has changed... v3 branch hasn't been touched... looks dead to me.
We ended up building our own playlist using https://plyr.io/. Was extra work but we have much more control and it uses native HTML5 tags. Worth it.
@maboa flash is dead :) but I guess some people still need to support it but we don’t luckily.
I just added the following code to SkinTwentyTen class which fixed the error. ``` function tooltipAndAccesskey($string) { return $string; } ```