| Bill Sanders 2005-06-18, 7:45 am |
| The function should be instead....attaching the null camera simply
freezes the last video image from the previously selected camera.
function CameraDone(cam,vid) {
cam=Camera.get(null); //Cam is the instance name of any
currently selected camera
vid.clear(); //Vid is the instance name of the video
}
On Jun 18, 2005, at 8:10 AM, Bill Sanders wrote:
> function CameraDone(cam,vid) {
> cam=Camera.get(null); //Cam is the instance name of any
> currently select camera
> vid.attachVideo(cam); //Vid is the instance name of the video
> }
Bill
bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|