
Skins are not applying to player
I recently bought jwplayer pro version and integrated in my website.
Player is loading and playing fine. But i cannot see any kind of controlbars with play,pause,forward or backward options and skins are also not working.
This site is developed in joomla.
$document->addScriptDeclaration('
jwplayer.key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
');
Can you suggest me what went wrong in below code?
JHtml::script(Juri::base() . 'js/jwplayer.js');
<script type="text/javascript">
jwplayer("video-ele").setup({
file: "<?php echo $baseurl; ?>images/profile_video/video_<?php echo $user->id; ?>.flv",
skin : "<?php echo $baseurl; ?>js/glow.xml",
width : 400,
height : 350
});
</script>
Does my site should be listed in your account, though i bought license to have these controls and features?
Please suggest me to get this fix.
Thanks!