davidrhoden / jquery-modalbox-plugin

Automatically exported from code.google.com/p/jquery-modalbox-plugin
0 stars 0 forks source link

Quicktime Movies will not play in modal windows in IE8 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On IE8, Quicktime movies will not play in the modal window. (They play
fine in Firefox. Also, Flash movies play fine, just not .mov files.)
2. To see an example, click on this link and click on the image of the
woman in the phone. 
http://www.umbc.edu/cadvc/foralltheworld/section1/mainstream.php
3. Apple has a javascript function to replace the usual embed code, but
doing so makes the modal window no longer function. The user gets a popup
window instead.

What is the expected output? What do you see instead?
I see the Quicktime logo with a grayed out questionnmark.

What version of the product are you using? On what operating system?
Internet Explorer 8, latest version of modalbox-plugin.

Please provide any additional information below.
Here is the code:
<a class="openmodalbox" href="javascript:void(0);">
    <img src="../images/exhibit/section1/beulah_sm.jpg" alt="The Beulah
Show, 1952" width="145" height="130" />
    <span class="modalboxContent">
       <div id="detail">
       <object width="500" height="390"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src"
value="http://www.umbc.edu/cadvc/foralltheworld/video/beulah.mov">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="type" value="video/quicktime" />
<embed src="http://www.umbc.edu/cadvc/foralltheworld/video/beulah.mov"
width="500" height="390"
autoplay="true" controller="true"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>

</object>
       <div class="imgcredit"><em>The Beulah Show</em>, 1952</div>The first
nationally broadcast series to feature an African American actor in a
leading role—Ethel Waters in its first two seasons and Hattie McDaniel and
Louise Beavers in its third season—<em>The Beulah Show</em> focused on the
whimsical antics of a housekeeper who worked for a prosperous white family.
Civil rights leaders denounced the half-hour situation comedy for its
demeaning portrayal of African Americans.</div>
    </span>
</a>

Original issue reported on code.google.com by jeanne...@gmail.com on 11 May 2010 at 7:12

GoogleCodeExporter commented 9 years ago
Hi Jeanneivy,

i've reproduced this problem. At the moment i don't know why.

Regards,
Steffen

Original comment by steffen....@googlemail.com on 15 May 2010 at 12:02

GoogleCodeExporter commented 9 years ago
I don't know why the ".mov" Files are not playing. Flash Movies works fine. 
Can't fix it. Sry.

Original comment by steffen....@googlemail.com on 23 Sep 2010 at 2:07