first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

HTML Code: Apple's Recommendation of QuickTime Rendering

<!-- The following is based on http://developer.apple.com/quicktime/compatibility.html. -->

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="64" height="64" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <param name="SRC" value="sample.mov"> <param name="AUTOPLAY" value="true"> <param name="CONTROLLER" value="false"> <embed src="sample.mov" width="64" height="64" autoplay="true" controller="false" pluginspage="http://www.apple.com/quicktime/download/"> </embed> </object>

mod date: 2004-05-19T05:14:04.000Z