Kanaida I really appreciate your input ... so sad that because of my limited understanding I find I understand very little of what you have said!
So I must take this one piece at a time. I have been able to stream from a local folder on my S3 to my S3 applicatoin. This works fine, doesn't require ports, passwords etc., just
url = "/mnt/sdcard/Music/TrackFile.mp3"
MPS.Load(URL)
So next step - how do I request a stream from my local Server, which does require a logon name and password? The basic request I know should be something like:
URL = "\\ServerName\\Music\TrackFile.mp3"
MPS.Load(URL)
But how do I add the user/password? And would I need to do this for every track loaded, or can it be done for a "session"?