Advanced Forum Search Results
-
i want to know what I must to do to acquire license from my own license server. Can you help me ?
-
// Toggle fullscreen
Application.Current.Host.Content.IsFullScreen = !Application.Current.Host.Content.IsFullScreen;
-
public void Seek(TimeSpan time)
{
if (time.TotalSeconds < _duration.TotalSeconds)
...
-
you have to give urikind too like this Vdo.Source = new Uri("http://------your URL here---.wmv", UriKind.Absolute);
-
webcam support
-
You can use a marker that is almost at the end of the media and when the marker is reached you can begin to stream your media with another media element and if your first media is ended you can start the second one.
-
i have a video playing on media element and if i click on fullscreen button the media element collapses and layoutroot.background takes a video brush to my media elememt. Because of my media element is collapsed i can't see my video playing. it is paused. if i don't collapse my media element, both works fine on screen. ...
-
if I put all my video's under clientBin. Can the client see all my video's.
-
Thank guys too
-
I have a database with all kind films and i just want to show 9 films on the screen at the same time. If the lenght of the video file big is then I can't see the all videos on the screen but one pair.
If the video is somewhere on the web such as http://msstudios.vo.llnwd.net/o21/mix08/08_WMVs/T02.wmv I can't see the video too in all ...