
Disable controlbar completely 6.0
Hello,
I'm trying to disable the control bar entirely so that we can create some custom controls using only the API. I've tried
bc.. , "player": {
"modes": {
"linear": {
"controls": { "enabled": false }
}
}
}
as well as
bc.. controlbar : false
and
bc.. controlbar: 'none'
from reading on the forums and other posts. But none of these work. Any suggestions?
Thanks