You are not logged in.

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


#1 2013-01-26 07:59:01

bungolio
Member
Registered: 2012-07-25
Posts: 16

Shadowbox with welcome message

Hi, i was looking in the forum with not success, i want to put at the beginning of the tour a shadowbox with a welcome message a some basic instruction, something like this http://www.virtualtour.ge/view.php?pano … mp;lang=en

Also i want to know how to put a virtual tour on a website with iPhone/Ipad detection,  because i want to put on the main page the .swf version to be viewable by desktop cpmputer to get the free brand licenses feature like the custome contextual menu with my onw info and links, but be viewable wiht a mobile switching to HTML5 version, something like this http://www.sphericalimages.com/virtual-tours

Thanks for your support

Offline

 

#2 2013-01-26 10:36:33

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

Re: Shadowbox with welcome message

bungolio wrote:

Hi, i was looking in the forum with not success, i want to put at the beginning of the tour a shadowbox with a welcome message a some basic instruction, something like this http://www.virtualtour.ge/view.php?pano … mp;lang=en

I don't think that was done with a shadowbox.

The splash feature in PTP should suffice?:


Uploaded Images


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.

Offline

 

#3 2013-01-26 14:12:43

treygaf
Member
From: Opelika, AL
Registered: 2012-10-02
Posts: 72
Website

Re: Shadowbox with welcome message

Hi Bungolio.  I will try to be of assistance.

1.  To have a custom splash screen start by creating one in a graphics program of your choice, I use Adobe Illustrator.  When done, save as a jpeg to a folder of your choice.  In PTP go to Project Properties (bottom tab) then select Behavior (top tab) find the Splash Screen dropdown and select "other".  Find your custom splash screen jpeg.  You're done.  Example:  http://revolutionimages.net/thewaters/

2.  This may be what you need for your second item.  Go to Project Properties (bottom tab)  then select Tour Build (top tab) and check the Mobile devices Tour (iPhone/iPad) button.

Hope this helps you,
Trey

Offline

 

#4 2013-01-26 16:14:31

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6430
Website

Re: Shadowbox with welcome message

bungolio wrote:

Hi, i was looking in the forum with not success, i want to put at the beginning of the tour a shadowbox with a welcome message a some basic instruction, something like this http://www.virtualtour.ge/view.php?pano … mp;lang=en

Also i want to know how to put a virtual tour on a website with iPhone/Ipad detection,  because i want to put on the main page the .swf version to be viewable by desktop cpmputer to get the free brand licenses feature like the custome contextual menu with my onw info and links, but be viewable wiht a mobile switching to HTML5 version, something like this http://www.sphericalimages.com/virtual-tours

Thanks for your support

A bit handcoding in the XML lets you get this kind of splashscreen:

http://www.360impressions.de/KBogen3/
http://www.360impressions.de/WandelHalle/

best, Klaus

Last edited by klausesser (2013-01-26 16:17:21)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#5 2013-01-27 06:41:30

bungolio
Member
Registered: 2012-07-25
Posts: 16

Re: Shadowbox with welcome message

mediavets wrote:

bungolio wrote:

Hi, i was looking in the forum with not success, i want to put at the beginning of the tour a shadowbox with a welcome message a some basic instruction, something like this http://www.virtualtour.ge/view.php?pano … mp;lang=en

I don't think that was done with a shadowbox.

The splash feature in PTP should suffice?:

Thanks a lot mediavets, your solution work for me but i still have the other issue with the iphone version.

I made a html and embbed the swf file, but when i try to see it on my iphone a blank section display

The link is http://www.animamedios.com/gigapixel


Uploaded Images

Offline

 

#6 2013-01-27 09:24:50

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

Re: Shadowbox with welcome message

bungolio wrote:

t i still have the other issue with the iphone version.

I made a html and embbed the swf file, but when i try to see it on my iphone a blank section display

The basic approach to creating a tour that displays the Flash version on a Flash-enabled platform and the HTML/javascript (HTML5) version on an iDevice is to choose settings as shown in the screenshot, including one of the HTML template options.

Use the Build as...  option to build the tour in a new folder/directory and then access the tour via the HTML file that was created.

The HTML file invokes a script that detects the browser user-agent. If it detects an iDevice browser user-agent it loads the HTML/javascript version of the tour, otherwise it attempts to load the Flash version.


Uploaded Images


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.

Offline

 

#7 2013-01-30 06:12:53

bungolio
Member
Registered: 2012-07-25
Posts: 16

Re: Shadowbox with welcome message

mediavets wrote:

bungolio wrote:

t i still have the other issue with the iphone version.

I made a html and embbed the swf file, but when i try to see it on my iphone a blank section display

The basic approach to creating a tour that displays the Flash version on a Flash-enabled platform and the HTML/javascript (HTML5) version on an iDevice is to choose settings as shown in the screenshot, including one of the HTML template options.

Use the Build as...  option to build the tour in a new folder/directory and then access the tour via the HTML file that was created.

The HTML file invokes a script that detects the browser user-agent. If it detects an iDevice browser user-agent it loads the HTML/javascript version of the tour, otherwise it attempts to load the Flash version.

Hi, i still having problem embedding the tour because when i put the source code of the generic.html in to html table the virtual tour doesn´t display on iPhone

This is the source code of www.animamedios.com/gigapixel/prueba.html

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  <meta name="apple-mobile-web-app-capable" content="yes"/>
  <style type="text/css">
    @media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
    * { padding: 0; margin: 0; }
    html { height: 100%; }
    body { height: 100%; overflow:hidden; }
    #container { height: 100%; min-height: 100%; width: 90%; margin: 0 auto; }
  </style>
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td> <script src="swfobject/swfkrpano.js"></script>
  <div id="container">
         <div id="panoDIV" style="height:90%;">
        <script>
          embedpano({target:"panoDIV",swf:"virtualtour.swf"});
        </script>
          <noscript>
            <div id="tour">
              <object width="100%" height="100%">
                <embed src="virtualtour.swf" width="100%" height="100%"></embed>
              </object>
            </div>
          </noscript>
        </div>
      </div></td>
  </tr>
  <tr>
    <td></td>
  </tr>
</table>
</body>
</html>

I start from the beginning with non success

Best

Juan Pablo

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson