Вопрос

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