object tag

  •  02-28-2006, 2:57 AM

    object tag

    Hello,
     
    I would like to use custom object tag to include a 3D drawing of our products.
     
    But when I include this lines of code (html view)
     

    <object id = "viewer"

    classid = "clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF"

    CODEBASE="http://www.autodesk.com/global/dwfviewer/installer/DwfViewerSetup.cab"

    border = "0"

    width = "500"

    height = "300">

    <param name = "Src" value="http://keofitt.dk/cat/cad/dwftest.dwf">

    </object>
     
    It disapears when clicking back to normal view. How can I keep my code? I have the same problem when I include MS video files.
     
    Best regards Torben.
View Complete Thread