Does attachSound load my MP3 into my SWF file?

I have the following code:


var soundPlay = true;
var mySound:Sound = new Sound();
mySound.attachSound("mySoundFile");

Does the above load my sound into my SWF file?
This is what I want.

Any help would be appreciated.

Thanks.

OM