I am trying to create a Custom Media Element , but While trying to do so , I am not able create the media Element.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You Wont be able to CustoMize the MediaElement as MediaElement is a Sealed Class:
http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement(VS.95).aspx
Instead You can use MediaPlayer , that is present in Expression Blend. Open ExpressionBlend and search for MediaPlayer .
Add this to your page , now you can customize the look and feel of the mediaPlayer with ease.
This MediaPlayer is from the team of ExpressionBlend.