object - Quicktime Embed not Cross-Browser -


i have following code quicktime embed:

<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="564" height="346" codebase="http://www.apple.com/qtactivex/qtplugin.cab">     <param name="src" value="spanishhb5.mov">     <param name="qtsrc" value="/userfiles/servers/server_3218684/media/spanishhb5.mov">     <param name="autoplay" value="false">     <param name="controller" value="true">     <embed src="spanishhb5.mov" qtsrc="/userfiles/servers/server_3218684/media/spanishhb5.mov" width="564" height="346" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/" scale="tofit"></embed> </object> 

this working great in safari , chrome (on mac), when switch on windows doesn't work in firefox, internet explorer (8), or google chrome.

i think embed code incorrect or recognized small percentage of browsers, can point me in right direction embed code works in browsers mentioned above?

thanks,
josh

have @ article apple:

using html5 audio , video tags preferred way include audio or video in webpage.

things consider:

  • .mov files packed proprietary container apple. should work apple devices struggle on other platforms (it of time requires quicktime plugin installed on user device not true on non-apple devices). better off transcoding mp4 , webm large device/browser coverage.
  • using html5 video tag fallback (be quicktime or flash - flash being popular on area because has larger adoption rate quicktime) momentum today basic playback of video in browser.

to started html5 video can read here. started way :)

there libraries out there solve cross-browser complexity you. have @ question.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -