DevalVR example - Mousemode
This example uses mousemode=1 parameter to move the panorama "dragging" the image with the mouse.
Html code:
<OBJECT codeBase='http://www.devalvr.com/instalacion/plugin/devalocx.cab#version=0,5,9,4' classid=clsid:5D2CF9D0-113A-476B-986F-288B54571614 style='WIDTH: 700; HEIGHT: 400' width='700' height='400'> <PARAM NAME='src' VALUE='panorama.mov'> <PARAM NAME='mousemode' VALUE='1'> <EMBED TYPE='application/x-devalvrx' PLUGINSPAGE='http://www.devalvr.com/instalacion/plugin/install.html' src='panorama.mov' mousemode='1' width='700' height='400'></EMBED> </OBJECT>