Hi,
I can set variables in my xml file, except in <image> tag. I've searched in documentation and in the forum but I didn't find.
<scene name="scene3" onstart="action(startscene);">
Code
<scene name="scene3" onstart="action(startscene);">
<action name="startscene">
set (var1,MyPanoName);
</action>
<preview type="CUBESTRIP" url="get(var1)/preview.jpg" />
<image>
<cube url="get(var1)_%s.jpg"/>
</image>
</scene>
Display More
I've tried many ways, but is it ever allowed to use vars in url ?
Thanks for your help
Philippe