Play video on sprite?

Blitz3D Forums/Blitz3D Programming/Play video on sprite?

OverDozing(Posted 2006) [#1]
Is it possible to play a video (mpg or avi or…) on a sprite?
The reason is, my UI is based on sprite to avoid 2d commands…
Thanks.


GfK(Posted 2006) [#2]
I'm sure DrawMovie only renders to the backbuffer, therefore you'll need to use DrawMovie, then grab the drawn image to a texture and apply it to a sprite from there.


OverDozing(Posted 2006) [#3]
Thanks ^^
here a link if some1 need it too:
http://www.blitzbasic.com/Community/posts.php?topic=29010