Merci Azra pour ton info, je vais y jeter un coup d'oeil sérieux.
J'ai résolu mon problème en transformant mon image panoramique en fichier .mov puis en utilisant un script donné sur une forum qui conseille une adresse sympa pour ceux qui souhaitent mettre en ligne un panorama
(adresse
[ Lien ] )
ce script permet de voir directement sous IE (sous Nescape, il faut charger Quicktime avant pour lire le fichier) le panorama.
Voici le
script (ça peut aider) :
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160"HEIGHT="144"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="sample.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="false">
<EMBED SRC="sample.mov" WIDTH="160" HEIGHT="144" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED><OBJECT>
Commentaires
C'est en anglais mais facile à comprendre :
Note that CLASSID must always equal: clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B,
CODEBASE must always equal: http://www.apple.com/qtactivex/qtplugin.cab and PLUGINSPAGE must always equal: http://www.apple.com/quicktime/download/. The other attributes should be customized to your web page. The OBJECT element can use any EMBED attributes QuickTime understands
J'éspère que ce script pourra être utile. Pour moi, ça fonctionne à merveille.
JC
