attach
private function attach(n:Number = 0) : void { if (n != 0) setid(n); camera =
Camera
.getCamera(cameraId); video.attachCamera(camera); }