I'm trying to load some youtube videos to a AxShockwave control in VB.net but so far it does not load
I've tryed to use rlVideo.Movie = "..." and rlVideo.LoadMovie(0,"...") (rlVideo being the AxShockwave control)
And yes the url is http://youtube.com/v/xxxxxx
I can't set the movie property in the designer because It's dinamically loaded onto the app any ideas?
I've removed the Control from the designer and create a new instace of the control every time I change the video Of course I delete the previous instance of the Control For example