View Full Version : the problem from mov
Marko
04-20-2008, 08:48 PM
Hello
I use the following code for files mov.
<?xml version = '1.0'?>
<panorama>
<parameters>
layer_10 = files/glassMeter.swf
layer_1 = files/fps.swf
layer_3 = files/limits.swf
layer_6 = files/cylConverter.swf
layer_7 = files/movDecoder.swf
layer_8 = files/smenuFullscreen.swf
panoType = mov
panoName = http://www.panoramy3d.ovh.org/malolaczniak
segments = 25
loaderStreamed = 1
loaderBandwidth = 0
behaviour=2
loaderText=
</parameters>
</panorama>
if the address of the access is such:http://www.panoramy3d.ovh.org/malolaczniak
this the panorama does not work
Regards Marek
izoneguy
04-21-2008, 01:42 PM
TRY THIS:
<<<<<<<<<<<<<<<< HTML FILE >>>>>>>>>>>>>>>>>>>>>>
Your .mov in this example would be m2
You still need to use the pano.swf file as well
<<<<<<<<<<<<<<<< HTML FILE >>>>>>>>>>>>>>>>>>>>>>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<style type="text/css">
<!--
/* hide from ie5 mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #000000;
}
.style1 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style></head>
<body>
<center>
<script type="text/javascript" src="swfobject.js"></script>
<div class="style1" id="flashcontent">
<p> </p>
<p align="center">As this virtual tour is so advanced you need to upgrade to the latest version of Adobe Flash Player by <a href="http://www.adobe.com/go/getflashplayer/" class="style1">clicking here</a>. </p>
<p align="center"> The download is very small, taking less than a minute on a broadband connection. </p>
<p align="center">Thank you for your patience, enjoy the tour. </p>
</div>
<script type="text/javascript">
var so = new SWFObject("m2.swf", "pano", "100%", "100%", "9", "#333333");
so.addVariable("xml_file","m2.xml");
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.write("flashcontent");
window.document["pano"].focus();
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1793098-1";
urchinTracker();
</script></body>
</html>
<<<<<<<<<<<<<<<<<<<<<<<<< XML FILE >>>>>>>>>>>>>>>>>>>>>>>
This is the m2.xml that is called out in the HTML
You need to have the files on the same server.
You .mov is named "m" in this example
<<<<<<<<<<<<<<<<<<<< XML >>>>>>>>>>>>>>>>>>>>>>>>>
<?xml version="1.0" ?>
<panorama>
<parameters>
panoType = mov
panoName = mov/m
zoomMax = 1.4
panHome = 180
tiltHome = 0
zoomHome = 0.70
segments=25
qualityStatic=high
qualityMotion=low
loaderbackcolor=553366
layer_1 = files/glassMeter.swf
layer_2 = files/movDecoder.swf
segments = 25
</parameters>
</panorama>
Marko
04-21-2008, 09:04 PM
TRY THIS:
You need to have the files on the same server.
I have panoramas on the different server- this will work?
Regards
Marco
izoneguy
04-21-2008, 09:37 PM
No it won't...
Everything has to be on the same system....
Is that .mov a pano you shot?
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.