
control bar design
Hi i am using this code.
<script src="https://s3-us-west-2.amazonaws.com/XXXXXXXXX/jwplayer.js"></script>
<script>jwplayer.key="2r9ev9XXXX+Rq3+LL84X3t17QMwLuhkQhc/XXX==";</script>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">var playerInstance = jwplayer("myElement");playerInstance.setup({
file:"https://XXXXXXXXX.mp3",
width: '100%',
height: '40',
});</script>
it's working fine with me, but the progress bar and volume bar shifting on top. while it should be center.
please help me for this.
Thanks