Dynamically linking MP3 and Jpegs

Every MP3 and Jpeg on my website is loaded Dynamically via the loadSound method. It works perfect on the final SWF and it also looks good on DreamweaverMX. However when uploaded to the webserver via FTP, the SWF plays fine but nothing that was dynamically linked will show up. I uploaded all the MP3 and Jpeg files to the server also but the problem still persists. Any help? Thanks for your time

Frank P

have you tried using the absolute path to the files? :-\

ie.

mySound.loadSound("http://www.mysite.com/sound.mp3");

instead of

mySound.loadSound("sound.mp3");

I tried using the absolute path to the files but still no progress…