Neil Rerup
unread,Jul 28, 2010, 12:24:29 PM7/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Open Wonderland Scripting
It doesn't have to be HTML, it could be something else. Looking at the
scripting component, I can probably do it with that. But, that said,
there are always cases where text information needs to be passed from
one person to another - it's why there's the collaborative Apps, so
that conceptual information can be passed back and forth. But, for
things like virtual worlds (or anything information based to grow),
there will be a point where you want to communicate with someone that
is NOT in world.
To that end, say you want to host a store front in world. Someone
comes in and wants to add a product to a shopping cart. This is text/
database related information exchange, not 3D. Or someone wants to
leave a message about customer service.
Another example is if you want to show a list of members to a world.
You can show the avatar but what about other information such as real
world location?
A good example is by asking the question "Why allow HTML in the Poster
module?" Again, it's the presentation of text information.
As long as there's a need for a database and an exchange of
information between in-world and out of world, there is a need for
textual information and, hence, the need for a way of exchanging text
information. I suspect that PHP/JavaScript/other scripting language is
going to solve a lot of this but...
Hope that explains why I ask ...