If we place a .MOV file on a page (i.e. http://stage03.tsunami.aptinet.com/mov_test.aspx)
it does not play properly for users who do not have the QuickTime plug-in. It simply shows a default QuickTime player that does not play anything
Here's the code
<object type="application/x-oleobject" height="150" width="150" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="../UserControls/Handler.ashx?path=PLKNew/Objects/Media/sample_iTunes.mov"/>
<embed src="../UserControls/Handler.ashx?path=PLKNew/Objects/Media/sample_iTunes.mov" width="150" height="150" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer"></embed>
</object>
Question : IS it possible to change plugin from mediaplayer to quicktime for MOV files.
Thanks,
Shubod
it does not play properly for users who do not have the QuickTime plug-in. It simply shows a default QuickTime player that does not play anything
Here's the code
<object type="application/x-oleobject" height="150" width="150" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="../UserControls/Handler.ashx?path=PLKNew/Objects/Media/sample_iTunes.mov"/>
<embed src="../UserControls/Handler.ashx?path=PLKNew/Objects/Media/sample_iTunes.mov" width="150" height="150" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer"></embed>
</object>
Question : IS it possible to change plugin from mediaplayer to quicktime for MOV files.
Thanks,
Shubod