How to play music from computer ??

Hi all,

i was wondering if someone could help me with this question basically i have a sound in my music folder how can i tell unity when i press the A button play this sound from the folder ?
I know that i have to use the input.GetKey i want to know how i can play the sound from my folder when the A key is pressed

thank so much in advance :slight_smile:

http://unity3d.com/support/documentation/Components/class-AudioClip.html

Look here.