Loading Remote SWFs / it's path?

Greetings to all the Helpers out there. I hope you’re having a great time. :slight_smile:

I have a question about how the PATHS of remote SWFs when loaded. Example, you have your root folder for your website. what will happen if the local will be uploaded to the server?

e.g.:

on (release) {
loadMovieNum (“c:/path/localfolder/example.swf”,0);
}

How do you make that RELATIVE and not ABSOLUTE? So that when it’s upload to the server, it won’t have any issues on wrong paths to SWF.