Video Texture Collada

Is it possible to apply video texture to an imported mesh (either x-file or collada)?
I’ve been applying a video to sphere and box primitives with no issues, but when I try with an imported mesh, it just disappears.
Simple patch attached, but not the video file itself…

colladaVideo.v4p (7.3 kB)

meshes need texture coordinates in order to be able to carry textures. the built-in meshes all have texture coordinates. so make sure when exporting your meshes from a modelling programm to not forget those.

Ok, I’ll check that, thanks