[flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread willburforce82
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of willburforce82 Sent: Tuesday, August 08, 2006 11:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Camera.get([index]); useing mutiple cameras Thanks for you swift response Andy Unfortunatly i don't get any video feed from

[flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread willburforce82
Dear jeremy i think your right about establishing an array first, but i keep getting problems with this .getCamera (here is no method with the name 'getCamera'.) I can't get it to work but everyone keeps telling me it's the correct code but it's not working for me? --- In

[flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread willburforce82
Thanks Again both Andy and Jeremy, i'm still not able to define between the two cameras on my computer, i've added traces to help identify whats going wrong, but this is the closest i've got:- var arr:Array = Camera.names; trace(arr[1]); trace(arr[0]); //these traces return the "Digital

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread Andrew Trice
/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of willburforce82 Sent: Wednesday, August 09, 2006 5:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Camera.get([index]); useing mutiple

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread Andrew Trice
://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of willburforce82 Sent: Wednesday, August 09, 2006 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Camera.get([index

[flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-08 Thread willburforce82
Thanks for you swift response Andy Unfortunatly i don't get any video feed from the cameras that way. When i use attachVideo both video object feed the default camera regardless of my index reference but with attachCamera i get nothing. :( My problem seems to be in the seem to be in defining

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of willburforce82 Sent: Tuesday, August 08, 2006 11:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Camera.get([index]); useing mutiple cameras Thanks for you