Web video issue

I want to play a video from a website in a box. Whether in webMoviePlayer or HTMLviewer the only method that seems to actually load the video is showURL. ShowURL, however, expands the video to fill the window. How do I keep the video from expanding larger than my control?

I’m just test it, so I’ve loaded this into shown event:
dim url as string
url = “https://www.youtube.com/embed/gdR_pvOp7xo
me.allowFullScreen = false
me.autoPlay = true
me.showURL(url, false)

Ok, the webyoutubemovie control keeps the video within the box.

dim url as string
url = “https://www.youtube.com/watch?v=gdR_pvOp7xo?autoplay=1
me.url = url