Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
i guess i will stick to manual delivery then ,but what i need to know is what typed of files should i deliver for them to be able to put on the web site i.e: should i send them the .swf and the xml embeded with the kprotect and encrypt the rest ...will that work ???
Quoted
also what is a good size for the pictues to be included in the whole virtual tour as with the size i am using when i embed it into a stand alone it becomes almost 7 -8 mb which i think is realtivley big (even without the stand alone it is 3mb ....
The other files is a .js-file and the images. You can also include the images, but the swf-file will be too big then. I don't know if encrypting will make the virtual tour slower.
I don't care about 7 or 8 mb, if the pano is fast enough. Here in Holland almost everyone has fast internet, so 7mb is no problem at all. If the tour is fast enough, there is no problem in my opinion.
i don't really understand what u mean by the other files is js ??(i am quite new to that) so i am assuming i leave them as they are just folders ??????
Quoted
the things is i am in egypt and the internet connection is quite slow so i need a smaller tour that the ppl here can open it easily
when you use the standard way you need it to see the virtual tour. When using one of the droplets, the .js-file is automatically generated.
hey again sorry for asking too much questions
Quoted
i only know the way of building the xml then using kprotect i generate the files but it doesn't generate any .js files is there another method i am supposed to follow .and what about this droplets things is that in the kprotect ?
well i have the unlimited license so the tools aswell .what i am using now is the autopano tour to create a tour then i improve the xml so that it function to my needs after that i emebed the xml(s) and the buttons and the plugins (as advised by maaike) and i ileave the pictures outside and encript them .my question is if i deliver that stuff to the client should it work or do i need to do something else ??
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<html>
<head>
<title>This is the title</title>
</head>
<body>
<div id="krpanoDIV">
<noscript><table width="100%" height="100%"><tr valign="middle"><td><center>ERROR:<br><br>Javascript not activated<br><br></center></td></tr></table></noscript>
</div>
<script type="text/javascript" src="swfkrpano.js"></script>
<script type="text/javascript">
// <![CDATA[
var swf = createswf("thisistheswf.swf");
swf.embed("krpanoDIV");
// ]]>
</script>
</body>
</html>
|