# Movie Clips Playing At the Same Time

**URL:** https://forum.kirupa.com/t/movie-clips-playing-at-the-same-time/189044
**Category:** flash
**Created:** [May 12, 2006, 8:07pm UTC](https://forum.kirupa.com/t/movie-clips-playing-at-the-same-time/189044 "2006-05-12T20:07:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![njoay](https://avatars.discourse-cdn.com/v4/letter/n/b487fb/32.png) [@njoay](https://forum.kirupa.com/u/njoay)
#### Post date: [May 12, 2006, 8:07pm UTC](https://forum.kirupa.com/t/movie-clips-playing-at-the-same-time/189044/1 "2006-05-12T20:07:23Z")

</div>

Hi,

I have two MC’s playing at the same time. The first movie clip has the following AS:

this.createEmptyMovieClip(“vhost\_mc”, 1000);

vhost\_mc.loadMovie (“http://…”);

When I put a stop(); at the beginning or end to this code, it only plays the first movie clip and the second movie clip doesn’t play.

Please help. Thanks!
