# Beginner's question about sound object and movieloading

**URL:** https://forum.kirupa.com/t/beginners-question-about-sound-object-and-movieloading/99382
**Category:** Uncategorized
**Created:** [January 18, 2004, 5:30am UTC](https://forum.kirupa.com/t/beginners-question-about-sound-object-and-movieloading/99382 "2004-01-18T05:30:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![santamonica](https://avatars.discourse-cdn.com/v4/letter/s/779978/32.png) [@santamonica](https://forum.kirupa.com/u/santamonica)
#### Post date: [January 18, 2004, 5:30am UTC](https://forum.kirupa.com/t/beginners-question-about-sound-object-and-movieloading/99382/1 "2004-01-18T05:30:50Z")

</div>

I have a file that successfully plays a sound until I load the file into another file.

I’m loading minor.swf into major.swf.

The code in minor.swf is:

music = new Sound();  
music.attachSound(“song”);  
music.start();

The code in major.swf is:

loadMovie(“minor.swf”, “holder”);

I’ve verified with a graphic and a global variable that minor.swf is successfully loading, but its sound doesn’t play.

Help would be appreciated.
