Can't hide the control bar
Can't hide the JWPlayer6 controls. I'm using an audio-only application and have my own controls. I'm using JavaScript to command the player but the control bar shows up no matter what I put in settings: control: 'false' controls: none' controlbar: 'false' etc. The dad blasted bar just pops up over my beautiful page...
bc.. <script type="text/javascript">
jwplayer('mediaplayer').setup({
'width': '300',
'height': '34',
'image': "radio_info/SFD_NT_00.jpg",
'file': 'http://www.live365.com/play/sanfordschool;stream.nsv',
'type': 'mp3',
'primary': 'html5',
'autostart': 'false',
'controls': 'false'
});
</script>
Thanks
Hillcreative