Hello.
I have wowza media instance installed at amazon EC2.
I'm trying to use JW player to preview a file upladed to amazon s3. The JW player configuration is following.

<script type="text/javascript" src="http://www.jeroenwijering.com/embed/swfobject.js"></script>

<div id="player">This text will be replaced</div>

<script type="text/javascript">
var so = new SWFObject('/jw/embed/player.swf','mpl','470','290','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=[bucket]/video2.flv&streamer=rtmp://[server ip]/vods3&dock=false');
so.write('player');
</script>

I have a couple of questions.
1. Could anybody recomend me another free player with configuration so i'll be sure that vods3 is working and there is no problems with permissons.

2. Also i need a sample of working JW player configuration for vods3 application.

Thanks in advance.