Quicktime Embed Justification
-
I am trying to create a WordPress page separate from the normal archive of the blog. I want it to host a quicktime video that I have uploaded.
<!– START QUICKTIME CONTENT –>
<object classid=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B” width=”320″ height=”256″ codebase=”http://www.apple.com/qtactivex/qtplugin.cab”>
<param name=”autoplay” value=”true”>
</param><param name=”controller” value=”true”>
</param><param name=”pluginspage” value=”http://www.apple.com/quicktime/download/indext.html”>
</param><param name=”target” value=”myself”>
</param><param name=”type” value=”video/quicktime”>
</param><param name=”src” value=”http://www.overscan.org/blog/video/Thermochromatic_small.mov”>
<embed src=”http://www.overscan.org/blog/video/Thermochromatic_small.mov” width=”320″ height=”256″ autoplay=”true” controller=”true” border=”0″ pluginspage=”http://www.apple.com/quicktime/download/indext.html” target=”myself”></embed>
</param></object>
<!– END QUICKTIME CONTENT –>For some reason it is placing this image way over on the right where the navigation bar normally is, and pushing the navigation bar down the page. Does anyone know why this is happening? It is viewable at: http://www.overscan.org/blog/index.php/?page_id=13
Thanks in advance.
The topic ‘Quicktime Embed Justification’ is closed to new replies.