[X3D-Public] Web3D.org Front Page

Joe D Williams joedwil at earthlink.net
Tue Jun 23 22:24:36 PDT 2009


Hi GLG,
The important thing to remember with this is that the nested embed is 
"Fallback" content. If the object does not execute, nothing is used, 
not even the <params> of the object element, and the embed stuff is 
used instead.
So in this example, if <object> works then you are also sending a 
bunch of <param> values (some still incomplete in your code). If embed 
is used, then none of those <param>s are sent.
I still suggest you figure out which is working. Maybe try a different 
filename in object than embed and see which one comes up.

Thanks and Best Regards,
Joe



.
----- Original Message ----- 
From: "GLG" <info at 3dnetproductions.com>
To: "'Braden McDaniel'" <braden at endoframe.com>; 
<x3d-public at web3d.org>; "'Joe D Williams'" <joedwil at earthlink.net>
Sent: Tuesday, June 23, 2009 1:41 PM
Subject: Re: [X3D-Public] Web3D.org Front Page


>
> The code below (as it stands currently) works well in both
> IE and Firefox. I have tried using the 'data' attribute in
> <object> as well but that didn't help Firefox load Contact.
> As a matter of fact, my version of Firefox (3.0.8) doesn't
> seem to recognize the <object> tag at all (nested or not). I
> will now upgrade Firefox to the latest version (3.0.11) and
> see if my earlier assumption is correct. Here are the
> related server mime type to clarify that part.
>
>
> model/vrml wrl vrml
> model/x3d+xml x3d
> model/x3d+vrml x3dv
> model/x3d+binary x3db
>
> Lauren
>
>
>
>
> <object id="VRML_BROWSER1"
> codeBase="http://www.bitmanagement.com/download/BS_Contact/c
> ab-xpi/BS_Contact_VRML-X3D.exe"
> classid=clsid:4B6E3013-6E45-11D0-9309-0020AFE05CC8
> width="100%" height="100%"
> type="model/x3d+xml" standby="Loading 3D Viewer">
>
> <param name="_Version" value="327683">
> <param name="_ExtentX" value="18997">
> <param name="_ExtentY" value="14711">
> <param name="_StockProps" value="65">
> <param name="BackColor" value="0">
> <param name="Enabled" value="1">
> <param name="SRC" value="load.wrl">
> <param name="VRML-DASHBOARD" value="0">
> <param name="FULLSCREEN" value="0">
> <param name="FULLSCREEN-MODE" value="">
> <param name="TIMER-INTERVAL" value="0">
> <param name="AVATAR-URL" value="">
> <param name="AVATAR-DISPLAY" value="0">
> <param name="TARGET" value="">
> <param name="FORCE-HW" value="0">
> <param name="FORCE-RGB" value="0">
> <param name="HW-PROBLEM-CHECK" value="1">
> <param name="HIDE-CURSOR" value="0">
> <param name="FAST-MODE" value="0">
> <param name="BACKGROUND-COLOR" value="">
> <param name="BACKGROUND-IMAGE" value="">
> <param name="SPLASH-SCREEN" value="">
> <param name="STARTUP-SCREEN" value="0">
> <param name="UI-URL" value="">
> <param name="PRELOAD" value="1">
> <param name="TRANSPARENT" value="0">
> <param name="WINDOWLESS" value="0">
> <param name="DRAG-DROP" value="1">
> <param name="RELATIVE-TIME" value="0">
> <param name="EDIT-MODE" value="0">
> <param name="BXX-URL" value="">
> <param Name="LICENCE" Value="bscontact.bskey">
>
> <embed
>
> PLUGINSPAGE="http://www.bitmanagement.de/download/BS_Contact
> _VRML/"
> SRC="load.wrl"  TYPE="model/x3d+xml" HEIGHT="100%"
> WIDTH="100%">
>
> </embed>
>
>
> </object>
>
>
> _______________________________________________
> X3D-Public mailing list
> X3D-Public at web3d.org
> http://web3d.org/mailman/listinfo/x3d-public_web3d.org 




More information about the X3D-Public mailing list