# Loading Remote SWFs / it's path?

**URL:** https://forum.kirupa.com/t/loading-remote-swfs-its-path/52952
**Category:** Uncategorized
**Created:** [May 29, 2004, 5:39am UTC](https://forum.kirupa.com/t/loading-remote-swfs-its-path/52952 "2004-05-29T05:39:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BUroKHUli](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/burokhuli/32/190_2.png) [@BUroKHUli](https://forum.kirupa.com/u/BUroKHUli)
#### Post date: [May 29, 2004, 5:39am UTC](https://forum.kirupa.com/t/loading-remote-swfs-its-path/52952/1 "2004-05-29T05:39:47Z")

</div>

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

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.
