[X3D-Public] Web3D.org Front Page

Braden McDaniel braden at endoframe.com
Tue Jun 23 08:58:54 PDT 2009


On Tue, 2009-06-23 at 05:21 -0400, GLG wrote:
> >> With the correct 'type=application/x-oleobject' all I get
> >is
> >> a blank page/frame.
> >
> >That's not correct.  The "type" attribute of "object"
> >refers to the type
> >of the resource referred to by the "data" attribute.
> >
> 
> OK I've just tried type="model/x3d+xml" in nested <object>
> tags. It is only partially successful as the plugin doesn't
> get past the splash screen in Firefox. It just sits there
> "Bitmanagement Software GmbH". Same thing with
> type="model/vrml".

That actually sounds like Contact is just failing to load the initial
stream; that's probably worth reporting as a bug.  It may expect you to
provide "src" in a "param" element; e.g.:

        <object data="your.wrl" ... >
          <param name="src" value="your.wrl" >
        </object>

If this is the case, it's not a problem with Firefox; rather, it's the
plug-in not using NPAPI (the plug-in API) correctly.

-- 
Braden McDaniel <braden at endoframe.com>




More information about the X3D-Public mailing list