loadSound not working!

So I’ve been trying to make just a simple little sound bar for a page I’m developing, and every time I try to use loadSound, I keep getting errors.

Here’s the code:


mysound = new Sound();
mysound.loadSound("http://68.110.199.119:1202/other/stuckonyou.mp3", false);

and the error I keep getting is:


Error opening URL "http://68.110.199.119:1202/other/stuckonyou.mp3"

You can check the URL yourself… you can easily download the mp3, but it refuses to stop giving me that error. Someone please help…