Domanda

I am using this code,

String video="http://bitcast-in.bitgravity.com/divum/espn/j2me/260811_Nojo-does-a-Maria.3gp";

 mediaplayer.Source = new Uri(video);
 mediaplayer.Play();

In layout:

<MediaElement x:Name="mediaplayer"/>

video is not streaming.Please anyone help me.

È stato utile?

Soluzione

http://msdn.microsoft.com/en-us/library/ff462087(v=vs.92).aspx
Try out this msdn link. u will get idea about media playback...

Altri suggerimenti

3GP isn't supported on Windows Phone.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top