PDA

View Full Version : Loss of Mouse Control after Controller AS3 transition to next pano


mhobbi01
08-28-2008, 07:55 PM
Hi everyone... I seem to have this issue now on my tours that utilize the Controller AS3 and Auto Rotator. I have double checked to assure that I have all of the FPP 2.2 version plugins and changed all of my folders and pano file names to lower case as it was stated to be one possibility from another thread.

Here is a recent real estate tour I have that has this issue:
http://www.virtualtourgroup.com/show/14297/panorama.html

When controller is used to select a different panorama, and user clicks and Drags as the transition is happening, the mouse control is lost when the second panorama is loaded. The Autorotator works and the tilt buttons still work, but the mouse control of panorama is completely disabled!

Does anyone see this issue? I have tested and seen it on IE7, IE6, Firfox2 and Firfox3, so I am ruling out that it is a browser issue. Does anyone have any suggestions to this issue?

Thanks,

Maz Hobbi
VirtualTourGroup.com

mhobbi01
08-29-2008, 12:40 AM
FIXED IT...

For those that may see this issue... My Global parameter was as follows:
<global LocalConnectionID="lc_test" onEnterFullscreen="enterFull.visible=0;exitFull.visible=1;" onExitFullscreen="enterFull.visible=1;exitFull.visible=0;" onStart="external.autorotator.disabled=0" onTransitionEnd="externalInterfaceID=live;pano.disableControls=1;pr eview.id=;" >

I changed the diableControls=0
<global LocalConnectionID="lc_test" onEnterFullscreen="enterFull.visible=0;exitFull.visible=1;" onExitFullscreen="enterFull.visible=1;exitFull.visible=0;" onStart="external.autorotator.disabled=0" onTransitionEnd="externalInterfaceID=live;pano.disableControls=0;pr eview.id=;" >

Dalileis
08-29-2008, 11:19 AM
Great! :mrgreen:

Wish there was as fast fix for my worries with that combobox in the other thread. :(