# loadSound or attachSound?

**URL:** https://forum.kirupa.com/t/loadsound-or-attachsound/175967
**Category:** Uncategorized
**Created:** [January 19, 2006, 7:00am UTC](https://forum.kirupa.com/t/loadsound-or-attachsound/175967 "2006-01-19T07:00:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![swolfe](https://avatars.discourse-cdn.com/v4/letter/s/b782af/32.png) [@swolfe](https://forum.kirupa.com/u/swolfe)
#### Post date: [January 19, 2006, 7:00am UTC](https://forum.kirupa.com/t/loadsound-or-attachsound/175967/1 "2006-01-19T07:00:54Z")

</div>

Im working on a site and can’t seem to get the code to work in my favor…

When I use attachSound with the .mp3 in the library, no problem, but the download time is way to long using this code:

on (press) {  
\_root.s = new Sound();  
\_root.s.stop()  
\_root.s.attachSound(“DualingBanjos”);  
\_root.s.start();  
}

I’d like to call up each mp3 file from an external folder using something like this, but not having any luck:

on (press) {  
my\_sound.loadSound(“[http://www.mountainland4u.com/music/ContryRoads](http://www.mountainland4u.com/music/ContryRoads)”, true);

}

Any **HELP** would be highly appreciated???..

Thanks,

Sean
