Paulo Flabiano Smorigo wrote:
Hi everyone,Is it possible to embed the mplayer inside the application like inside a frame or drawing area?I'm trying to do but only as a separated window.
Yes, it's possible. In answers to your previous questions, it is explained, but to be a bit clearer, you would have to run mplayer from a process in your program (so you would have to look into running processes in C++) and use mplayer's -wid option (man mplayer). It was also suggested that you look into gstreamermm.
-- José Alburquerque