Question

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.

Was it helpful?

Solution

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

OTHER TIPS

3GP isn't supported on Windows Phone.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top