jPlayer doesn't work (I suppose because of old flash-plugin)

二次信任 提交于 2019-12-11 23:59:05

问题


I have insert jPlayer (http://www.jplayer.org/) into my site (http://en.lyrsense.com/) and I've got a lot of feedback that it deosn't work. I suppose that it's because of old version of flash-plugin, but no one browser show block whith class .jp-no-solution. I've checked all browsers at home and at work — everywhere it works. But there are too many feedbacks that jplayer doesn't play music.

I'm sorry for my english, I'm from Russia.

Very thankfull, Rodion


回答1:


Your plugin is working well without any problem. You can show .jp-no-solution with jQuery too. I couldn't get the question well but I think you are trying to show .jp-no-solution

$(document).ready(function(){
     $('.jp-no-solution').css("display","block");
});



回答2:


Your jPlayer works fine for me in IE7, IE8 and Chrome..

jPlayer requires Flash version 10.3 at the minimum to work, you will need to ask your users with playback issues to upgrade Flash!

Here is a link to a discussion on this subject: https://groups.google.com/d/topic/jplayer/GmWrzIf7dDE/discussion



来源:https://stackoverflow.com/questions/8504181/jplayer-doesnt-work-i-suppose-because-of-old-flash-plugin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!