j'ai une page pour voir une vue � 360�
sur notre ancien serveur internet, aucun probl�me cela tournait
nous venons de migrer vers un dedicated serveur et en uploadant simplement les pages, cela ne marche plus, j'ai l'erreur suivante :

Ligne : 24
Car. : 0
Erreur : Constante cha�ne non termin�e
Code : 0
URL : http://www.durbuyadventure.be/visitevirtuelle/rome/rome-ext/media-index/pano.htm

et dans ce fichier voici le code :

Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
 
<HTML>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
<TITLE></TITLE>
<SCRIPT src="pano.js"></SCRIPT>
 
<STYLE type="text/css">
<!--
div.tdvdp {position:absolute; left:0px; top:0px; width:600px; height:339px; clip:rect(0 600 339 0)}
-->
 
</STYLE>
 
</HEAD>
 
<SCRIPT type="text/javascript">
 
str = '<BODY onLoad="javascript:tdvPanoramaDocumentLoad()">\
 
<DIV class="tdvdp">\
 
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ID="tdvPanoMovie" WIDTH="600" HEIGHT="339" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\
 
<PARAM NAME="src" VALUE="' + parent.tdvPanoSRC + '">\
<PARAM NAME="cache" VALUE="true">\
<PARAM NAME="controller" VALUE="true">\
<PARAM NAME="tilt" VALUE="' + parent.tdvPanoTILT + '">\
<PARAM NAME="pan" VALUE="' + parent.tdvPanoPAN + '">\
<PARAM NAME="fov" VALUE="' + parent.tdvPanoFOV + '">\
<PARAM NAME="enablejavascript" VALUE="true">\
<PARAM NAME="href" VALUE="javascript:tdvViewerClick()">';
 
for (i = 0; i < parent.tdvPanoNumHS; i++)
{
str += '<PARAM NAME="hotspot' + (2*i+1) + '" VALUE="javascript:tdvHSClick(' + i + ')">';
 
str += '<PARAM NAME="hotspot' + (2*i+2) + '" VALUE="javascript:tdvHSClick(' + i + ')">';
}
 
str += '<EMBED\
SRC="' + parent.tdvPanoSRC + '"\
WIDTH="600"\
HEIGHT="339"\
CACHE="true"\
CONTROLLER="true"\
TILT="' + parent.tdvPanoTILT + '"\
PAN="' + parent.tdvPanoPAN + '"\
FOV="' + parent.tdvPanoFOV + '"\
NAME="tdvPanoMovie"\
ENABLEJAVASCRIPT="true"\
HREF="javascript:tdvViewerClick()"';
 
for (i = 0; i < parent.tdvPanoNumHS; i++)
 
{
 
str += 'HOTSPOT' + (2*i+1) + '="javascript:tdvHSClick(' + i + ')" ';
 
str += 'HOTSPOT' + (2*i+2) + '="javascript:tdvHSClick(' + i + ')" ';
 
}
 
str += 'PLUGINSPACE="http://www.apple.com/quicktime/download/">\
</EMBED>\
</OBJECT>\
</DIV>\
 
</BODY>';
 
document.write(str);
 
</SCRIPT>
</HTML>

Merci,
Thomas