WMV to NOT Start

B

Brian

Hi,

Using this code to play a WMV file:

<embed src="videos/Fondue-Hair.wmv" width="600" height="400" ></embed>

I want the video to NOT start automatically. I want the user to press play.
Suggestions?

Thanks!
 
E

Edwin van der Vaart

Brian said:
Hi,

Using this code to play a WMV file:

<embed src="videos/Fondue-Hair.wmv" width="600" height="400" ></embed>

I want the video to NOT start automatically. I want the user to press play.
Suggestions?

<embed src="videos/Fondue-Hair.wmv" name="media player"
controller="true" autoplay="false"
loop="false" hidden="false" width="600px" height="400px"></embed>
 
C

Christopher Richards

Brian said:
Hi,

Using this code to play a WMV file:

<embed src="videos/Fondue-Hair.wmv" width="600" height="400" ></embed>

I want the video to NOT start automatically. I want the user to press play.
Suggestions?

Thanks!
Take a look at the code at www.multimediaforbusiness.com. You need the embed
tag for Netscape and the Object for IE. This video does not autostart in IE
but does in Netscape. I would need to add a line of code to the embed
section.
Hope this helps.
Christopher
 

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,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top