i have the MediaElement and i want to play a video, as i know the only way of doing so is to set this item Source
mediaElement1.Source = new Uri(fileName);
but now i have the resources file which i wanna play but i cant do so because it doesnt have a path. so to make a long story short, i'm looking for a way to play video in the madiaElement from the resources file(without writing its byte first).