Textarea over MovieViewer

I have a movieviewer that needs to have a textarea showing over top of it. The textarea has styledtext (combinations of plain, bold, italic, underline) so I can’t use a Label or Graphics.drawstring.

How can I get the textarea to draw over top of the video in the movieviewer?

There was a thread about this just a while ago, but I am not able to find it… From my understanding (and I’m probably wrong) but the movie will float on top of the controls, so you will need to look at using an overlay window… The easiest way would be to look at the MonkeyBread plugins (OverlayMBS is what I think you want)…

See MBS Xojo Overlay Plugin

Alternatively, on Mac, a Canvas works just fine.
This does not work on Windows.