This Apple Quicktime MOV file crosses domains and may or may not work using the traditional OBJECT and EMBED commands. Bet it does though. Score, it does.
Code used was:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320"> <param name="src" value="http://www.yourdomain/your.mov"> <param name="autoplay" value="true"> <param name="type" value="video/quicktime" height="256" width="320"> <embed src="http://www.yourdomain/your.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"> </object>
Comments on this entry are closed.