Author |
Message |
Spike
Unregistered guest
| Posted on Thursday, February 19, 2004 - 10:36 pm: | |
What is the exact code I need to place in the "URL" box to make it so the hotspot will take me to another html doc? I tried a few things and none seem to work Spike |
Spike Unregistered guest
| Posted on Monday, February 23, 2004 - 2:10 pm: | |
Anyone know? |
John Strait
Moderator Username: Jstrait
Post Number: 76 Registered: 5-2001
| Posted on Monday, February 23, 2004 - 2:54 pm: | |
There is nothing really special about the URLs in hotspots. Any URL you can use in an <a href="..."> should also work in a hotspot. For example, if your VR is in the web page a.html and you want to link to a web page called b.html that is in the same directory, you can simply put b.html in the URL field of the Hotspot properties dialog box. If the page you are linking to is in a different directory, you can enter a relative pathname. For example, to link from topfolder/onefolder/a.html to topfolder/otherfolder/b.html, you would use ../otherfolder/b.html. If the page you are linking to is on a different web server, you need to include http:// to be clear that it is not a relative pathname. So, for example, you might use something like http://www.otherserver.com/b.html. I hope this helps, but if you are still having problems after reading this, please give more details of what you have tried and why it doesn't seem to work the way you expect.
|
Spike Unregistered guest
| Posted on Thursday, February 26, 2004 - 6:56 pm: | |
Got, Thanks! I had my html doc in the wrong directory. A browse option would be cool tho... Spike
|
Kris. Unregistered guest
| Posted on Sunday, January 16, 2005 - 5:19 am: | |
Hi I also have problem with hotspot linking and IE6. Everything works OK on local machine but when I upload the images to a webpage, clicking on hotspot doesnt do anything. However, with Firefox brauser the link opens in new page. Any ideas? br Kris. |
John Strait
Moderator Username: Jstrait
Post Number: 158 Registered: 5-2001
| Posted on Tuesday, January 18, 2005 - 11:30 pm: | |
Kris -- Please email your question to support@panoramafactory.com so that we can request additional information about your problem. It would probably help for us to see the HTML files you have created. |
|