Open a folder from CD projector using actionscript

I’ve done some major searching for a solution to this but all I can find is how to open a specific file.

I have a flash .exe that will be distributed via CD. On it there a folder of videos on a CD that are the full blown windows media files. I play flv’s through the projector exe but want to be able to have a button that opens the videos folder so the user can copy the wmv’s to their machine.

The closest solution I found is to target the D: drive but is the CD drive always D? Is there a way to target it relatively?

No, the CD drive isn’t always D:, and your best bet is to target it relatively.

Have you managed to target it using D:? If so, what have you tried to get the relative address working?