Is it possible to change the source file of an Media-Player asset at runtime?
I want to be able to playback video files that the user chooses.
Is it possible to change the source file of an Media-Player asset at runtime?
I want to be able to playback video files that the user chooses.
curious too
Well, I was going to ask a question related to this and the website offered this post as a possible answer (it does not answer my question).
The answer is yes, of course, you just need to update the media source and then tell the media player to open that source. The files can reside in the project hierarchy, or they can reside elsewhere. We do this all the time.