Help with Web ContainerControl

Hello
I need to use two ContainerControl one inside the other, one have to display data end the one in de center have to show youtube video or HTML data.

I try but the video no start or change when i need to make change from HTML data or Video.

If any help or idea how i can make it works

Thanks

Does this only happen when the movieplayer is nested like this?

This is the code and play but it goes to full screen and I need to be the same size as my ContainerControl so I try to make one inside the other but no works

dim url as string
url = “https://www.youtube.com/embed/gdR_pvOp7xo
HTMLViewer1.Height=me.Height
HTMLViewer1.Width=me.Width
HTMLViewer1.showURL(url, false)

I try to do this
https://drive.google.com/file/d/1-K69nNUhdx4B0ck9D4MA_vQ0Ba85mWyy/view?usp=sharing

to the video show only in the HTMLViewer at same size how this can be done.