-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file php #184
Comments
You should be able to use a .php file as URL for the x3d-canvas element: <x3d-canvas src="your-file.php"></x3d-canvas> The main thing is that it sends a file format that X_ITE understands. X_ITE tries to automatically recognise the format from the content of the data and then passes the data to the corresponding parser. |
You can of course also use the API to load a file, e.g. |
ok, so if I create a scene like web page --> x_ite --> inline --> php file, that ok? |
This should be very well possible and in all places where you can enter a URL. |
and this ? |
It's best if you try it out, if there are any problems I can try to help you. |
in my first test, it is not possible, i remake a test in few weeks :) |
There are various reasons why sometimes a scene cannot be loaded. In such a case it is good to have a look at the Developer Console of the browser, there are often messages that help or give a hint. |
Hello
I only use the php file, for my vrml2 worlds, because the computer generates the world, with data on the server.
Is it possible to create an option to extend support with php files?
php, wrl, wrz, x3d and all supported formats :) ^^
Thank you very much if this is possible :) ^^
if that's not possible, remember to leave me a little message ;) ^^
THANKS
Marco
The text was updated successfully, but these errors were encountered: