WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
20300
QT_WriteOBJECT() embeds twice in web archive version
https://bugs.webkit.org/show_bug.cgi?id=20300
Summary
QT_WriteOBJECT() embeds twice in web archive version
Heidi Hazelton
Reported
2008-08-06 06:37:17 PDT
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!
Attachments
Add attachment
proposed patch, testcase, etc.
Ademar Reis
Comment 1
2011-03-02 10:41:49 PST
Is this still valid? Can you provide us a reduced testcase? I'm not familiar with QuickTime and I have no idea on how to test it.
Brent Fulgham
Comment 2
2022-07-11 15:20:53 PDT
We no longer support plugins (QT or otherwise).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug