Displaying 1 result from an estimated 1 matches for "fw_player".
2011 Sep 27
1
Rails 3.1 assets path for video player Flash script 'player.swf'
...ut the script ...
I tried to move it into an app asset sub-directory
assets
- jwplayer
- - player.swf
but this raises an error
"NetworkError: 406 Not Acceptable - http://localhost:3000/assets/jwplayer/player.swf"
player.swf
the flash script is given as a parameter within an
''fw_player.js.erb'' partial :
jwplayer(''containerLocker'').setup({
''id'': ''containerLocker'', ''width'': ''480'', ''height'': ''270'',''logo.hide'' :
''false'...