PDA

View Full Version : works everywhere but any version of ie


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>

aiwetir
04-26-2008, 02:24 AM
can someone please at least confirm that this is happening with standard ie installations as opposed to multiple ie's that i have installed

Trausti Hraunfjord
04-26-2008, 03:00 AM
I tried with my ie based crazy browser on XP laptop.

Here is a screenshot from where it got to:

http://upload.hraunfjord.org/files/m-p-photo-capture.jpg

The pano loaded all the way to 100%, but when I click the dummy message from IE, it closes the page and lists probable causes for why the page doesn't display, such as me not being connected to the internet :rolleyes:

Noone has ever claimed IE to a product of intelligence... well, not as far as I am informed.

aiwetir
04-26-2008, 03:05 AM
thanks for confirming that at least, i have tried all kinds of combos with query string for the whole thing, xml, what i have now and xml in the javascript and the only thing that work is getting rid of the div or getting rid of the so.write

where's the icon with the head banging against the brick wall ?

well i guess i'll just take a working example and add my code til it stops working then i'll know ;)


but really if someone figures out what the heck i did wrong, i'd like to know

Trausti Hraunfjord
04-26-2008, 03:16 AM
where's the icon with the head banging against the brick wall ?

Finally I can be of some help...

Here it is: http://hraunfjord.org/whatreallyhappened/images/smiles/eusa_wall.gif

;)

aiwetir
04-26-2008, 04:03 AM
phew, i finally found it, it was an incompatibility with my lytebox script (which isn't on that page anyway) only 6 hours of my day wasted to put one vr on one page.