| View previous topic :: View next topic |
| Author |
Message |
Shaba1 Forum Junkie
Joined: 09 Jun 2003 Posts: 10
|
Posted: Wed Sep 13, 2006 11:46 am Post subject: To Rick the admin. |
|
|
Rick I was going ot send this by PM but it seems that pms have been disabled for this board. I just wanted to thank you for all the help over the years. Going back to when you wrote the original vrml2.0 python exporter for blender. You have graciously answered all my clueless newbie questions.
I am really excited about ABNET2.0 client. The fact that a view/user to my world does NOT have to download and install MSJVM makes things
eliminated one step that would trip up most of the audiance that I am going for.
I recently posted this message to the x79 forum. I posted it there because its a general vrml/x3d board and I did not want to multiple post in various boards forums. But if anyone here knows and answer please feel free to let me know.
http://x79.net/forums/viewtopic.php?p=2972#2972
Thanks. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 08 May 2003 Posts: 128
|
Posted: Wed Sep 13, 2006 12:26 pm Post subject: |
|
|
The easiest way to use multiple plugins is to create an html
page that is specific to each browser. Use the <object
tag that is appropriate for the browser you want to start
To get a contact browser
| Code: | <object id=CC3D classid="CLSID:4B6E3013-6E45-11D0-9309-0020AFE05CC8" width="100%" height="75%">
</object> |
To get flux
| Code: | <OBJECT id=FLUX height="100%" width="100%" classid=clsid:918B202D-8E8F-4649-A70B-E9B178FEDC58 name=FLUX>
</OBJECT>
|
.. just pass the <param name="src" value="your.wrl"> and
you should be good to go.
-rick |
|
| Back to top |
|
 |
Shaba1 Forum Junkie
Joined: 09 Jun 2003 Posts: 10
|
Posted: Wed Sep 13, 2006 2:57 pm Post subject: |
|
|
| Thanks that would work for someone viewing as world that I built. What I was trying to ask though was about viewing worlds on my own machine to test them out In each plugin after I have built them. Would it work the same in that case. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 08 May 2003 Posts: 128
|
Posted: Wed Sep 13, 2006 3:17 pm Post subject: |
|
|
Yes it would work the same way. HTML pages don't need to
be located on a website to work. In the source param
you just use:
<param name="src" value="file:c\some directory\some.wrl">
-rick |
|
| Back to top |
|
 |
fabricator Forum Junkie
Joined: 10 Jul 2006 Posts: 49
|
|
| Back to top |
|
 |
Mcfly Forum Junkie

Joined: 10 Jun 2006 Posts: 15
|
Posted: Wed Sep 27, 2006 1:14 pm Post subject: |
|
|
Regarding using multiple 3d plugins:
This maybe of little help, but Interesting! I found an extension for
Firefox that embeds IE within Firefox. So one click
of a button, and the page switches between IE and Firefox
(yet maintaining the Firefox skin). Now I can check two
plugins very very easily.
waht would be neat: is code that with one click of a button, the browser switches plug-ins.
cheers!
mcfly |
|
| Back to top |
|
 |
|