Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Skinning CameraUserBar

Avatar

Level 4

hey all

i'm using the FP10 swc and need, amongst other things, to make the currently WHITE text that show the vidstream users name on the CameraUserBar DARK GREY. just looking in ControllingUserBar i notice that access to the label in question is blocked:


protected var _userLabel:Label;

meaning i can't do

someCameraUserBar.userLabel.setStyle("color", 0xFFFFFF);

the same goes for these props, that i also need to skin therein:

protected var _userStopBtn:LinkButton;
protected var _userPauseBtn:LinkButton;

for those i could call showStopPauseBtn = false... but that would be tantamount to not having a CameraUserBar at all! just a grey strip.

annoying. how do you guys style/skin the CameraUserBar?

1 Reply

Avatar

Employee

Hi Dubya,

There are no supporting API's to skin the CameraUserBar and or set a custom created CameraUserBar. I would recommed you to overlay a custom UIComponent on top of WebCamSubscriber.

Thanks