Good Morning,
I'v been combing through the net including many links on this site, trying to get the necessary information to make a video play on my webpage. No Luck
I've tried multiple pieces of code to embed the video, but in each case I am faced with either a black screen or a note saying that a plugin is needed or No video with supported mime types found... But never a functioning playback of the video.
When I click on the link to install the necessary plug in, I get a message that it is an unknown plugin...
What I have is a .wmv
this is the webpage http://www.hctubs.com/syllent_vid.php
Here is the code that I currently have in place
<object width="300" height="250" type="video/x-ms-asf" url="video.wmv"
data="/downloads/video/Syllent.wmv" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="url" value="/downloads/video/Syllent.wmv">
<param name="filename" value="/downloads/video/Syllent.wmv">
<param name="autostart" value="1">
<param name="uiMode" value="full">
<param name="autosize" value="1">
<param name="playcount" value="1">
<embed type="application/x-mplayer2" src="/downloads/video/Syllent.wmv" width="300"
height="250" autostart="true" showcontrols="true"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"></embed>
</object>
Any suggestions on making this work or on other alternatives that may be better would be greatly appreciated.
Do I need a different format video?
thanks in advance
Douglas