# Loading a swf. into a specific location

**URL:** https://forum.kirupa.com/t/loading-a-swf-into-a-specific-location/2847
**Category:** Uncategorized
**Created:** [March 27, 2002, 7:37pm UTC](https://forum.kirupa.com/t/loading-a-swf-into-a-specific-location/2847 "2002-03-27T19:37:22Z")
**Posts on this page:** 4
**Page:** 1

<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: [March 27, 2002, 7:37pm UTC](https://forum.kirupa.com/t/loading-a-swf-into-a-specific-location/2847/1 "2002-03-27T19:37:22Z")

</div>

I’m trying to load my movie into a specific location…I got the code to load it properly, and now I need to know how to load it to specific X and Y positions…\r\rdeep cover

---

<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: [March 27, 2002, 8:18pm UTC](https://forum.kirupa.com/t/loading-a-swf-into-a-specific-location/2847/2 "2002-03-27T20:18:33Z")

</div>

Well, this should work :

```auto
  on (release) {\r\r loadMovie ("about.swf","_root.blank" ) ;\r\r _root.blank._x = 150 ;\r\r _root.blank._y = 125 ;\r\r}

```

If it doesn’t, just post back. 😃 \r\rpom 0]

---

<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: [March 27, 2002, 9:11pm UTC](https://forum.kirupa.com/t/loading-a-swf-into-a-specific-location/2847/3 "2002-03-27T21:11:36Z")

</div>

good one Pom…it works perfectly…you know I learned all of this, but my notes are home…thanx a hundred times Pom…

---

<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: [March 27, 2002, 9:21pm UTC](https://forum.kirupa.com/t/loading-a-swf-into-a-specific-location/2847/4 "2002-03-27T21:21:50Z")

</div>

0]
