Open Issues Need Help
View All on GitHub Loading screen: loading.mp4 video does not play after form submission about 2 months ago
AI Summary: A WPF application's loading screen fails to play the `loading.mp4` video after form submission, leaving the `MediaElement` blank. This is likely due to an incorrect `Source` URI (`/loading.mp4`) in the XAML, which treats the video as an assembly resource, while it's configured as a content file copied to the output directory.
Complexity:
1/5
help wanted