# \[FLASH 8\] Having problems with onClipEvent (load)

**URL:** https://forum.kirupa.com/t/flash-8-having-problems-with-onclipevent-load/186375
**Category:** flash
**Created:** [April 20, 2006, 8:58pm UTC](https://forum.kirupa.com/t/flash-8-having-problems-with-onclipevent-load/186375 "2006-04-20T20:58:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Peter71](https://avatars.discourse-cdn.com/v4/letter/p/13edae/32.png) [@Peter71](https://forum.kirupa.com/u/Peter71)
#### Post date: [April 20, 2006, 8:58pm UTC](https://forum.kirupa.com/t/flash-8-having-problems-with-onclipevent-load/186375/1 "2006-04-20T20:58:19Z")

</div>

Hey everyone, I have a pretty simple script that is not working for me. Basically, I have a movie clip on the main stage of my FLA, and I want to load a swf into it when the movie loads. I am eventually going to have random movies load into it every time it loads, but for now I just have the one. My code is this:

```auto

onClipEvent (load) {
    loadMovie("movie.swf", "holder");
}

```

The script is attached to the actual movie clip, and its instance name is “holder”. When I view this movie with this scrip, nothing happens.

Any help would be great. I am on Windows XP Professional SP 2 if that makes any difference, though I am not sure why it would. Thanks all -
