[Highlight=VB]Private Sub Form_Load()
MediaPlayer1.FileName = "13-system_of_a_down-ego_brain-rns.mp3"
MediaPlayer1.Play
MediaPlayer1.Visible = False
End Sub[Highlight=VB]
whut i have done is i embeded my sound file into the application,
when u ran my program the 1st tyme it worked, why wont it work now>?
i keep getting this error" run time error' -2147467259
method'play'of object 'imediaplayer2 failed'
