Video texture problem game engine runtime

Hi, I have a video texture in my game that plays videos in a plane… After saving it as game engine runtime and running the application the video texture doesnt show the video on the plane… Instead, its only gray… How can I fix this? :frowning:

BTW, I saved it as game engine runtime on a separate directory folder on its own but it this folder is located inside my whole project… PLEASE HELP! THANKS!!! :frowning: Im using Blender 2.65

That could be a problem with the path of the video source.
Make sure you are using a relative path, for example if your video is in a folder called “textures” wich is located in the same directory as your game .exe, the path name would be “\ extures\myVideoTexture.png”.