Streaming sounds

In AS2 there was a parameter for setting isStreaming (true,false); How is that parameter set in AS3?


var VSound:Sound = new Sound();
VSound.load(new URLRequest("Voices/v001.mp3", ?));