| Graeme Bull 2005-06-18, 5:45 pm |
| wow.. good call Bill. I didn't realize that would work. I had always tried
to delete the object to get rid of the connection.
We now have a solution to the problem. Excellent!
-Graeme
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Bill Sanders
Sent: Saturday, June 18, 2005 9:15 PM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Camera.done(); Whoops!
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
=-----------------------------------------------------------
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
|