# Hey guys sound issue

**URL:** https://forum.kirupa.com/t/hey-guys-sound-issue/167445
**Category:** flash
**Created:** [October 28, 2005, 7:18am UTC](https://forum.kirupa.com/t/hey-guys-sound-issue/167445 "2005-10-28T07:18:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nathan99](https://avatars.discourse-cdn.com/v4/letter/n/96bed5/32.png) [@nathan99](https://forum.kirupa.com/u/nathan99)
#### Post date: [October 28, 2005, 7:18am UTC](https://forum.kirupa.com/t/hey-guys-sound-issue/167445/1 "2005-10-28T07:18:59Z")

</div>

Ok ladies and getns  
How would i attach in a sound from an externally loaded sound. I had a method which i think will work. BUT i dont know if this is a bug with macromedia flash but i have lthis code

```auto

var my_sound:Sound = new Sound();
my_sound.attachSound("song", 99);
my_sound.start();

```

but it wont play. any ideas, and yes, i put the sound in the swf w/out loading externally to test this. and i think there lies my issue, because the exact same code works perfect in another swf
