[Webkit-unassigned] [Bug 10943] Object tag fails to load Shockwave

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 20 05:51:58 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10943


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Summary|Object tag only under XHTML |Object tag fails to load
                   |fails to load Shockwave     |Shockwave




------- Comment #1 from ap at nypop.com  2006-09-20 05:51 PDT -------
See also: bug 7968, bug 10015.

Please note that the linked example is not really XHTML - it is served as
text/html, so all browsers treat it as HTML.

<h3>With Loader</h3>
<p>
  <object type="application/x-director" data="Shockwaver.dcr" width="320"
height="240"><br />
    <param name="src" value="/dcr/loader.dcr" /><br />
    <param name="sw1" value="Shockwaver.dcr" /><br />
    <param name="swRemote" value="swSaveEnabled='false' swVolume='true'
swRestart='false' swPausePlay='false' swFastForward='false'
swContextMenu='false' "/><br />
    <param name="swStretchStyle" value="none" /><br />
    <img src="shockwaver_not.gif" width="320" height="240" alt="No shockwave?!"
/><br />
  </object><br />
</p>
<h3>Without Loader</h3>
<p>
  <object type="application/x-director" data="Shockwaver.dcr" width="320"
height="240"><br />
    <param name="src" value="/dcr/Shockwaver.dcr" /><br />
    <param name="swRemote" value="swSaveEnabled='false' swVolume='true'
swRestart='false' swPausePlay='false' swFastForward='false'
swContextMenu='false' "/><br />
    <param name="swStretchStyle" value="none" /><br />
    <img src="shockwaver_not.gif" width="320" height="240" alt="No shockwave?!"
/><br />
  </object><br />
</p>


-- 
Configure bugmail: http://bugzilla.opendarwin.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