You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-03-07 09:55:53

marin
Member
Registered: 2012-03-05
Posts: 19

standalone

Is there possible to have an EXE file option for exporting from panotour in the future? To run it from CDs or for send it by Email.

Offline

 

#2 2012-03-07 18:43:05

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: standalone

my tours are working offline pretty well, so I can copy (burn) them on a CD and they will work also...
... and I definitley do not want to send my tours via email: I work since 1990 in IT business for ISP's and can say the providers still have limitations on the size of mails. If you're provider does handle 100mb mails than you can be lucky, but you can never be sure if your tour will arrive at the desired emailadresse...
mail attachments does get blown up 30% because attachements data has to be encoded to 7bit data (images etc. are 8 bit... so you've co convert them, finally sizes goes up 30%)
so asume 100mb maillimit for sending a mail.... than your tour may be no gigger than 76,9mb on your harddisc.
than send your tour of 40mb (if youre using a fisheypano made of 6 images or so) to 20 persons. 20 x (40 x 1,3) = 1gig... have fun (if your mailclient nore the mailserver has no ecxceed timelimit for sending mails, in general set to less than 10min)

Georg

Last edited by gkaefer (2012-03-07 18:46:03)

Offline

 

#3 2012-03-07 19:12:11

firefire
Member
From: UK
Registered: 2011-07-24
Posts: 77
Website

Re: standalone

Hey Georg,

Try 'We Transfer' at https://www.wetransfer.com/ you can send up to 2GB of files very easily (for free) , it emails you when they have downloaded the file as well for confirmation.
It's an excellent service....I don't get any spam from them either. Give it a go!


Neil.

Offline

 

#4 2012-03-08 05:54:04

marin
Member
Registered: 2012-03-05
Posts: 19

Re: standalone

Georg,
How do your tours work offline? Just open the swf file with an internet browser? In that case you are not able to use full screen command. Or you save them as html? In that case wich is the code for (some kind of) „embed”?

Offline

 

#5 2012-03-08 07:18:50

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9733
Website

Re: standalone

marin wrote:

Georg,
How do your tours work offline? Just open the swf file with an internet browser? In that case you are not able to use full screen command. Or you save them as html? In that case wich is the code for (some kind of) „embed”?

Use the generic HTML template when building the tour, then an appropriate HTML file will be created.

Last edited by mediavets (2012-03-08 07:19:11)


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Online

 

#6 2012-03-08 12:48:51

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: standalone

marin wrote:

Georg,
How do your tours work offline? Just open the swf file with an internet browser? In that case you are not able to use full screen command. Or you save them as html? In that case wich is the code for (some kind of) „embed”?

as andrew said, the generic template from ptp does the trick. and also and recently added and in 1.7.3 available is the fullsize template, it creates an html where your tour is not surrounded by the white border and the project name title...

(in ptp with loaded project -> project properties tab-> build tour -> x standard tour + HTML Template: change none to generic or fullpage.html)

Liebe Gruesse,
Georg

Last edited by gkaefer (2012-03-08 12:50:10)

Offline

 

#7 2012-03-08 19:56:58

coast
New member
Registered: 2012-03-02
Posts: 5

Re: standalone

Hi Georg, I have a similar application. I want to create a HD 1920x1080 standalone panorama kiosk that should boot up with a borderless welcome screen and run in presentation mode until it gets shut down. How can this be achieved? If I do the full page I still get a menu bar, not full screen view.
Thanks
Mark

Offline

 

#8 2012-03-08 21:43:53

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: standalone

coast wrote:

Hi Georg, I have a similar application. I want to create a HD 1920x1080 standalone panorama kiosk that should boot up with a borderless welcome screen and run in presentation mode until it gets shut down. How can this be achieved? If I do the full page I still get a menu bar, not full screen view.
Thanks
Mark

hm. this is possible, but its a lot of work, all manual xml coding. see documentation at www.krpano.com
if you wanna disable only the buttons of the menu and this permanently, than its easy by editing main xml file of the created tour (the one without a number before the .xml)

search for the plugins of the menu bar:
you will find this or less complex lines per button like the following for the zoming in bitton if you set visible="true" to "false" the button will not be displayed.

Code:

<plugin name="in" align="bottom" crop="92|27|46|46" height="prop" keep="true" onovercrop="92|227|46|46" url="builddata/graphics/menu/menu5.png" visible="false" width="" x="-138" y="27"/>

the endlessloop and interactivity to get menubar back is a lot of xml codeing

following example (still beta of my ptp commercial theme) shows a 5 pano tour, the debugmode is enabled; the menubar is minimized and autotour is starting after 10 seconds, klicking with mouse will interrupt the tour and the "=" change to ">" to start the autotour from begin again; clicking on minimized menu will bring up the mainmenu; activating sound will start sound volumebar; helbutton shows also multilingual option and replay intro buttons; intro is disabled in this example; the autotour is set to have no transitions between the panos (several could be enabled via xml file). The code is 3500 lines long...

http://www.gigapixel.at/test/build.html

Liebe Gruesse,
Georg

Last edited by gkaefer (2012-03-08 21:52:23)

Offline

 

#9 2012-03-08 22:52:42

coast
New member
Registered: 2012-03-02
Posts: 5

Re: standalone

wow. I am surprised for sure and somewhat discouraged.
I would have thought, that a function that you trigger with the press of the fullscreen button on the actual tour would be easier to access. Just to confirm: this effort would be needed, just to start the tour full screen?

Cheers
Mark

Offline

 

#10 2012-03-08 23:15:28

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: standalone

coast wrote:

wow. I am surprised for sure and somewhat discouraged.
I would have thought, that a function that you trigger with the press of the fullscreen button on the actual tour would be easier to access. Just to confirm: this effort would be needed, just to start the tour full screen?

Cheers
Mark

I use in my example the default fullscreen function coming with the default themes. To start per default in fullscreenmode (covering all screen of user) is - if I remember past postings on forum well - because of flash security restrictions not possible.

? hmm ? dont get the point you wanna achieve...


PS embedding you asking: ptp produces single html, xml and html files. embedding all will give you one file where all swf, xml, html etc is included. So you can hide xml code from your customers if you give them the tour, you can more easily transfer the tour, but always with the backdraw of loss of performance (in special if your tour is hires)...

Georg

Last edited by gkaefer (2012-03-08 23:20:39)

Offline

 

#11 2012-03-09 13:11:49

marin
Member
Registered: 2012-03-05
Posts: 19

Re: standalone

Now we, all the the ordinary guys with no programing skills, is to wait that the guys as Georg to share the results of their work. I thank  them in advance.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson