# Load .mp3 dynamically with Flash MX

**URL:** https://forum.kirupa.com/t/load-mp3-dynamically-with-flash-mx/52677
**Category:** flash
**Created:** [May 26, 2004, 11:42am UTC](https://forum.kirupa.com/t/load-mp3-dynamically-with-flash-mx/52677 "2004-05-26T11:42:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Handle](https://avatars.discourse-cdn.com/v4/letter/h/a9a28c/32.png) [@Handle](https://forum.kirupa.com/u/Handle)
#### Post date: [May 26, 2004, 11:42am UTC](https://forum.kirupa.com/t/load-mp3-dynamically-with-flash-mx/52677/1 "2004-05-26T11:42:24Z")

</div>

Good Morning, Evening and Night.

Having read through the various tutorials on this site and attempted many times to solve my code issue from the information available I have almost given up.

In fact I have spent hours attempting different combinations to complete something that in theory is quite simple.

However I would really apprecited some direction as my knowledge is still improving.

This direction is basically what method I should adopt when attempting to play an audio file from a button on my movie.

which is better

1. loadmovie (launches a seperate .swf with audio embedded on the stage

2. snd = new  
snd.load

in my html foler on the desktop I have the master index.fla, index.swf, audio file a, b, c, and additional audio embedded .swf

I will transfer this to a web loaction once the code is correct

which direction would you suggest when using sound?

ta.
