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

Forums

/

JWPlayer Skin will not load in Drupal 6

1 reply [Last post]
Reply

Hi, I've got JWPlayer running on our site - we use Drupal for content management. I'm not using the module, just embedding into the page.

Everything is working great, but I can't get any skins to work on the player. I've tried multiple skins, putting the skins in different folders ,etc, and nothing seems to work.

Here is the page with the player:

http://www.ctl.uga.edu/CTLcable

and here's the code being used:

<script type='text/javascript' src='http://UniversityofGeorgiaAthens.http.internapcdn.net/UniversityofGeorgiaAthens/jwplayer58/jwplayer.js'></script>
<div id="mediaplayer">
 </div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '480',
'height': '360',
'modes': [
{type: 'flash', src: 'http://UniversityofGeorgiaAthens.http.internapcdn.net/UniversityofGeorgiaAthens/jwplayer58/player.swf',
config:{
'streamer': 'rtmp://UniversityofGeorgiaAthens.flash.internapcdn.net/UniversityofGeorgiaAthens/live_1',
'provider': 'rtmp',

'file': 'CTLcable',

'rtmp.subscribe': 'true',
'skin': 'http://www.ctl.uga.edu/glow.zip'
}
},
{type: 'html5',
config:{
levels: [ {'file':
'http://UniversityofGeorgiaAthens.ios.internapcdn.net/UniversityofGeorgiaAthens/live_1/CTLcable/CTLcable.m3u8' } ],
'provider': 'video'
}
}
]
});
</script>

thank you so much for any help.

Reply

Hi Carrie,

It appears yo have the skin loading correctly. Have you fixed your problem or is there anything else you need help with?

Thanks.

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