and finally: export html

Q&A about the latest versions
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

Hey,
finally, after asking 1000 questions, reading and reading I'm nearly finished.

Now I just have to export the swf files. I know, that if I want to get fullscreen working I have to export it as a html file.
In my export window I click on the html tap and change the template to fullscreen.

But how is the exact workflow? Do I just have to export the first file (starting panorama) as html or every panorama?

Furthermore I have the problem, that I get a white frame around my panorama (html) in which is coming up a "close" (blue colored, in the bottom).

And finally, which file does the viewer have to open - the html or the swf?

I'm looking forward to finish my project and show it to you =)

regards
nikolai
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi
You only need one html page that will open the first swf.
You target swf files when you are using hotspots, but the HTML page to open the tour.
Hope this helps
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

Helps much! Can you give me a hint with this blue "close" and the frame?
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

open the HTML page and set 100% for the size. If you dont have an html editor, copy your html page, rename it to a txt doc and open as a text doc. Edit the code and then rename to html.
That should work.
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

Thanks, 100% worked!

I also had to erase following lines:

<p align="center">
<a href="javascript:close();">close</a>
</p>

I just uploaded the files. It is possible to navigate threw the panoramas by the klicking on the map-icons but when I click on the hotspot buttons he can't find the site: failure 404
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

In your project folder you only need:

1 x Html
1 x js embed file
Any external files the tour may use, MP3’s etc.
Then all your SWF files.

All hotspots should point to other SWF files not html and you should be using the action Open Next Panorama, not Go TO Url.
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

I did everything exactly like you said.
I realy don't get it.

I can navigate when I click on the icons in the map, hotspots still doesn't work.
When I click on the hotspot it opens the next panorama for a short time, but then the 404 failure appears.
Perhaps you could try it on your own...

http://dl.dropbox.com/u/12535704/abschlag1.html

Any idea?
User avatar
soulbrother
Posts: 547
Joined: Tue Apr 08, 2008 7:01 pm
Location: München
Contact:

Click on the hotspot inside the panorama, seem to load a new html (.../loch1.html)

Click on the link inside your map, seem to work correct, the "abschlag1.html" is kept as url but the other swf (loch1) is loaded and displayed ( without error 404)

I can only guess, but it seem to be a wrong linking on the hotspots...
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

Yes think so, too. But I can not find any mistake.

Perhaps someone else.

3 Screenshots:

1: Hotspot "Loch 1" form the file abschlag1.swf
Image

2: Element editor - Settings (of the icon in the map from "Loch 1")
Image

3: Element editor - Actions/Modifiers (of the icon in the map from "Loch 1")
Image


If you can't see the screenshots:

1: http://dl.dropbox.com/u/12535704/screenshot_04.jpg
2: http://dl.dropbox.com/u/12535704/screenshot_06.jpg
3: http://dl.dropbox.com/u/12535704/screenshot_07.jpg
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Take out the # in the hotspot editor.
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

Still not working.

Even localy the brwoser says cant find "file://localhost/Users/nikolai/Documents/Panoramas/Golfsport-Sorpesee/Golfplatz/Goldplatz_002/Panoramas/Loch%201"
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Nikolai wrote:Still not working.

Even localy the brwoser says cant find "file://localhost/Users/nikolai/Documents/Panoramas/Golfsport-Sorpesee/Golfplatz/Goldplatz_002/Panoramas/Loch%201"
Humm, you need to be ending with a SWF, you are /Loch%201 ???
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

yes

i'm a child of sorrow
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

I found out that pano2vr always makes the Title of the hotspot to the adress.

What I mean is that when I change the title of the hotspot from "Loch 1" (where the browser says that he could'nt find "file://localhost/Users/nikolai/Documents/Panoramas/Golfsport-Sorpesee/Golfplatz/Goldplatz_002/Panoramas/Loch%201") to for example "Test" I get the message that he couldn't find "file://localhost/Users/nikolai/Documents/Panoramas/Golfsport-Sorpesee/Golfplatz/Goldplatz_002/Panoramas/Test.

It should open what stands in "Open next Panorama" Strange, isn't it?
Nikolai
Posts: 35
Joined: Sat Oct 02, 2010 3:09 pm

And finally I found the solution =)!

In the hotspot template I wrote as URL "$hs" instead of "$hu" so it always "opened" the title :D

Now that it's finished: What do you think of the tour?


I'm really impressed by the the program and also by this community - Thanks a lot for all your help! Everybody!

regards
nikolai
Post Reply