i'm not talking about the video in a self-made window.
Huhhhh. How can I explain it ????
first:
+------------------------------------+
| _ x |
| +------------------------+ |
| | | |
| | Informatoin | |
| | | |
| | | |
| +------------------------+ |
| |<< << (>) >> >>| | <- menu
+-----------------------------------+
This is my main-window. In this window I want to watch the movies. When I start Vlc, I want this information to be visible. It is not in a separate window. It is drawn in the the main-window.
later:
+------------------------------------+
| _ x |
| +------------------------+ |
| | | |
| | running_video | |
| | | |
| | | |
| +------------------------+ |
| |<< << (>) >> >>| | <- menu
+-----------------------------------+
So, when I hit the Play-button (>), I want the play-screen to appear infront of these information and hide them. The play-screen is also not a separate window. You can show it with the command:
<Video width="..." .... />
The advantage is, that my play-screen is always moving with my mainwindow. If my play-screen would be on a separate window, it wouldn't go with the main-window.
Hope you'll understand it now