I am trying to use sound.setPan() to pan the sound from the netstream, which is
published by a microphone, but the pan doesnt work. I have tried this without
Flash media server, but it also doesnt work:

_root.createEmptyMovieClip("mc",1);
mc.attachAudio(Microphone.get());
mysound=new Sound(mc);
mysound.setPan(-100);