문제

I have installed jwplayer gem and tried the following in the view page.

 <%= javascript_include_tag 'swfobject' %>

 <%= video_player({:file => "/home/user/Downloads/digital.mp4", :image => "/home/user/Downloads/Retreats_21.jpg"}) %>

But its throwing error message like "Get the Adobe Flash Player to see this video". But i have already installed the adobe flash player. Please help me to resolve this issue. Thanks in advance.

도움이 되었습니까?

해결책

I think you haven't installed jwplayer_rails gem and you installed only gem 'jw_player_helper'. So Please install the gem and try once again.

 gem 'jwplayer-rails'
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top