PHP Code: 
if (listBox1.SelectedItem != null)
{
    
richTextBox3.Text axWindowsMediaPlayer1.URL = (string)listBox1.SelectedItem;

I doubt you're using the best event for this situation.