[Webkit-unassigned] [Bug 49016] latest nightly builds kills AC_QuickTime.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 14:00:01 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49016





--- Comment #6 from Eric Carlson <eric.carlson at apple.com>  2010-12-01 14:00:01 PST ---
(In reply to comment #1)
> Would you please describe the symptoms more explicitly?  On the testcase page, I see a QuickTime movie with an HREF parameter which, when clicked, opens the HREF URL in QuickTime Player.
> 
> In the WebKit nightly build, which of the following occurs?:
> 
> *) The AC_QuickTime.js script is not loaded
> *) The script loads but the object tag is not created 
> *) The object tag is created, but the movie does not load
> *) The movie loads, but clicking on the movie does nothing

The AC_QuickTime.js generated markup is supposed to open the url in QuickTime Player when the user clicks on the poster:

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="200px" height="100px" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
    <param name="src" value="https://tera.usg.utk.edu/graphics/click_me.png">
    <param name="target" value="quicktimeplayer">
    <param name="controller" value="true">
    <param name="href" value="https://tera.usg.utk.edu/movies/PAMS20101104Ref.mov">
    <embed src="https://tera.usg.utk.edu/graphics/click_me.png" width="200px" height="100px" pluginspage="http://www.apple.com/quicktime/download/" target="quicktimeplayer" controller="true" href="https://tera.usg.utk.edu/movies/PAMS20101104Ref.mov">
</object>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list