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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -