1. Embbeding a video to a win32 app
- Posted by Caballero Rojo <pampeano at rocketmail.com> Aug 17, 2000
- 511 views
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
- Posted by Bernie <xotron at PCOM.NET> Aug 17, 2000
- 482 views
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
- Posted by Red Knight <pampeano at rocketmail.com> Aug 15, 2000
- 491 views
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
- Posted by Brian Broker <bkb at CNW.COM> Aug 18, 2000
- 455 views
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