B-Twien Bytes
11-20-2006, 09:18 AM
Hello all,
I valided my video - website (as awhole) HTML 4.01 strict and there was no problem.
If I take my video-page though separately, it will give 19 errors (at least ;-) HTML 4.01 strict does not except the embedded-streaming-code if I understood right.
How can I change/solve that?
Here is my code as it is in my page:
<p class="video">
<OBJECT id="mediaPlayer" width="320" height="285"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<param name="fileName" value="http://www.voorbeeld.wmv">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="loop" value="true">
<EMBED type="application/x-mplayer2"
pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"
id="mediaPlayer" name="mediaPlayer" displaysize="4" autosize="-1"
bgcolor="darkblue" showcontrols="true" showtracker="-1"
showdisplay="0" showstatusbar="-1" videoborder3d="-1" width="320" height="285"
src="http://www.voorbeeld.wmv" autostart="true" designtimesp="5311" loop="true">
</EMBED>
</OBJECT>
</p>
<p class="video">
<!-- ...end embedded WindowsMedia file -->
<!-- begin link to launch external media player... -->
<a href="http://www.voorbeeld.wmv"><b>Launch in external player</b></a><br>
<!-- ...end link to launch external media player... -->
<br>
This size of this video is <b>8.663 MB</b>. Please allow approximately a couple of minutes to download via high-speed broadband internet connection. This video
will begin playing directly in this window automatically once the download is complete.<br>
<br>
or<br>
<br>
<a href="http://www.voorbeeld.wmv">right click on this text and select Save Target As to download the video and view later...</a>
</p>
Thanks for the help/ideas...
I valided my video - website (as awhole) HTML 4.01 strict and there was no problem.
If I take my video-page though separately, it will give 19 errors (at least ;-) HTML 4.01 strict does not except the embedded-streaming-code if I understood right.
How can I change/solve that?
Here is my code as it is in my page:
<p class="video">
<OBJECT id="mediaPlayer" width="320" height="285"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<param name="fileName" value="http://www.voorbeeld.wmv">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="loop" value="true">
<EMBED type="application/x-mplayer2"
pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"
id="mediaPlayer" name="mediaPlayer" displaysize="4" autosize="-1"
bgcolor="darkblue" showcontrols="true" showtracker="-1"
showdisplay="0" showstatusbar="-1" videoborder3d="-1" width="320" height="285"
src="http://www.voorbeeld.wmv" autostart="true" designtimesp="5311" loop="true">
</EMBED>
</OBJECT>
</p>
<p class="video">
<!-- ...end embedded WindowsMedia file -->
<!-- begin link to launch external media player... -->
<a href="http://www.voorbeeld.wmv"><b>Launch in external player</b></a><br>
<!-- ...end link to launch external media player... -->
<br>
This size of this video is <b>8.663 MB</b>. Please allow approximately a couple of minutes to download via high-speed broadband internet connection. This video
will begin playing directly in this window automatically once the download is complete.<br>
<br>
or<br>
<br>
<a href="http://www.voorbeeld.wmv">right click on this text and select Save Target As to download the video and view later...</a>
</p>
Thanks for the help/ideas...