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?
Views
Replies
Total Likes
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
Views
Replies
Total Likes