L
Lewis
I was trying to add a video to a page and I found the following snippet
of code:
<object width="480" height="380"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="Video pics Slideshow-Mobile.m4v">
<param name="autoplay" value="true">
<param name="controller" value="false">
<embed src="Video%20pics%20Slideshow-Mobile.m4v" width="480" height="360"
autoplay="true" controller="false" type="video/quicktime"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
Trouble is, when checking syntax, I get an error that embed is an
unknown element.
If I remove the embed element, then the page still loads properly in
Safari, but not in Firefox. (Firefox shows no image at all)
of code:
<object width="480" height="380"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="Video pics Slideshow-Mobile.m4v">
<param name="autoplay" value="true">
<param name="controller" value="false">
<embed src="Video%20pics%20Slideshow-Mobile.m4v" width="480" height="360"
autoplay="true" controller="false" type="video/quicktime"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
Trouble is, when checking syntax, I get an error that embed is an
unknown element.
If I remove the embed element, then the page still loads properly in
Safari, but not in Firefox. (Firefox shows no image at all)