I really cannot find a way to play remote FLV files via JWPlayer.
Is it possible to do?
What I have got is here and I have tried the last version of JWPlayer:
<script type='text/javascript' src='jwplayer.js'></script>
<div id='mediaspace'><p>This div should have been replaced (by jwplayer.js)</p></div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player.swf',
'file': 'http://www.influxis.com/btest/bsitz/apps/jwplayer/sample.flv',
'controlbar': 'bottom',
'width': '425',
'height': '344'
});
</script>
I found a really cool solution.
If you visit this site: http://www.osmf.org/configurator/fmp/
And just copy/past the code in order to test it