Video Texture not showing in Packaged version of game?

Hi there,

I’m having an issue where my packaged version of my project doesn’t show video textures-- they work normally when playing from editor or right clicking the project file and choosing “play game”.

Windows 8.1 64 bit, video is an MPEG4. Playing the packaged version on the same machine as editor. Video file is in the …\Content\Movies folder.

Is there something special I need to do for the packaged version for it to work?

Try “./movies/yourmoviefile.wmv” for the URL.

Yeah, check the URLs. UE4 has a habit of using absolute paths for them, when they do in fact need to be localised.

I have this same problem but I do not understand the sugestion , what means try the URL ? what should I do ?