Subscribe via
Welcome, Guest. Please login or register.
Did you miss your activation email?
 OMNINOGGIN ForumPlugin SupportWP MinifyMinify with Anarchy Media Player.
Pages: [1]
Print
Author Topic: Minify with Anarchy Media Player.  (Read 475 times)
gilgsn
Newbie
*
Posts: 2


View Profile WWW Email
« on: March 04, 2010, 10:29:17 AM »

Hello, great plugin, my site loads so much faster, thank you!

However, my Youtube videos stopped playing in Arnarchy Media Player... I get:

[kml_flashembed movie="http://www.youtube.com/v/LqyBPUBcvDE" width="425" height="350" wmode="transparent" /]

See: http://planenews.com/archives/12634

How can I fix this? Thanks... Sent you $5 through Paypal!

Gil.
Logged

Thaya
Administrator
Sr. Member
*****
Posts: 400



View Profile WWW Email
« Reply #1 on: March 04, 2010, 06:08:12 PM »

Hm... I see that you have added the anarchy media player's .js file into your exclusion list. That's a good start.

Let me ping you via email so I can take a look at the anarchy plugin.
Logged

Thaya
Administrator
Sr. Member
*****
Posts: 400



View Profile WWW Email
« Reply #2 on: March 04, 2010, 07:40:40 PM »

I think I found the problem.

 function kmlDoObStart()
 {
   ob_start('kml_flashembed');
 }

...

 // Apply all over except the admin section
 if (strpos($_SERVER['REQUEST_URI'], 'wp-admin') === false ) {
   add_action('template_redirect','kmlDoObStart');
 }

Basically, WP Minify also uses ob_start to search and replace things on the page. This also clashes with other plugins that use ob_start like Anarchy Media Player and All-in-One SEO. I've been meaning to fix this, but I haven't had the time to do research on how to fix it yet. I suggest you just turn off WP Minify until I release a new version that will probably fix this issue. I'm shooting for either this weekend or next weekend.
Logged

gilgsn
Newbie
*
Posts: 2


View Profile WWW Email
« Reply #3 on: March 04, 2010, 08:22:13 PM »

Thank you very much!

Gil.
Logged

Pages: [1]
Print
Jump to: