Hey Greg!
Thanks for the reply. I'm not good with actions. So let me follow this. Here's where I'm at right now. I've not set the parameters for the plug in and that's why I assume I'm getting an error. Here's the xml that the index page points to the page copied below. There are 12 actions (loadpano) but I've deleted the rest since other plug-ins and more of the same actions to get rid of clutter. Got a few questions. Is the syntax correct for krpano first of all? What types of parameters should be set for the plug-in "isautorotation"? What exactly is "isautorotation == 1" ? Thanks again! Anyone else want to chime in?
Best Regards,
Ben
-----------------------------
<krpano version="1.0.6" onstart="action(1); if(isautorotation == 1,delayedcall(30,openscene()));
<autorotate enabled="true" horizon="0" accel="1.5" speed="7" waittime="2.0"/>
<plugin name="isautorotation"
/>
<action name="openscene">
oninterrupt(break);
if(action == 1, loadpano(2, null, MERGE, BLEND(1)); );
if(action == 2, loadpano(3, null, MERGE, BLEND(1)); );
if(action == 3, loadpano(4, null, MERGE, BLEND(1)); );
if(action == 4, loadpano(5, null, MERGE, BLEND(1)); );
if(action == 5, loadpano(6, null, MERGE, BLEND(1)); );
if(action == 6, loadpano(7, null, MERGE, BLEND(1)); );
if(action == 7, loadpano(8, null, MERGE, BLEND(1)); );
if(action == 8, loadpano(9, null, MERGE, BLEND(1)); );
if(action == 9, loadpano(10, null, MERGE, BLEND(1)); );
if(action == 10, loadpano(11, null, MERGE, BLEND(1)); );
if(action == 11, loadpano(12, null, MERGE, BLEND(1)); );
if(action == 12, loadpano(1, null, MERGE, BLEND(1)); );
</action>
<action name="1">
loadpano(./360files/lists/blank.xml,null,MERGE,BLEND(1));
</action>
<action name="2">
loadpano(./360files/lists/blank1.xml,null,MERGE,BLEND(1));
</action>
---------------------------------------