I've looked at all the previous post I could find and tried the different suggestions but nothing is working.
This is the link to the player:
http://ramtha.tv/flash/jl_logo.html
This is the link to the Image:
http://bitcast-r.v1.sjc1.bitgravity.com/ramtha/triad_logo_gold.png
This is my Code:
<script type='text/javascript' src='http://bitcast-a.bitgravity.com/ramtha/jwplayer_54/swfobject.js'></script>
<div id='mediaViewer'>This text will be replaced</div>
<script type='text/javascript'>
var so = new
SWFObject('http://bitcast-a.bitgravity.com/ramtha/jwplayer_54/player.swf','mpl','640','406','9');
so.addParam('allowfullscreen','true');
so.addParam('logo.file','http://bitcast-r.v1.sjc1.bitgravity.com/ramtha/triad_logo_gold.png');
so.addParam('logo.hide','false');
so.addParam('logo.position','bottom-left');
so.addParam('logo.margin', '8');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file', '/ramtha/JL_1-13-12_250.mp4');
so.addVariable('provider','rtmp');
so.addVariable('streamer','rtmp://bitcast-s-a.bitgravity.com/cdn/');
so.addVariable('stretching', 'exactfit');
so.addVariable('autostart','true');
so.addVariable('bufferlength','5');
so.addVariable('volume','100');
so.write('mediaViewer');
</script></div>
I've tried Licensed Versions 5.4 - 5.8
Thanks,
Kirk
Viewing the source of your page shows me:
so.addParam(<strong>'logo.file'</strong>,'http://bitcast-r.v1.sjc1.bitgravity.com/ramtha/triad_logo_gold.png');But it should be:
so.addVariable('logo.file','http://bitcast-r.v1.sjc1.bitgravity.com/ramtha/triad_logo_gold.png');