I have installed the 3D XML viewer plugin on my pc and Firefox detected it and I have allowed it.
I have added the .3dxml
extension as "application/octet-stream"
type in the server configuration.
I load my file with this code;
<object type='application/x-3dxmlplugin' id='3DXMLPluginId'>
<param name='DocumentFile' value='/img/test.3dxml'>
</object>
Nothing is shown. If i put a bad file name in my code I am getting a warning from 3dxml plugin like what the file is bad or corrupted. But when the filename is good i get nothing at all, no warning, nothing in the console.