Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Logo not Khowing

3 replies [Last post]
Reply

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

Reply

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');

Reply

Missed that, darn copy/paste...

Thanks, working now.

Kirk

Reply

Np

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options