All pastes #58183 Raw Edit

Untitled

public text v1 · immutable
#58183 ·published 2006-05-22 22:20 UTC
rendered paste body
maCam = Camera.get();
//on crée un stream sur notre connexion
Live_video = new NetStream(_parent.client_nc);
//on attache notre camera a notre stream 
Live_video.attachVideo(maCam);
// si l'utilisateur possède une caméra..

Live_video.publish(myCam);