Displaying 1 result from an estimated 1 matches for "_fw_player".
Did you mean:
fw_player
2012 Jan 03
1
Rails 3.1 assets pipeline issue in production
...38fe59903b79af552531.swf": {
"overlays": {"regions": [{ "id": .......
I put it in assets/javascripts/jwplayer/ova-jw.swf
I did it because the player.swf is also in the same folder , and
running fine , the clip is playing...
the urls are generated , in partial _fw_player.js.erb , using
''flashplayer'': "<%= escape_javascript( asset_path(''jwplayer/
player.swf'')) -%>",
and
''plugins'': {
"<%= escape_javascript( asset_path(''jwplayer/ova-jw.swf'')) -%>":
{
is it wr...