> > Have you found any information on embedding quicktime movies, I have just > embeded VR mov when testing have no control bar in Explorer on Mac. > > http://acuonline.acu.edu.au/chapel_stpatrick.html > > Ian > Hi Ian, I didn't use the js script that was mention in my message, reason was because I didn't get response (it turned out to be a good thing :) ) from anybody and I usually tend to stay away from something that I don't understand well. Anyhow, I spent more time on google and found a css hack for different ie browsers. Had a quick look on your source and I think we both are using the same css hack.
Comparing your object tags and mine, I don't see anything wrong except in the second object tag, yours doesn't have the <a href="http://www.apple.com/quicktime/download">Download QuickTime Player</a> Don't know if it makes any different but maybe you want to add this because I can see the controller in IE Mac. Yours: <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="424" height="230"> <param name="src" value="video/chapeldv.mov" /> <param name="controller" value="true" /> <param name="autoplay" value="true" /> <object type="video/quicktime" data="video/chapeldv.mov" width="424" height="230" class="mov"> <param name="controller" value="true" /> <param name="autoplay" value="true" /> Error text. </object> </object> Mine: <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="240" height="200"> <param name="src" value="pgodan.mov" /> <param name="autoplay" value="false" /> <object type="video/quicktime" data="pgodan.mov" width="240" height="200" class="mov"> <param name="controller" value="true" /><a href="http://www.apple.com/quicktime/download">Download QuickTime Player</a> </object> </object> tee ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
