# Sound problems

**URL:** https://forum.kirupa.com/t/sound-problems/159046
**Category:** Uncategorized
**Created:** [August 14, 2005, 6:13am UTC](https://forum.kirupa.com/t/sound-problems/159046 "2005-08-14T06:13:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![m477](https://avatars.discourse-cdn.com/v4/letter/m/ac91a4/32.png) [@m477](https://forum.kirupa.com/u/m477)
#### Post date: [August 14, 2005, 6:13am UTC](https://forum.kirupa.com/t/sound-problems/159046/1 "2005-08-14T06:13:33Z")

</div>

Hey I just have a quick problem with playing sound in a movie clip.

On the first frame of the movie clip is the following code;

```auto

soundObj = new Sound();
soundObj.loadSound("audioplayer/01 - Geos ft. Marley - Power & The Glory.mp3");
soundObj.start(0,100);

```

Now I want that mp3 file to play on that frame, however it doesn’t play, unless I create a button that loads soundObj on click. Any suggestions on how to load an external sound that will play immediately when the frame is loaded?
