1. Embbeding a video to a win32 app
I need to know how to embbed a video into a Win32 app, using win32lib
or another library similar to that. I can't use directx so maybe a wrap
from a windows dll could that, unfotunatly I don't know how to do it..
Can anybody help?
Thanks,
Red Knight
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
2. Re: Embbeding a video to a win32 app
On Thu, 17 Aug 2000 15:35:14 -0700, Caballero Rojo
<pampeano at ROCKETMAIL.COM> wrote:
>I need to know how to embbed a video into a Win32 app, using win32lib
>or another library similar to that. I can't use directx so maybe a wrap
>from a windows dll could that, unfotunatly I don't know how to do it..
>Can anybody help?
What do you mean by embbed a video ????
3. Re: Embbeding a video to a win32 app
Hello Bernie,
Display it on a window with my buttons and other options...
--
Best regards, ICQ Number: 3198249
Red Knight mailto:pampeano at rocketmail.com
Thursday, August 17, 2000, 7:45:22 PM, you wrote:
B> On Thu, 17 Aug 2000 15:35:14 -0700, Caballero Rojo
B> <pampeano at ROCKETMAIL.COM> wrote:
>>I need to know how to embbed a video into a Win32 app, using win32lib
>>or another library similar to that. I can't use directx so maybe a wrap
>>from a windows dll could that, unfotunatly I don't know how to do it..
>>Can anybody help?
B> What do you mean by embbed a video ????
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
4. Re: Embbeding a video to a win32 app
On Tue, 15 Aug 2000 15:33:20 -0300, Red Knight wrote:
>Hello Bernie,
> Display it (video) on a window with my buttons and other options...
You might want to look at the Windows MCIWnd Window Class (it looks like it
can at least do AVI's...). Or try Windows Media Player SDK or Quicktime
for Windows SDK, etc...
-- Brian