kra1978 Posted March 18, 2009 Share Posted March 18, 2009 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, Link to comment https://forums.phpfreaks.com/topic/149979-mov-video-doesnt-play-in-ie-when-it-plays-fine-in-firefox/ Share on other sites More sharing options...
waynew Posted March 18, 2009 Share Posted March 18, 2009 Sorry man, but really hasn't got anything to do with PHP. It's a client-side problem. Link to comment https://forums.phpfreaks.com/topic/149979-mov-video-doesnt-play-in-ie-when-it-plays-fine-in-firefox/#findComment-787647 Share on other sites More sharing options...
kra1978 Posted March 18, 2009 Author Share Posted March 18, 2009 Sorry about placing at wrong place but can you please help me to solve this problem? I accept it has nothing to do with PHP. Thanks, Link to comment https://forums.phpfreaks.com/topic/149979-mov-video-doesnt-play-in-ie-when-it-plays-fine-in-firefox/#findComment-787652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.