[FMX04] Saving External Sound But Copying to CD

Hi there
I have designed a sound player that externally loads music files depending on where they are kept in a file

what i wanted to ask was that if i burned all my source and projector files on a CD should i edit the URL in the actionscript coding to say the D:\ drive (That being the CD-ROM Drive)

this is my url now: (on the hard drive)
soundUrls = new Array(“C:/Music.mp3”);

if i burned this flash file to a CD what would i have to place in the url to make sure it reads from the CD

i hope somebody can help.