[thelist] How to Use Object Element for a Link

Ron Dorman rwd at csi1st.net
Sun Apr 7 20:12:00 CDT 2002


Hi All,

A friend called me and asked how to get something on his page to link to
another page.  I told him to put an a href tag around what he wanted as
the link.  He said I did that and it doesn't work.

He's right and I don't know how to make it work.  Following is a code
sample from his page.

How do you make the object element a link to a page in the site?

<table width="500" cellspacing="5" cellpadding="5" height="92"
border="8" bgcolor="#000000">
  <tr>
    <td>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
          width="468" height="60">
        <param name=movie value="hismovie.swf">
        <param name=quality value=high>
        <embed
          src="hismovie.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
            type="application/x-shockwave-flash" width="468" height="60">
        </embed>
        <noembed>
          <a href="infopage.html"><img src="images/hispicture.jpg"
            width="468" height="60" border="0"></a>
        </noembed>
      </object>
    </td>
  </tr>
</table>

Thanks,
Ron D.








More information about the thelist mailing list