Stream a WAV File From The Web In Silverlight 3
问题 I've managed to discover Gilles Khouzam's playback implementation for WAV files in Silverlight 3 and while that would be the majority of the battle, I'm stuck on a final detail: how do I pull a wav file from the web some place and then feed it into his WaveMediaStreamSource for playback? Here's the closest I've come: public MainControl() { // Required to initialize variables InitializeComponent(); PlayButton.Click += PlayButtonClicked; } private void PlayButtonClicked(object sender,