Extension talk:X3d
From MediaWiki.org
I installed the extension and dropped a x3d file in the extension directory (extensions/x3d). Added <x3d>test.x3d</x3d> to a page, but nothing's happening.
Instead of the applet a single white space appears. I slso tried other locations and files.
Do i have to upload the x3d file and use MediaWiki's File-Handler? (I added x3d to the list of upload-able files, but it still doesn't let me.)--Sidcom 16:23, 7 June 2010 (UTC)
You don't have to upload a x3d file, just write directly the x3d content, for instance:
<X3D>
<Scene>
<Shape><Cylinder radius="10" height="100"/></Shape>
</Scene>
</X3D>
Thanks for the fast reply! Seems the problem was caused by the webserver (sorry). I can now see the plugin-message, however, it seems the extension isn't quite what I'm looking for :(
thx, again. --Sidcom 21:28, 7 June 2010 (UTC)