How to play a wmv file starting at a specified point in time?

R

Rob Vanheuckelom

Hi,

I would like to play a wmv file in html, but not starting with the beginning
but starting at a specified point in time.

Can anyone help me?

Thanks in advance!

Robert
 
S

Spartanicus

Rob Vanheuckelom said:
I would like to play a wmv file in html, but not starting with the beginning
but starting at a specified point in time.

Re-encode from the source so that it begins at the right point.
 
R

Richard Brooks

Rob said:
Hi,

I would like to play a wmv file in html, but not starting with the beginning
but starting at a specified point in time.

Can anyone help me?

Thanks in advance!

Robert

It's down to looking around for 'command line options' particular to the
player of the video format, the version of player and whether
development in command line options has added or changed some of the
options. Then it's whether you can parse the options to the player
within HTML, etc.

I don't know if other players use the WMV format but you could start here.

<http://www.microsoft.com/windows/windowsmedia/9series/player/faq.aspx>

There are probably many more issues beyond that but I'm sure other
posters will enlighten us.

Richard.
 
T

Travis Newbury

Rob said:
I would like to play a wmv file in html, but not starting with the beginning
but starting at a specified point in time.
Can anyone help me?


Your best option is to re-encode it like Spartacus said. the software to
do so is free from microsoft. Search for Microsoft media encoder.

If you don't do that, then use javascript to move to the correct
position. Google Medaplayer javascript for the exact code. Of course
the visitor will have to wait until the wmv downloads to that position
before it can start playing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top