Click here to Skip to main content
16,014,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I have a problem with my WPF application.In my application i have a mediaElement which is working on Windows 7 but not working on XP. After Googling i come to know that medialElement works only on
Media Player 10 or Later and in my Xp it has Media Player 9.

So My question is, Is there any solution so that without media player 10 or later medialelement works.

Thanx in advance.
Posted
Comments
Mehdi Gholam 14-Sep-13 11:21am    
Probably not, if you really need to support XP then you should only use the functionality that it supports.

1 solution

If having Media Player 10 is the only critical requirement, this is not a problem. This MSDN page shows that v.10 can be installed on XP: http://www.microsoft.com/en-us/download/details.aspx?id=20426[^].

—SA
 
Share this answer
 
Comments
Nikunj Ratanpara 16-Sep-13 7:37am    
Thankx for your answer
but what if client does not have it? i want that my installer will be compitible with windows media player 9.Is it possible to play avi video in another player or something? so i don't have to use MediaElement.
Sergey Alexandrovich Kryukov 16-Sep-13 9:05am    
There is such thing as "prerequisites". There is no such thing as a miracle. Somebody needs to install required thing it if is really require. If a user is interested in your software and if you inform the user about it, this person will upgrade the product.
—SA
Nikunj Ratanpara 17-Sep-13 6:29am    
Thanx for your answer.
Sergey Alexandrovich Kryukov 17-Sep-13 8:51am    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900