Frage

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.

War es hilfreich?

Lösung

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

Andere Tipps

3GP isn't supported on Windows Phone.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top