NicoVB Posted January 1, 2004 Posted January 1, 2004 How can you place a movie with 50 % transparency on a form?? How can you flip a movie? tnx nico Quote Visit http://www.nico.gotdns.com Now ONLINE!
AndreRyan Posted January 2, 2004 Posted January 2, 2004 You can set an event to accquire a Direct3D9 Texture that contains the current movie frame, this can be rendered using the Sprite class so that it is 50% translucent. There is an example of this in the SDK in the AudioVideoPlayback section. If you want to use DirectDraw, there is no support at all. The event is Video.TextureReadyToRender. What do you mean by "flip"? Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
NicoVB Posted January 2, 2004 Author Posted January 2, 2004 ok, thanks, i will search after it, because I don't know really how to use that event... Flip = rotate 180° (left-right position changes, not top-bottom) thanks nico Quote Visit http://www.nico.gotdns.com Now ONLINE!
AndreRyan Posted January 5, 2004 Posted January 5, 2004 If you want to draw it back to front, I'm not sure about that, I doubt the sprite class can handle that you'll probably have to billboard it manually. Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.