Changing video source at runtime
How can I change the source of a silverlight mediaelement at runtime? I want to grab it from a POST value.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
patrickPosted Oct 23, 2009, 10:56 AM
jingePosted Oct 22, 2009, 10:03 PM
You can change the Source Dependency property of the MeidaElement in the code. Let me know if it does not work.