Hi,
I've used the code I started with with the JWPlayerFilter to replace the media handling in Moodle 2.3. Hacking the code in /lib/medialib.php I can replace the flv player with no problems, but when attempting the theme renderer overrides described:
http://docs.moodle.org/dev/Media_embedding and http://docs.moodle.org/dev/Themes_2.0_overriding_a_renderer
the player is not rendering correctly, leaving only a link.
I've included the requisite: $THEME->rendererfactory = 'theme_overridden_renderer_factory'; at the end of the theme's config.php.
Any suggestions on why it might not be working?
Thanks!
Lael