mp3 stream simple question

I’m trying to simply stream an mp3 onto a webpage. Code on frame 1:

mySound = new Sound();
mySound.loadSound(“Apparatus.mp3”,true);

only other code is

stop()
on final frame.

Works great on my machine, but when loaded up to the site, nothing happens, no sound plays. I’m using a small mp3 (826k) to test this so it’s not a loading time issue.

I’ve also tried giving the full path (http://www.go --etc)

It HAS to be something simple doesn’t it ? Can anyone help me please ?
I’ve looked through a lot of threads here already.

This is the link:
http://www.govindas.org.au/soundtest2.html

Thanks so much.