Add video to EasyMovieTexture at Runtime

I’m having problems loading my Video from local sdcard. I used until now streamingassets and it worked like a charme. I just had to change my string name of the video and everything is fine.

But if I try the same with an outside video from sdcard… nothing happens. Is there something I have to care about? I just read the filename+path with a filebrowser and add it to my string. Or do I have to load it extra via www or something like this?

Thanks

I forgot the prefix “File://”. Everything works now.