Bug 20300
| Summary: | QT_WriteOBJECT() embeds twice in web archive version | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Heidi Hazelton <heidi.hazelton> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | ademar, bfulgham, eric.carlson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Heidi Hazelton
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
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
We no longer support plugins (QT or otherwise).