not sure if this is what you mean, but this will load a sound file into a sound object inside of a flash movie.

Code:
Snd = new Sound();
Snd.loadSound("c:\song.mp3", true);