我使用KRpano全景瀏覽器,迄今爲止它工作正常,但現在我想讓圖像自動旋轉,但我遇到了麻煩。Krpano自動旋轉不起作用
這裏是我的代碼:
var viewer = createPanoViewer({ swf: "/Static/Flash/krpano.swf", xml: "/Static/Flash/custom.xml", target: "krpanoview-container", id: "krpanoSWFObject", width: 600, height: 400 });
viewer.addParam("wmode", "transparent");
viewer.embed();
然後我創建的相同文件夾中的custom.xml
-file作爲krpano.swf
。 XML看起來像這樣:
<krpano>
<autorotate enabled="true" />
...
</krpano>
但它似乎並沒有工作。有人可能會告訴我可能是什麼問題?