I a开发者_如何转开发m 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.
http://msdn.microsoft.com/en-us/library/ff462087(v=vs.92).aspx
Try out this msdn link. u will get idea about media playback...
3GP isn't supported on Windows Phone.
精彩评论