• I am trying to embed a .mov file in one of my portfolio items. everything works except the controller bar. here is the code

    <object width=”320″ height=”300″ classid=”clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b” codebase=”http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0″&gt;
    <param name=”src” value=”heres where my video link is” />
    <param name=”controller” value=”true” />
    <param name=”autoplay” value=”false” />
    <param name=”pluginspage” value=”http://www.apple.com/quicktime/download/&#8221; />
    <embed width=”320″ height=”300″ type=”video/quicktime” src=”heres my video link” controller=”true” autoplay=”false” pluginspage=”http://www.apple.com/quicktime/download/&#8221; /></object>

    not sure why i cannot get the controllers to show. any suggestions? or is there a plugin that will work better than an embed code?

The topic ‘embedding .mov files’ is closed to new replies.