Object that will call an html hyperlink
|
Gene Jacobs
Who? Me?
Join date: 30 Jul 2004
Posts: 127
|
12-06-2004 11:28
Is it possible to have an in world object that when touched, is scripted to cause the touchee's default browser to open to a website? If it is possible... how do i do this?
I would like to make a *.pdf building manual available to anyone who want's it... and would like to make it easy for an allready "interface challenged" noobie to get to it.
Thanks Much
Gene
|
Eggy Lippmann
Wiktator
Join date: 1 May 2003
Posts: 7,939
|
12-06-2004 12:09
Nope.
|
Samhain Broom
Registered User
Join date: 1 Aug 2004
Posts: 298
|
12-06-2004 12:30
You can, however, make a notecard giver which can instruct the player to open a specified URL and remind them to copy/paste the URL into their favorite browser.
_____________________
rm -rf /bin/ladden #beware of geeks bearing grifts
|
Rysidian Rubio
Ruby Red Head
Join date: 14 Jan 2004
Posts: 263
|
12-06-2004 16:26
While on the topic is it possible to send an object -> user email that contains a hyperlink? i've tried just adding the <a href="www.secondlife.com">hello</a> but it don't work  using sl links would be cool too <a href="secondlife://Solang/10/10/">my home</a> Any ideas on this?
|
Azelda Garcia
Azelda Garcia
Join date: 3 Nov 2003
Posts: 819
|
12-06-2004 17:12
Maybe the email is going through as plain text, rather than in mime with Content-type = text/html ?
If this is the case, I'm not sure that you can do anything that put the link in plain text, and get the user to copy and paste into their browser?
Of course, what you *could* do is email to a Python/Perl/PHP script that then forwards to the user as html?
Azelda
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
12-06-2004 18:25
I believe email is automaticly stripped of html formating.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
Water Rogers
Registered User
Join date: 1 May 2003
Posts: 286
|
12-06-2004 20:11
From: Strife Onizuka I believe email is automaticly stripped of html formating. you are correct. --Water
_____________________
From: Philip Linden For the more technically minded - the problem is actually NOT the asset server (or 'asshat' as you prefer to affectionately call it herein).
|
Tcoz Bach
Tyrell Victim
Join date: 10 Dec 2002
Posts: 973
|
12-07-2004 18:20
It can be done...sort of (never believe "no it can't" as an absolute). However, it would involve the client installing a small app that can listen for incoming email one way or another (the Outlook libs make it very easy for example). I've been experimenting with real webpage integration a la Active Worlds (it's SO cool that you can plug somebody to a web page in that game), and developed a little app that fires up SL as a child process, which gives me an MDI window to put whatever other client side tools I need, like a browser add-in, to work.
The idea was essentially borrowed/extended from EQWindows. It's extremely rudimentary but I think I'm on the path. I will say though, that at this point in time, without extending or wrapping the SL client somehow, I have been unable to figure out any other way to integrate HTML pages.
_____________________
** ...you want to do WHAT with that cube? **
|
Samhain Broom
Registered User
Join date: 1 Aug 2004
Posts: 298
|
12-08-2004 13:11
Hey....
Last night I started to create an event for someone, and something that I pressed sent me to the SL webpage. So why can't that be done by users?
_____________________
rm -rf /bin/ladden #beware of geeks bearing grifts
|
Cabo Gregoire
CG Designs
Join date: 14 Nov 2005
Posts: 85
|
12-16-2005 08:30
i'm assuming it can be done somehow by users ...
Metadverse billboards do this. is Metadverse owned by LL ? I dont think so..how are they able to do this?
_____________________
Cabo Gregoire CG Designs Kokomo Club CreditCards (75, 231, 23)
|
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
12-16-2005 08:36
|
Cabo Gregoire
CG Designs
Join date: 14 Nov 2005
Posts: 85
|
12-16-2005 08:44
great, thanks Eloise!
_____________________
Cabo Gregoire CG Designs Kokomo Club CreditCards (75, 231, 23)
|
Lightwave Valkyrie
Registered User
Join date: 30 Jan 2004
Posts: 666
|
12-16-2005 10:11
theres a nice one in the script libaray 'URL loader' /15/e0/41737/1.html -LW
|
Ghordon Farina
Script Poet
Join date: 1 Nov 2005
Posts: 126
|
12-16-2005 14:16
I'm glad someone figured it out. I was about to say "I've seen this before, I know for a fact it is possible..." But apparently someone got there before me. Good job!
|