Play URL in QTMovieView

Hi Forum,

I’m trying to stream an MP3 from the internet like this:

songview’s movieWithURL_(quoted form of mp3url)

But i’m not having any luck. Any ideas?

Thanks,

Joe

Ok, obviously this has everybody foxed, so I’m trying to achieve the same thing by simply loading the .mp3 in a webview using stringByEvaluatingJavaScriptFromString, which works just fine.

However, if I get it to advance to the next .mp3 in the same webview, the previous song’s audio contains playing underneath the new song!

I’ve already tried navigating to about:blank in between songs but that doesn’t stop the previous song from playing.

Any ideas what could be causing that and how I can get around it?