datatechs
01-24-2004, 04:30 PM
RandomCamSound component:
I need to know how to make a flash, cam file that I can make work with either an ip address or domain name
Can anyone tell me if the below script could be edited to make it work?
All I want to do is make a flash file that will load llive my cam so people can view it over the net at say, 30 frames per sec.
kaz thanks for any help.
webCamActivity.prototype.onLoad = function() {
this.cam = Camera.get();
this.cam.setMode(640, 480, 24, true);
this.webCam.attachVideo(this.cam);
this.webCam._visible = this.viewCam;
this.webCam._alpha = this.camAlpha;
var cB = this;
this.cam.onActivity = function() {
cB.activate();
I need to know how to make a flash, cam file that I can make work with either an ip address or domain name
Can anyone tell me if the below script could be edited to make it work?
All I want to do is make a flash file that will load llive my cam so people can view it over the net at say, 30 frames per sec.
kaz thanks for any help.
webCamActivity.prototype.onLoad = function() {
this.cam = Camera.get();
this.cam.setMode(640, 480, 24, true);
this.webCam.attachVideo(this.cam);
this.webCam._visible = this.viewCam;
this.webCam._alpha = this.camAlpha;
var cB = this;
this.cam.onActivity = function() {
cB.activate();