Forum Discussion
destruk
9 years agoStreaming Star
The first time you play the current video it will display a retrievingbar. If you back and play it again then it will show a bufferingbar.
If you set
m.video.retrievingBarVisibilityAuto=FALSE
Then it will use the default buffering bar the first time the video loads, but without the buffering "Loading..." text
If you want to get rid of that text for the buffering bar when it is loaded later or rebuffered later, an easy way is to set the color to 0 --
m.video.bufferingtextcolor="0x000000"
Anyway, that's all I've got here for now. I'll be messing with this a bit more to get what I need.
If you set
m.video.retrievingBarVisibilityAuto=FALSE
Then it will use the default buffering bar the first time the video loads, but without the buffering "Loading..." text
If you want to get rid of that text for the buffering bar when it is loaded later or rebuffered later, an easy way is to set the color to 0 --
m.video.bufferingtextcolor="0x000000"
Anyway, that's all I've got here for now. I'll be messing with this a bit more to get what I need.