3d plug-in for Netscape

:stuck_out_tongue: Happy new year to you all.

This is the problem, I have managed to get the 3d plug-in to work on my site using IE. When I use Netscape I get the message “click here to get plug-in”, I click it, then I get a new page that tells me “NOT FOUND”.
I have posted the code on here to see if anyone can tell me what I am doing wrong.

<p align=“center”>Use Left Mouse button or Arrow keys to move around the
room
</p>
<p align=“center”><object classid=“clsid:5DB05CB8-7751-469D-A1DD-45C8C201C013”
codebase=“Blender3DPlugin.cab#Version=2,25,4,0” width=“640” height=“480”
id=“Blender3DPlugin”>
<param name=“blenderURL” value=“room101.blend”>
<param name=“ForeColor” value=“65280”>
<param name=“BackColor” value=“255”>
<param name=“useFileBackColor” value=“1”>
<param name=“frameRate” value=“25”>

<EMBED
type=“application/x-blender-plugin”
PLUGINSPAGE=“http://plugin.blender.nl”"
name=“NPBlender”
WIDTH=640
HEIGHT=480
SRC=“room101.blend”
ForeColor=65280
BackColor=255
useFileBackColor=1
frameRate=25>
</EMBED>
</object>
</p>

</body>

</html>

Please help !!!

Thanks

Netscape’s plugins are different than IE’s. You can get the Netscape plugin here: http://www.pablosbrain.com/blender3d/webplugin/netscape.php
If you click on a Blender plugin, it won’t find the right one because NaN didn’t release the plugin for Netscape. However, it has been “remixed” for Netscape. Uh, I hope that makes sense. :slight_smile:

Thanks ray_theway but this is not what I meant.

What I want to happen is the Plug-in to load automaticly on the cliant side, I do not have any trouble with the Plug_in on my pc.

Thanks for your time :smiley: