Mediaelement source from server(mms:) problem wpf -


mp3 files server takes more 5mins play in mediaelement.

code:

  <mediaelement              name="player"      source="{binding elementname=lbtrack, path=selecteditem.filepath, notifyonsourceupdated=true,notifyontargetupdated=true}"             unloadedbehavior="stop"             volume="{binding elementname=volume, path=value}" mediaended="player_mediaended" mediaopened="player_mediaopened"              loadedbehavior="manual" /> 

you better performance activex media player. try walkthrough: http://msdn.microsoft.com/en-us/library/ms742735.aspx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -