Since upgrading to WP3.5, my JW Player for WordPress (JWPfW) plug is not working. I upgraded JWPfW to version 1.7.2 but that didn't help. When I view a post with a call the the plugin, most of the page does not render, making me think there may be a PHP error somewhere. A post with a test video showing this behavior can be found here (I dated the post in 2000 so it doesn't show up at the top of my blog and prevent all other content from loading):
http://www.henryhartley.com/?p=2721
The content of the post is limited to a call to the plugin:
[jwplayer mediaid="2724"]
I have looked through the PHP code and it seems that the problem is somewhere in the generateSWFObject method defined in media/LongTailFramework.php but that could be wrong. I did see that the LongTailFramework::$current_config value is set early on (to "Out-of-the-Box" but by the time we get to the generateSWFObject method it is blank. Don't know if that's intentional or a red herring, though.