Load .mp3 dynamically with Flash MX

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.