[Webkit-unassigned] [Bug 20300] New: QT_WriteOBJECT() embeds twice in web archive version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 6 06:37:18 PDT 2008


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

           Summary: QT_WriteOBJECT() embeds twice in web archive version
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: heidi.hazelton at utoronto.ca


QT_WriteOBJECT() works fine when viewed in a browser, but the webkit web
archive version embeds the video twice. viewing source reveals:

<script language="JavaScript" type="text/javascript">
                          QT_WriteOBJECT('movie1.mov', '250', '256', '',
                                'EnableJavaScript', 'true',
                                'emb#NAME', 'mymovie', 'obj#id', 'mymovie',
                                'emb#id', 'mymovie_embed',
                                'postdomevents', 'true',
                                'controller', 'false',
                                'autoplay', 'false',                            
                                'scale', 'tofit'); 
                        </script><object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="250" height="256"
codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"><param
name="src" value="movie1.mov"><param name="enablejavascript"
value="true"><param name="id" value="mymovie"><param name="postdomevents"
value="true"><param name="controller" value="false"><param name="autoplay"
value="false"><param name="scale" value="tofit"><embed src="movie1.mov"
width="250" height="256" pluginspage="http://www.apple.com/quicktime/download/"
name="mymovie" enablejavascript="true" id="mymovie_embed" postdomevents="true"
controller="false" autoplay="false" scale="tofit"></object>

where the object tag code has been automatically added (not in original)


btw, am coding an app that relies heavily on quicktime javascript using the web
archive version. let me know if i can be more of a help - i work for the
adaptive technology resource centre at the university of toronto. thanks!


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



More information about the webkit-unassigned mailing list