Play video on sprite?

Blitz3D Forums/Blitz3D Programming/Play video on sprite?

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.

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.

Thanks ^^
here a link if some1 need it too:
http://www.blitzbasic.com/Community/posts.php?topic=29010