tomreiter
01-20-2002, 08:22 AM
I'm trying to embed a QuickTime movie, using the <object> and <param> tags. I can't use the <embed> tag, as the site I'm building conforms to XHTML Strict.
I've tried the following code, but nothing appears in the browser.
...
<body>
<object type="video/quicktime" width="320" height="256">
<param name="src" value="product.mov" />
<param name="cache" value="true" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
</object>
</body>
...
I would really appreciate any help you could provide.
Cheers.
I've tried the following code, but nothing appears in the browser.
...
<body>
<object type="video/quicktime" width="320" height="256">
<param name="src" value="product.mov" />
<param name="cache" value="true" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
</object>
</body>
...
I would really appreciate any help you could provide.
Cheers.