.MOV video doesn't play in IE when it plays fine in FireFox

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
kra
Forum Newbie
Posts: 3
Joined: Sun Apr 20, 2008 11:01 pm

.MOV video doesn't play in IE when it plays fine in FireFox

Post by kra »

Hi All,

I have .mov video that I am trying to post on website.

It is playing fine in FireFox browser.

But it is displaying only Quick time white screen with logo and "?" symbol above quick time logo when I try to play it in Internet Explorer version 6.


Following is the OBJECT-EMBED code that I am using on website.


<object height="256" width="320" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="type" value="video/quicktime">
<param name="FileName" value="http://www.sitename.com/video/videofilename.mov">
<param name="autoplay" value="true">
<param name="target" value="myself">
<param name="controller" value="true">
<param name="href" value="http://www.sitename.com/video/videofilename.mov">
<embed src="http://www.sitename.com/video/videofilename.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" href="http://www.sitename.com/video/videofilename.mov" target="myself"></embed>
</object>

Please help me to solve this problem.

Thanks in advance,
Post Reply