# Problem w/ Mac

**URL:** https://forum.kirupa.com/t/problem-w-mac/20290
**Category:** flash
**Created:** [May 7, 2003, 5:19am UTC](https://forum.kirupa.com/t/problem-w-mac/20290 "2003-05-07T05:19:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Chivo01](https://avatars.discourse-cdn.com/v4/letter/c/779978/32.png) [@Chivo01](https://forum.kirupa.com/u/Chivo01)
#### Post date: [May 7, 2003, 5:19am UTC](https://forum.kirupa.com/t/problem-w-mac/20290/1 "2003-05-07T05:19:25Z")

</div>

Ok on any PC I use this works fine but when I use a mac its all pessed up,

Here’s the story I have a swf that loads smaller swf in to itself and I do it by using this code

```auto

        
        createEmptyMovieClip("emptyMC", 7);
        emptyMC.loadMovie("./pics/6.swf");
        emptyMC._x = 299.8;
        emptyMC._y = 112.3;

```

and like I said on any pc that has been used everything is A ok  
how ever when I use a MAC not all of the smaller swf will load, they will not load in the right spot and if you hit refresh not only will they not all loads but a different number of them will load and in different places then before.???

Check it out/ under pictures

[www.builtontrust.net](http://www.builtontrust.net)

---

<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 7, 2003, 5:45am UTC](https://forum.kirupa.com/t/problem-w-mac/20290/2 "2003-05-07T05:45:21Z")

</div>

Are you testing it locally on a mac hardrive or from a host server?

---

<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 7, 2003, 1:57pm UTC](https://forum.kirupa.com/t/problem-w-mac/20290/3 "2003-05-07T13:57:14Z")

</div>

all I’m doing is bringing the site up from a server to a mac
