Sound Streaming problem?

Hi’yall,

I’m trying to dynamically address and stream sound (mp3s) from in my web site. I’m using absolute paths (ip+full path) and it works fine downloading them from the site if I’m testing it in the preview mode… BUT as soon as i upload the .swf to the server, nothing happens when I try to hear the songs…!!! I just don’t get it, I unplugged my network cable when previewing and the flash traces an error so it really is downloading the files from the serv.

Would anybody smarter that me know what might be the cause?!?

Big thanks,

turde

Heres the code (the paths are created dynamically):

_root.createEmptyMovieClip(“mp3player_mc”, 10);
mySound = new Sound(mp3player_mc);
mySound.loadSound(loadVarsText.urli1 + loadVarsText[myPath], true);