Play a Sound file as a URL Link in WPF
Does anybody have an Idea, why it isnt working, it always says its null
3 Replies
"it always says it is null" -- what two things do "it" refer to there?
Make sure Mediaplayer is even suited for links cause it might be for local files only
@CaptnCario first, switch to a local file.
It’s honestly rude to “hotlink” media like this, so download the audio file and add it to your project.
Or at least download it on first app start and store it somewhere.