# Loading external swf's

**URL:** https://forum.kirupa.com/t/loading-external-swfs/78221
**Category:** Uncategorized
**Created:** [February 2, 2005, 11:27pm UTC](https://forum.kirupa.com/t/loading-external-swfs/78221 "2005-02-02T23:27:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rob1](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@rob1](https://forum.kirupa.com/u/rob1)
#### Post date: [February 2, 2005, 11:27pm UTC](https://forum.kirupa.com/t/loading-external-swfs/78221/1 "2005-02-02T23:27:13Z")

</div>

hi  
i need to know if theres a way to load an external SWF in a relative path

the only way it works if the movies are in a cd, but if it is a website the only way (that have work for me) is with absolute path

my link is like this:

on (release) {  
\_root.contents.loadMovie(“[http://www.elcolectivoguatemala.com/colectivo/images/main.swf](http://www.elcolectivoguatemala.com/colectivo/images/main.swf)”);  
}

thanks a lot! 🙂
