Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

I would need a test page to confirm but this usually happens when your HTML page is missing this declaration
<!DOCTYPE html>

This question has received the maximum number of answers.