# Load a swf with getURL

**URL:** https://forum.kirupa.com/t/load-a-swf-with-geturl/21074
**Category:** Uncategorized
**Created:** [May 16, 2003, 5:52pm UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074 "2003-05-16T17:52:41Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![subquark](https://avatars.discourse-cdn.com/v4/letter/s/7bcc69/32.png) [@subquark](https://forum.kirupa.com/u/subquark)
#### Post date: [May 16, 2003, 5:52pm UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/1 "2003-05-16T17:52:41Z")

</div>

I did a quick search to find how to load a swf into an already playing swf with a getURL action. Is this possible? Like loading a jpg but I want to load a swf. Does that make sense?

Say I have an empty mc in my swf and want to call a swf from an absolute address, like

getURL (“[http://www.subquark.com/projects/demoA.swf](http://www.subquark.com/projects/demoA.swf)”, myEmptyMC);

I have not tried it yet 'cause I’m at work (no flash here) but I was talking to someone . . . about creating a logo once and then just calling it from one location (site by subQuark). That way I only need to update it in one place for html sites (as I do now) or for all flash sites (which I do per site now).

Anyway, thanks in advance!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 16, 2003, 9:14pm UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/2 "2003-05-16T21:14:27Z")

</div>

just use loadMovie on the logo…!?  
you can’t getURL into a target. i think…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 17, 2003, 12:54am UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/3 "2003-05-17T00:54:41Z")

</div>

hey, I thought you French did not like the French-Canadians! Thanks for the advice. I was just wondering if you could do a swf like a jpg with a getURL. But now I see that there is no method to target the movie clip. Thank you for your insight!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 17, 2003, 7:22am UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/4 "2003-05-17T07:22:29Z")

</div>

1. How could I know you’re french-canadian, it says Boston/Miami in your profile. I’d never have (maybe) helped you, had I knwon! lol  
2.I never heard French don’t like F-C…?! why should they?
2. I’m German, so not concerned anyway, 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 17, 2003, 1:58pm UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/5 "2003-05-17T13:58:23Z")

</div>

:!: yeah, over here anyway the french don’t like us, but then I don’t think they like anyone, you’re right, I thought my profile said I was an angry french canadian

my dad’s side of the family were muller’s but they changed the name to miller, my stepdad is dutch and his name is VandenBerg (your name is Berg?)

I like german beer (Spaten Optimator is the best!!!) and german chef knives (Henckle). Ooh, that’s not a good combo!

SPITZE!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 17, 2003, 6:12pm UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/6 "2003-05-17T18:12:53Z")

</div>

Simply use this I guess 🙂

[AS]yourmovieclip.loadMovie(“[http://www.subquark.com/projects/demoA.swf](http://www.subquark.com/projects/demoA.swf)”);[/AS]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 17, 2003, 6:20pm UTC](https://forum.kirupa.com/t/load-a-swf-with-geturl/21074/7 "2003-05-17T18:20:19Z")

</div>

thanks, that looks like an interesting way to do this

i’ll check it out 🙂
