You are not logged in.

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


#1 2010-11-15 19:40:41

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

How can i upload a tour for iphone on my website ?

Hello,
i´m sitting here for 5 hours, try and error and have no idea.
I´m not able to load the panorama on my website.
can anybody please tell me exactly what to do.

I know that i must upload the iphonedata-folder in a folder to my webspace, ok, but in which folder i have to upload the other things like xml and js.
Do i need the swf file?

A picture of my folder is attached.



And this is my html to embed the panorama in my site:


<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
    <title>Virtual Tour generated by Autopano Tour</title>
    <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"/>
</head>
<body>
    <script src="swfobject/swfkrpano.js"></script>
   
    <h1>Project : $(iphone)</h1>
    <div id="panoDIV" style="height:100%;">
        <script>
        embedpano

({target:"panoDIV",swf:"$(SWF)",width:"100%",height:"100%",allowFullScreen:"true"});
        </script>
        <noscript>
            <div id="tour">
                <object width="100%" height="100%">
                    <embed src="$(SWF)" width="100%" height="100%"

allowFullScreen="true">
                    </embed>
                </object>
            </div>
        </noscript>
    </div>
</body>
</html>

Please help roll

best michael


Uploaded Images

Last edited by micha22 (2010-11-15 23:34:15)

Offline

 

#2 2010-11-16 04:24:53

digipano
Member
Registered: 2008-02-16
Posts: 652

Re: How can i upload a tour for iphone on my website ?

All content needs to be uploaded in one folder which you name as per the tour name.
Once uploaded you go to your website url for example
http://schellinger-fotografie.de/test/iphone.html/
assuming you named your folder "test" in which the html page was named "iphone"

Last edited by digipano (2010-11-16 04:28:41)

Offline

 

#3 2010-11-16 22:13:17

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

Re: How can i upload a tour for iphone on my website ?

Thank you !
It Works big_smile

Best Michael

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson