Another bug report, unless I'm understanding this property wrong.
Code:
protected function cameraToggleBtn_clickHandler(event:MouseEvent):void
{
if (!webCamPub.isPublishing){
webCamPub.connectSession = cSession;
webCamPub.publish();
}
else{
webCamPub.stop();
}
}
Here's the scenario:
Views
Replies
Total Likes
Forgot to add, I'm using the spark_lccs swc (in case it matters)
Views
Replies
Total Likes