I have used the setup wizard to get this flv file play via my rtmp stream. Problem is I cannot seem to get the setup to work with the live stream that is there. I have read the help files many times and with no luck. Can you please tell me what i am doing wrong.
<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','470','290','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','fftogether.flv');
so.addVariable('streamer','rtmp://91q3k9lt.rtmphost.com/VideoBroadcast2');
so.write('mediaspace');
</script>
<script type='text/javascript'>var so = new SWFObject('player.swf','mpl','470','290','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','fftogether.flv');
so.addVariable('streamer','rtmp://91q3k9lt.rtmphost.com/VideoBroadcast2');
<strong>so.addVariable('type','rtmp');</strong>
so.write('mediaspace');
</script>