PDA

View Full Version : Loading Problem on Internet Explorer


sanalvideo
08-24-2008, 09:34 PM
Hi people;
I am getting trouble with internet explorer for the virtual tours.
I have read other subjects but I couldnt find any solution. The virtual tours works perfect on Firefox but it doesnt load on Internet Explorer.
Please help in this case .
Ex: http://www.sanalbakis.com/sanal-tur/bimtelantport/index.html

Elliot
08-24-2008, 10:03 PM
Sanal

I can only see your nice work on Firefox. IE7 or Safari will not load the panorama. I have problems here with IE 7 and my panoramas. They load but hang up for a while, then they un-lock.

Hope other people have some ideas.

Thanks
Elliot

sanalvideo
08-24-2008, 10:35 PM
I thougt the problem is on the server but I am not sure.
The jobs made by me are working well on the other servers but not on my server. It was working before but since last week, doesnt work.
I tried all options to have the solution but couldnt find it yet..
Thanks for the feedback :)

LepLep
08-24-2008, 10:38 PM
im no html coder
but
dont you have too many <div> in your code?

thats what i always use
<body>
<script type="text/javascript" src="pano/files/swfobject.js"></script>
<div id="flashcontent">This content requires <a href="http://www.adobe.com/go/getflashplayer/">Adobe Flash Player</a>.<br />
Built on <a href="http://flashpanoramas.com/player/">Flash Panorama Player</a>.</div>
<script type="text/javascript">
var so = new SWFObject("pano.swf", "pano", "100%", "100%", "9", "#282828");
so.addVariable("xml_file","xmlfile.xml");
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.write("flashcontent");
window.document["pano"].focus();
</script>


</body>

sanalvideo
08-24-2008, 10:44 PM
yeah thanks;
I was using same, I just read a letter that's why I tried "second" div tag.
so, now I am using "1" div tag again, but still doesnt work.
:(

LepLep
08-24-2008, 10:56 PM
so maybe try to do top like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

sanalvideo
08-24-2008, 11:17 PM
so maybe try to do top like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

It is already there as :

<!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">

:(

HansNyberg
08-25-2008, 07:15 AM
It does not load in Safari either.
There is some very weird things going on with the loading.
Each cubeface loads 3 times.
http://www.sanalbakis.com/sanal-tur/bimtelantport/salon1-1/pano_0.jpg
http://www.sanalbakis.com/sanal-tur/bimtelantport/salon1-1/pano_0.jpg?1
http://www.sanalbakis.com/sanal-tur/bimtelantport/salon1-1/pano_0.jpg?2

I can not understand why but it must be something in your xml which does not work correct. You are using some loading parameters I never seen before.

You do not have any xml type. Not sure if that gives any problem
<?xml version="1.0" ?>

Hans

mehtaamit12
08-25-2008, 07:28 AM
i am also getting problem showing an unresponsive script, close or continue, and this happen every time when ever i open 2-3 tab at a time

seeinside360
08-25-2008, 08:19 AM
Hi There
Some of your pano works has no right click contex menь of flash panoramas!
From License of flash panorama player:
"You may not remove (cover, change, disable) the "About Flash Panorama
Player" item with a link to flashpanoramas.com website in the Flash
context menu without the written permission of Flash Panorama Player's
author (contact here: flashpanoramas@gmail.com to discuss it)."

May be this situation makes your panos unloadable....

sanalvideo
08-26-2008, 06:00 PM
the problem has been solved. It was because of server as I guess.
Thanks for helps ;)

Jareish
08-27-2008, 07:25 AM
I had a similar problem too the other day. Do you have capital letters in foldernames? change them to lowcaps. So Plugins becomes plugins etc. IE and certain servers approach the code casesensitive. While FF doesn't.

sanalvideo
08-27-2008, 07:11 PM
ohh, no it was not because of Capital character, I use all "small charapter" .
But the problem has been solved. My codes were working on the other servers.
Thank you again :)

Cheers !

ThomasK
08-29-2008, 09:26 PM
I see only a small stripe of the pano in Firefox 2 / WinXP.
You can use the examples from http://code.google.com/p/swfobject/wiki/test_suite
Try this one: http://www.swffix.org/swfobject/testsuite_2_1/test_dynamic_fullbrowserflash.html