Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7171287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:23:03+00:00 2026-05-28T15:23:03+00:00

I am using WPF mediaelement for playing video. What I need is to cyclically

  • 0

I am using WPF mediaelement for playing video. What I need is to cyclically play a video form x position to y position. Is there any way to achieve this without using timer and polling Position property?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:23:05+00:00Added an answer on May 28, 2026 at 3:23 pm

    You don’t have to poll the position property, but you can set it to begin play at start position, start a timer and set the interval for the time difference.

    TimeSpan startTime = TimeSpan.FromSeconds(45);
    TImeSpan endTime = TimeSpan.FromSeconds(55);
    int timeDifference = endTime.TotalSeconds - startTime.TotalSeconds;
    
    mediaElement.Position = startTime;
    
    Timer t = new Timer() { Interval = timeDifference * 1000, AutoReset = true };
    t.Tick += (sender, e) { mediaElement.Position = startTime };
    t.Start();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Curious if there are any disadvantages to using an ElementHost to host a WPF
I have been using WPF for a few years now and don't have any
I am using wpf Custom Commands. While writing a custom Command, one need to
What Is Benefits of Using Wpf? WPF Software Is Speed Or Windows Form or
I'd like to pull a live video feed into WPF but the MediaElement doesn't
Using WPF, is it possible to bind two source properties, via one-way binding, to
I am using media element to render video in WPF. All videos are working
Using WPF, what is the most efficient way to measure a large number of
Using WPF, how can I get the duration of a video in a .wmv
I'm using WPF/MVVM and am having a binding issue with a ComboBox - any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.