Hello!

I'm having a little bit of trouble trying to change the url of my windows media player control in vb 6

example:

if intscene = 2 then
WindowsMediaPlayer1.URL = C:/Users etc...
end if



yet it keeps giving me "object required".

This is my first year using VB, and some help on what's going wrong would be greatly appreciated