Play a movie in interval

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Vaibhav,

I would just create a timer and then have it fire at ten minute
intervals.

If you need it to stop at the 10 minute mark in the movie, then I would
try to hook into your player, and see if you can respond to an event when
the position in the movie is playing.

What player are you using?

Hope this helps.
 
Hi,

How can we stop a 40 minutes movie in 10 minutes using .NET. I want to play
a movie in time intervals of 10 minutes.

Vaibhav
 
Hi Nicholas,

I am using Window media player 9


Nicholas Paldino said:
Vaibhav,

I would just create a timer and then have it fire at ten minute
intervals.

If you need it to stop at the 10 minute mark in the movie, then I would
try to hook into your player, and see if you can respond to an event when
the position in the movie is playing.

What player are you using?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Vaibhav said:
Hi,

How can we stop a 40 minutes movie in 10 minutes using .NET. I want to
play a movie in time intervals of 10 minutes.

Vaibhav
 
Back
Top