3

With a MediaElement using an external source -- is it possible to play an mp3 while it's downloading, and then when it's finished downloading, save it to isolated storage for future use?

If not, what's the best way to accomplish this?

letstango
  • 789
  • 6
  • 14

1 Answers1

0

You don't get to touch the stream that MediaElement's using. But you could DL, then save to isolated storage, then load that stream into the mediaElement...

dethSwatch
  • 1,152
  • 1
  • 10
  • 18