I've got a Problem:

this works fine:
_root.attachAudio(Microphone.get());

but this don't:
_root.attachVideo(Camera.get());

How can I fix that?