# Load Sound in a mc. Help ASAP!

**URL:** https://forum.kirupa.com/t/load-sound-in-a-mc-help-asap/89505
**Category:** flash
**Created:** [May 9, 2005, 6:31am UTC](https://forum.kirupa.com/t/load-sound-in-a-mc-help-asap/89505 "2005-05-09T06:31:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rapski85](https://avatars.discourse-cdn.com/v4/letter/r/aeb1de/32.png) [@rapski85](https://forum.kirupa.com/u/rapski85)
#### Post date: [May 9, 2005, 6:31am UTC](https://forum.kirupa.com/t/load-sound-in-a-mc-help-asap/89505/1 "2005-05-09T06:31:23Z")

</div>

Hey guys,

here is my problem! I am trying to load a sound file into a mc (Onrelease) that lies within another mc. It works if i load it into the 1st mc…but if i try to load it into the one the lies within it…,it doesnt??? i am using the loadMovie function. here is my code

```auto
 on (release) {
 _root.music.loadMovie("starts_to_get_smooth.swf");
} 

```

can anyone please help!?
