Avatar

Level 10

Hi,

Are you using Player 10.2 ? In that case, can you try removing this line from your WebcamPublisher source

var l:int = Camera.names.length;

for (var i:int=0; i<l; i++) {

if (Camera.names[i]==ISIGHT_NAME) {

_cameraNameIndex = i+"";

break;

}

}

This hardcoded line was added earlier due to a player bug in MAC( as eric mentioned). You can remove this line and check it out linking to the source and let us know.

Thanks

Regards

Hironmay Basu