hi,everyone.

i have huge movie and sound file in my application.the method i access them is set up a path for them.

for example, wmp.URL = "c:/......" somethings like that, my problem is when i copy all "bin" component to other pc,can not find the file in the path. so i decide to back up my application, then modify the all URL in that back up file,because i want to burn it on cd,so the URL i modify to "F:/.....",but i discover that some pc cd rom drive is not F:, maybe is E: or another.... and i found my method is stupid....

can anyone teach me hpw to solve this problem?thanks!