AudioClip doesn't except a string for a value to the variable clip
http://docs.unity3d.com/Documentation/ScriptReference/AudioSource-clip.html
You will need to set an AudioClip object in the inspector to pass to audio (or load it dynamically with Resources.Load())
↧