aiwetir
04-25-2008, 10:14 PM
well i've got fpp working on my main site http://pdxvr.com
now i try to put a movie on my other site and it works in mac safari, ff, camino, opera and on pc with ff and opera, i have multiple ie's installed and i cannot get the page to load in any version of ie (5.5 and up)
here's what i have, is there some typo i'm missing ?
here's a link on my testing environment, it's on my home server so it's not fast
http://m-p.hopto.org/virtual-reality-photography
edit1, i've put the smallest movie i have in there for now just to make it easier
edit2, what i get is a javascript alert that the page can't be loaded in ie and then it goes to the default ie page for a page that can't be loaded
<div id="VRcontent"></div>
<script type="text/javascript">
var so = new SWFObject("fpp/pano.swf", "vrcontent", "600", "400", "9", "#000000");
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.addVariable("panoName", "images/pano");
so.addVariable("panoSuffixes", "_1.jpg|_2.jpg|_3.jpg|_4.jpg|_5.jpg|_6.jpg");
so.write("VRcontent");
</script>
now i try to put a movie on my other site and it works in mac safari, ff, camino, opera and on pc with ff and opera, i have multiple ie's installed and i cannot get the page to load in any version of ie (5.5 and up)
here's what i have, is there some typo i'm missing ?
here's a link on my testing environment, it's on my home server so it's not fast
http://m-p.hopto.org/virtual-reality-photography
edit1, i've put the smallest movie i have in there for now just to make it easier
edit2, what i get is a javascript alert that the page can't be loaded in ie and then it goes to the default ie page for a page that can't be loaded
<div id="VRcontent"></div>
<script type="text/javascript">
var so = new SWFObject("fpp/pano.swf", "vrcontent", "600", "400", "9", "#000000");
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.addVariable("panoName", "images/pano");
so.addVariable("panoSuffixes", "_1.jpg|_2.jpg|_3.jpg|_4.jpg|_5.jpg|_6.jpg");
so.write("VRcontent");
</script>